Skip to content

Releases: Firnschnee/FoxOne

2.3

04 Jun 19:27
9ad6d8d

Choose a tag to compare

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

03 Jun 18:43

Choose a tag to compare

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-width in the config, e.g. to 36px.
--uc-tab-min-width: 76px;   /* lower to e.g. 36px to fit more tabs */

2.2.3

02 Jun 09:43
3517590

Choose a tag to compare

Add inactive tab hover title color #16

2.2.2

27 May 08:54

Choose a tag to compare

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

26 May 18:47

Choose a tag to compare

Fix nav button position and disabled-state regression

2.2

26 May 10:40

Choose a tag to compare

2.2

Now with macOS support - fix macOS traffic light positioning in one-line layout (normal + fullscreen)
Close #4

2.1.5

25 May 20:38

Choose a tag to compare

Introduces five palette variables to refactor hardcoded colors into CSS custom properties
Closes #8

2.1.4

25 May 15:59

Choose a tag to compare

Add configurable active tab highlight (background + underline)
Closes #11

2.1.3

25 May 13:00

Choose a tag to compare

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

23 May 10:55

Choose a tag to compare

Fix 1px toolbar artifact with vivid background colors (See Issue #3)
Thanks user451421541757324 for reporting!