You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Performance**: Refactored parts of the code. CPU usage of the expand/collapse animation for native vertical tabs is now 40% lower compared to v4.0.5. Performance is on par with Firefox's built-in *Expand sidebar on hover* option, though still about twice as heavy as Sidebery. Sidebery is faster, more feature-rich, and more stable than native vertical tabs, and is recommended.
26
+
***Visuals**: Fixed ghosting artifacts in collapse animations when Mica or custom wallpapers are enabled.
27
+
***New option**: Added `uc.flex.restore-window-controls-on-tabbar`, which restores the window control buttons to the tab bar in horizontal tabs mode.
28
+
***Other**: Various minor bug fixes.
29
+
30
+
<!-- END What's New -->
31
+
32
+
**v5.0.1**
24
33
25
34
* Improved usability of `uc.flex.sidebery-allow-resizable-width`
26
35
* Prevented Sidebery from shifting left and right when toggled into collapsed mode using the sidebar button (Firefox Logo).
* Fixed a width collapse issue in native vertical tabs when toggling to collapsed mode, caused by Nightly v144 changes. [Bug 1985296](https://bugzilla.mozilla.org/show_bug.cgi?id=1985296)
35
44
* Fixed the counter malfunction in `uc.flex.show-tab-count-in-alltabs-button` due to Nightly v144 changes. [Bug 1985296](https://bugzilla.mozilla.org/show_bug.cgi?id=1985296)
36
45
37
-
<!-- END What's New -->
38
-
39
46
**✨ v5.0.0 – Major Feature Update**
40
47
41
48
* Added two new layout modes for Sidebery
@@ -724,6 +731,7 @@ For more update logs from earlier versions,
724
731
|`uc.flex.disable-tab-close-button-on-inactive-horizontal-tabs`|`true`| When hovering over inactive horizontal tabs, FlexFox normally shows the close button. If the tab is very narrow, the button is shrunk and moved to the top-right corner to reduce accidental clicks. Enabling this option disables the close button entirely. |
725
732
|`uc.flex.disable-nav-bar-first-item-right-padding`|`true`| By default, FlexFox adds right-side padding after the first item in the navigation bar to improve visual separation and alignment between the vertical tabs and nearby items. This option disables that padding. |
726
733
|`uc.flex.disable-menu-icons`|`true`| Disables custom icons in menus added by FlexFox. |
734
+
|`uc.flex.restore-window-controls-on-tabbar`|`true`| Restores the window control buttons (minimize, maximize, close) to the tab bar in horizontal tabs mode. |
727
735
|`uc.flex.revert-to-original-window-controls`|`true`| Reverts to Firefox's default window control buttons (minimize, maximize, close), replacing the macOS-style icons used by FlexFox. |
728
736
|`uc.flex.revert-to-original-flat-corner-style`|`true`| Reverts the rounded corner radius of the urlbar, searchbar, and findbar to Firefox's original flatter style. |
729
737
|`uc.flex.revert-to-original-bookmark-star-icon`|`true`| Reverts the bookmark star icon to Firefox's default design, replacing the custom icon used by FlexFox. |
0 commit comments