From 05acb860626ad771617d15ed8d41c6b5a079f37a Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Thu, 7 Mar 2024 17:20:05 +0500 Subject: [PATCH] v5.2.0 --- CHANGELOG.md | 7 ++++--- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1676eecc..2f1f3f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog -## Unreleased +## 5.2.0 - 2024.03.07 ### Added +- Opacity CSS vars for color layer of tab ([#314](https://github.com/mbnuqw/sidebery/issues/314)) +- Optional menu entry to config panel in sidebar (resolves [#174](https://github.com/mbnuqw/sidebery/issues/174)) - Sort tabs by title, url, access time ([#170](https://github.com/mbnuqw/sidebery/issues/170), [#643](https://github.com/mbnuqw/sidebery/issues/643)) - tab context menu options - tab panel context menu options @@ -19,14 +21,13 @@ ### Fixed -- Preserve tab colors on TabsPanel <-> BookmarksPanel transformations +- Preserve tree state (folded/unfolded branches) and tab colors when converting/saving TabsPanel to BookmarksPanel and vice versa - Require manual intervention or browser restart after auto update (workaround for [1881820](https://bugzilla.mozilla.org/show_bug.cgi?id=1881820)) ([#1477](https://github.com/mbnuqw/sidebery/issues/1477), [#1470](https://github.com/mbnuqw/sidebery/issues/1470)) - Do not show 'unread' mark if tabs were reopened from notification - 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)) - Inherit custom color of parent on moving tabs -- Preserve tree state (folded/unfolded branches) on TabsPanel <-> BookmarksPanel transformations - L10n zh_TW correction (by [@llc0930](https://github.com/llc0930): [#1485](https://github.com/mbnuqw/sidebery/issues/1485)) - Blinking that appears immediately after the “Tab Loaded” animation - Preserve container after dropping the tab from "recently-closed" sub-panel to tab panel diff --git a/package-lock.json b/package-lock.json index 228b8fd8..e5e2903f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sidebery", - "version": "5.1.1", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sidebery", - "version": "5.1.1", + "version": "5.2.0", "license": "MIT", "dependencies": { "vue": "3.4.19" diff --git a/package.json b/package.json index 2d282597..494b4881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.1.1", + "version": "5.2.0", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 0d85d997..86e2b944 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.1.1", + "version": "5.2.0", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",