Skip to content

Commit e1759d4

Browse files
committed
v5.3.0
1 parent 4dbdf58 commit e1759d4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
...
6+
7+
## 5.3.0 - 2025.01.20
8+
59
### Added
610

711
- Keybindings: select up/down: "Cyclically" sub-option
@@ -125,6 +129,7 @@
125129

126130
### Localization
127131

132+
- ja, zh: updated translation (by [@llc0930](https://github.com/llc0930): [#1969](https://github.com/mbnuqw/sidebery/issues/1969))
128133
- zh: updated translation, hu: ru: corrected (by [@llc0930](https://github.com/llc0930): [#1966](https://github.com/mbnuqw/sidebery/issues/1966))
129134
- zh: updated translation (by [@llc0930](https://github.com/llc0930): [#1959](https://github.com/mbnuqw/sidebery/issues/1959))
130135
- ja, zh (by [@llc0930](https://github.com/llc0930): [#1940](https://github.com/mbnuqw/sidebery/issues/1940))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sidebery",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Manage your tabs and bookmarks in sidebar",
55
"main": "index.js",
66
"type": "module",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"author": "mbnuqw",
1010
"name": "__MSG_ExtName__",
11-
"version": "5.2.0",
11+
"version": "5.3.0",
1212
"default_locale": "en",
1313
"description": "__MSG_ExtDesc__",
1414
"homepage_url": "https://github.com/mbnuqw/sidebery",

0 commit comments

Comments
 (0)