Skip to content

Commit 05acb86

Browse files
committed
v5.2.0
1 parent ebcb39a commit 05acb86

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.2.0 - 2024.03.07
44

55
### Added
66

7+
- Opacity CSS vars for color layer of tab ([#314](https://github.com/mbnuqw/sidebery/issues/314))
8+
- Optional menu entry to config panel in sidebar (resolves [#174](https://github.com/mbnuqw/sidebery/issues/174))
79
- Sort tabs by title, url, access time ([#170](https://github.com/mbnuqw/sidebery/issues/170), [#643](https://github.com/mbnuqw/sidebery/issues/643))
810
- tab context menu options
911
- tab panel context menu options
@@ -19,14 +21,13 @@
1921

2022
### Fixed
2123

22-
- Preserve tab colors on TabsPanel <-> BookmarksPanel transformations
24+
- Preserve tree state (folded/unfolded branches) and tab colors when converting/saving TabsPanel to BookmarksPanel and vice versa
2325
- Require manual intervention or browser restart after auto update
2426
(workaround for [1881820](https://bugzilla.mozilla.org/show_bug.cgi?id=1881820))
2527
([#1477](https://github.com/mbnuqw/sidebery/issues/1477), [#1470](https://github.com/mbnuqw/sidebery/issues/1470))
2628
- Do not show 'unread' mark if tabs were reopened from notification
2729
- Workaround for 1882822 sometimes causing drag-and-drop to new window to fail (by [@dsuedholt](https://github.com/dsuedholt): [#1493](https://github.com/mbnuqw/sidebery/issues/1493))
2830
- Inherit custom color of parent on moving tabs
29-
- Preserve tree state (folded/unfolded branches) on TabsPanel <-> BookmarksPanel transformations
3031
- L10n zh_TW correction (by [@llc0930](https://github.com/llc0930): [#1485](https://github.com/mbnuqw/sidebery/issues/1485))
3132
- Blinking that appears immediately after the “Tab Loaded” animation
3233
- Preserve container after dropping the tab from "recently-closed" sub-panel to tab panel

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sidebery",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "Manage your tabs and bookmarks in sidebar",
55
"main": "index.js",
66
"scripts": {

src/manifest.json

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

0 commit comments

Comments
 (0)