Firefox UI Fix Versions Save

🦊 I respect proton UI and aim to improve it.

v6.2.0

1 year ago

Option

  • Autohide - Allow toolbar overlap layout shift option #457
    • userChrome.autohide.toolbar_overlap.allow_layout_shift
  • Autohide - Animation speed option #462
  :root {
    --uc-autohide-toolbar-speed: 0.25s;
    --uc-autohide-toolbar-delay: 600ms;
  }

Compatibility

  • RTL Support #387
  • Fully Color - Context menu color at FF v105 #466
  • Proton Color - Page accent color at windows #469

Bug Fixes

Others

v6.1.0

1 year ago

IMPORTANT

Some bugs can only be solved only by :has() due to the DOM structure. So if you're Firefox v103 or higher, make the following options layout.css.has-selector.enabled to true.

Changed

Bug Fixes

Documents

v6.0.0

1 year ago

IMPORTANT

Some API has been breaking change.

  • userChrome.tab.on_bottom -> userChrome.tabbar.on_bottom
  • userChrome.tab.on_bottom.above_bookmark -> userChrome.tabbar.on_bottom.above_bookmark
  • userChrome.tab.on_bottom.menubar_on_top -> userChrome.tabbar.on_bottom.menubar_on_top
  • userChrome.tab.centered_label -> userChrome.centered.tab.label

Changed

New Options

  • One liner UI
    • userChrome.tabbar.one_liner
    • userChrome.tabbar.one_liner.combine_navbar
    • userChrome.tabbar.one_liner.tabbar_first
    • userChrome.tabbar.one_liner.responsive
  • Auto Hide UI
    • userChrome.autohide.tab
    • userChrome.autohide.tab.opacity
    • userChrome.autohide.tab.blur
    • userChrome.autohide.tabbar
    • userChrome.autohide.navbar
    • userChrome.autohide.bookmarkbar
    • userChrome.autohide.sidebar
    • userChrome.autohide.fill_urlbar
    • userChrome.autohide.back_button
    • userChrome.autohide.forward_button
    • userChrome.autohide.page_action
    • userChrome.autohide.toolbar_overlap
  • Hidden UI
    • userChrome.hidden.tab_icon
    • userChrome.hidden.tab_icon.always
    • userChrome.hidden.tabbar
    • userChrome.hidden.navbar
    • userChrome.hidden.sidebar_header
    • userChrome.hidden.sidebar_header.vertical_tab_only
    • userChrome.hidden.urlbar_iconbox
    • userChrome.hidden.bookmarkbar_icon
    • userChrome.hidden.bookmarkbar_label
    • userChrome.hidden.disabled_menu
    • userChrome.tabbar.on_bottom.hidden_single_tab
  • Monospace
    • userChrome.theme.monospace
    • userContent.page.monospace
  • Centered UI
    • userChrome.centered.tab
    • userChrome.centered.tab.label
    • userChrome.centered.urlbar
    • userChrome.centered.bookmarkbar
  • Vertical Tab support

Bug Fixes

Documents

Various documents have been added, and there is a space where you can share your settings !!


Discuss the next major version of plan. #453

v5.3.1

1 year ago

Bug Fixes

Documents

  • Issue Form - Use details for the user.js setup #446
    • New contributor @Oondanomala

There are enough changes before #438 merge, so I made a release to stabilize it.

v5.3.0

1 year ago

IMPORTANT

  1. There is a accent color-related breaking change of v103 version or higher. This is because Mozilla has completely removed the -moz-accent-color/-moz-accent-color-foreground property. https://github.com/mozilla/gecko-dev/commit/4c5f20179e8d3b963dc588efb9dc2c7b49e7bb31 Unlike selector issues, backward compatibility cannot be guaranteed. Users with v102 or lower versions must use userChrome.compatibility.accent_color to true.
  2. This version has icon related changes. If the icon directory is not copied, mac global menu related icons may not appear.

Changed

Add

Bug Fixes


It's a latest release before v6.0.0 https://github.com/black7375/Firefox-UI-Fix/pull/438

v5.2.1

1 year ago

Option

  • Icons - Added userChrome.icon.menu.full #412 #418
  • Compatibility - Changed from default to option userChrome.compatiblity.os.windows_maximized #384 #414

Bug Fixes

Others

  • Dependency #410
  • CI - Release before sync #409

Refactoring Refactoring will continue to be applied progressive.

v5.2.0

1 year ago

IMPORTANT

This version has icon related changes. If the icon directory is not copied, checkbox related icons may not appear.

Changed

Add

Bug Fixes

Refactoring Refactoring will continue to be applied progressive.

v5.1.0

2 years ago

IMPORTANT

This version is separated into options on the full screen.

  • userChrome.fullscreen.show_bookmarkbar #383

New Options

  • Pinned Tab - Close button #378
    • @BPower0036 's contribute include
    • userChrome.tab.close_button_at_pinned.always
    • userChrome.tab.close_button_at_pinned.background
  • userChrome.padding.drag_space.maximized #370
  • userChrome.tab.static_separator.selected_accent #141
  • userChrome.padding.bookmark_menu.compact #391

Bug Fixes

Refactoring Refactoring will continue to be applied progressive.

v5.0.2

2 years ago

IMPORTANT

v5.0.0 has a fatal bug. Be sure to use this version.

Changed

Critical Side Effect Fixed side effect bugs of general use.

  • Cut Off tabbar #370
  • Bookmarks Menu Wrong Position #372

Icon Padding

  • Checkbox's padding without checked=false #363
    • New contributor @BPower0036's PR #374

All fixed except for non-common use case( #371 ) or bugs that are difficult to reproduce( #373 #376 ).

v5.0.1

2 years ago
  • Tab bar - Visible for windows hotfix #368

Special thanks @kaylynn234