Skip to content

Commit 7ff7499

Browse files
author
GitHub Release Bot
committed
chore(release): release for version - 1.33.0
1 parent d4b2d91 commit 7ff7499

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.33.0](https://github.com/dvcol/trakt-extension/compare/v1.32.3...v1.33.0) (2024-10-31)
6+
7+
8+
### Features
9+
10+
* **panel:** adds alt titles options to panel aliases ([ec94617](https://github.com/dvcol/trakt-extension/commit/ec946171615ee81aba01abfa63c0afe6a4a0d953))
11+
* **search:** adds recent search and allow type search ([da25a97](https://github.com/dvcol/trakt-extension/commit/da25a978b762aafb8e2051f8acf6bf44de5a2799))
12+
* **search:** switches to fuzzy search ([d4b2d91](https://github.com/dvcol/trakt-extension/commit/d4b2d916ea6ff9e172c1eb4aeb98f6a78e34f2a3))
13+
14+
15+
### Bug Fixes
16+
17+
* **css:** adjust page loading vertical offset ([1605ba2](https://github.com/dvcol/trakt-extension/commit/1605ba2e90e65db1f5f40607a3a62af9cb7b72b9))
18+
* **debounce:** reject promise on error ([e823b20](https://github.com/dvcol/trakt-extension/commit/e823b20e5d77c6df0971dc8fa4b362b1565fd9ef))
19+
* **panel:** adjust responsive padding ([53dbba6](https://github.com/dvcol/trakt-extension/commit/53dbba62cbde8f2bfcb8f47dd80d1514f48cf2c2))
20+
* **panel:** fix responsive sizing for the panel ([3f4301f](https://github.com/dvcol/trakt-extension/commit/3f4301faca19812d36775659b3a91c826f7f7559))
21+
* **settings:** adds safe inset in menu for mobile ([dc8838c](https://github.com/dvcol/trakt-extension/commit/dc8838c3ec883f03d6bd008487ee725c4bcdf505))
22+
523
### [1.32.3](https://github.com/dvcol/trakt-extension/compare/v1.32.2...v1.32.3) (2024-10-25)
624

725

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dvcol/trakt-extension",
33
"type": "module",
4-
"version": "1.32.3",
4+
"version": "1.33.0",
55
"title": "Side Trakt (companion app for Trakt.tv)",
66
"packageManager": "[email protected]",
77
"description": "Side Trakt, a chrome extension for Trakt.tv",

0 commit comments

Comments
 (0)