Releases: Firnschnee/FoxOne
2.3
Auto-hide and hide navigation buttons
New opt-in options: auto-reveal the back/forward/reload buttons on hover
(or hover + focus), or hide them entirely for shortcut / mouse-button users.
Configure in CONFIG:
--uc-autohide-nav-buttons: 0 = always show, 1 = reveal on hover and focus, 2 = reveal on hover only--uc-hide-nav-buttons: 1 = hide back/forward/reload entirely
Big thanks to @DeathMurderGod for implementing this in #22, great work on a
first contribution. Polished in #23, which finally closes the long-standing #12.
2.2.4
Tab min-width – now optional
Thanks to @DeathMurderGod for the PR (#20) and the idea to let tabs shrink narrower before overflow scrolling kicks in.
Merged with two small adjustments:
- Aligned the selector with the existing tab-width rules, so the min-width no longer fights collapsed tab groups or applies during the close animation.
- Made it opt-in: the default keeps Firefox's usual behavior (76px). If you want narrower tabs, just lower
--uc-tab-min-widthin the config, e.g. to36px.
--uc-tab-min-width: 76px; /* lower to e.g. 36px to fit more tabs */2.2.3
2.2.2
Temporary: Revert nav button auto-hide CSS to restore native button sizing.
There is a bug that basically ruins everything and I need to get to the bottom of it before reimplementing the navbar auto-hide feature.
2.2.1
Fix nav button position and disabled-state regression
2.2
2.1.5
2.1.4
2.1.3
Add auto-hide navigation buttons with hover reveal.
Back, forward, and reload buttons collapse to zero width by default (when enabled). Hovering the nav bar or focusing the URL bar slides
them in. Forward button stays hidden when disabled (no forward history).
Controlled by --uc-autohide-nav-buttons (default: 0 = off).
Closes #12
2.1.2
Fix 1px toolbar artifact with vivid background colors (See Issue #3)
Thanks user451421541757324 for reporting!