Firefox UI Fix Versions Save

🦊 I respect proton UI and aim to improve it.

v8.6.0

2 months ago

IMPORTANT

Icons

@zapSNH continued to do great work. Add 6 icons and a consistent icon stroke option.

  • userChrome.icon.1-25px_stroke is true

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

UI Options

Mozilla is adding useful UI features, so we've selected a few as defaults.

I've left a few things experimental.

Mozilla has removed the search bar from the settings window. If you have users who miss the search bar, enable the following option

  • browser.search.widget.inNavBar to true image

Changed

Add

Compatibility

  • Compatibility - Tab background color #867
  • Hidden - Tabbar padding and title container opacity #810
  • Infobar - Align to center #858
  • Theme - Mac background field color #851
  • Theme - Urlbar background on linux default theme #864
  • Icons - Mac addon overflow menu #847

Bug Fixes

  • Tab - Contextline color #857
  • Icons - Add Dictionaries #855
  • Icons - Login page #862
  • Animation - Tabbar focus delay #470

Others


Special Thanks

I have new one sponsor.

  • @firefox9067 (New sponsor)

I'm also going to start small-sponsorships this month.

And I've released a new article that I've been meaning to get to. I hope you enjoyed reading this. :smiley:

v8.5.1

4 months ago

Firefox v121 breaks the theme, so I think I'll have to release it.

Add

  • Tab - userChrome.tab.blue_accent #811
  • Icons - Floorp browser progressive web apps #819 #836
    • by @zapSNH @surapunoyousei

Compatibility

  • Tab - Selected background at FF v121 #827
  • Theme - Titlebar color compatibility #828
  • Dark Mode - support.mozilla blockquote 2180481ec8af42e44885caf797a20a9e901cc485
  • Bookmarkbar - Multirow compatibility #830
  • Icons - Missing icons for upstream #833
  • Icons - Report broken site menu #843
  • Menu - Windows non native context menu padding 18570f99359bcea2d2d495eef87fe377aa711e96

Bug Fixes

  • Install - Profile path no longer being cut off on space #841
    • New contributor @gbdlin

Others

  • README - Broken link #838
    • @andy0130tw suggestion
  • Doc: CREDITS - Update to sponsor and contributors 8c6140ce20b85d6a7292980b0408b75731f2ec5e 44494c684e8d144fcb53877135aca70149d1b9a5 6fda07f4bdc72f4f2b3ebb3a4a62dca54cba9a26

Special Thanks

This will probably be the last release of the year.

Once again, we're working with the Floorp browser, and @zapSNH has been a huge help. New contributor @gbdlin helped fix bugs in the installer.

We have a lot of sponsors for this release.

  • Safira on Ko-Fi (New sponsor)
  • @Cyberax (New sponsor)
  • @Mike-Kennelly (New sponsor)
  • @AuRiMaS666 (New sponsor)

I've been donating to kids since I started sponsoring GitHub, and next year I'm going to start donating to developers who make good projects.

(It's in Korean) 기아대책-1

This Christmas, I'm going to write an article I've been putting off. Happy Holiday, Mozilla Community !!

v8.5.0

5 months ago

IMPORTANT

We move on to v8.5.0 with two big changes.

  • Nearly 140 icons are replaced with a consistent look by @zapSNH #213
  • Fix not fully working on Firefox 120 #799

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

Changed

Add

  • Unify icon design langauge #213 #802 #813
    • New contributor @zapSNH

Compatibility

  • -moz-bool-pref is moved from @supports to @media #799
  • Accent Color #445 #811
  • Icons - Fill color #791
  • Proton - MacOS page info icons cut off #780
  • Tabbar- Floorp multirow-tab #797
    • New contributor @surapunoyousei
  • Rounding - Compatibility for menu bar menu #814

Bug Fixes

Others

  • Better diff for userChrome.css #790
    • New contributor @Roy-Orbison
  • Remove outdated settings #794
    • New contributor @arturpragacz
  • Update to CREADITS #790 #794 #797 #802 #813
  • user.js - newTab background image description more cleary #822
  • Bump @babel/traverse #798

Special Thanks

One private sponsor support the this project!! (Sorry for the late release) I am pleased to announce that we will have 4 contributor during Hacktoberfest. :tada:

  • @zapSNH (New Major contributor) made the icon design consistent and removed all the blurriness

v8.1.0

6 months ago

Add

  • Content - Odd rows color at dialog's richlistbox #751 #783
  • Activity Stream - Update default background image. #772
    • New contributor @MrAlex94

Compatibility

  • Tree Style Tab separators - #758
  • Centered - Vertical align tab label #761
  • Tab - visuallyselected attribute compatibility #787

Bug Fixes


Special Thanks

The past month was quite a whirlwind for me. I've been juggling two jobs simultaneously: working at a university and a company. It was a challenging and time-consuming endeavor.

Yet, it was a fruitful period as we were blessed with a surge in new contributors. These contributors were diligent and consistently provided patches, allowing us to accumulate enough patches to create new releases. The collaboration between the teams @Floorp-Projects and @WaterfoxCo was a great experience for open source. In that sense, I added hacktoberfest tag for some motivation. (If you have any questions during the contribution, open discussion)

I would also like to express my gratitude to our sponsors. Although they may not have direct benefits in the open source world, donating to such projects is not an easy decision. Nevertheless, their support is invaluable.

  • @Babbiorsetto (New sponsor) donated a considerable amount of money.
  • @ojaha065 Thank you for believing in me and supporting me steadily.

v8.0.0

8 months ago

IMPORTANT

As described in the previous release, the Firefox V117 has a serious compatibility problem due to the suspension of Windows 7 and 8 support. #744 Therefore, depending on the version, the following file must be used to work properly.

v117 or Higher:

  • css/leptonChrome.css
  • css/leptonContent.css

v116 or Lower:

  • css/leptonChromeESR.css
  • css/leptonContentESR.css

Changed

Theme

  • Windows 11 Color (Sun Valley): using userChrome.compatibility.os.win11
  • userChrome.theme.private: Purple color at private mode
  • userChrome.theme.non_native_menu: only for linux(emulate windows menu)

Transparent

  • userChrome.theme.transparent.frame
  • userChrome.theme.transparent.menu #585
  • userChrome.theme.transparent.panel

Hidden

  • userChrome.hidden.private_indicator

Tab

  • userChrome.tab.container.on_top #478
  • userChrome.tab.sound_with_favicons.on_center #463
  • userChrome.tab.selected_bold

User Content

  • userContent.newTab.background_image
@-moz-document url("about:home"), url("about:newtab") {
  body {
    --uc-newTab-wallpaper: url("YOUR_IMAGE_PATH");
  }
}
  • userContent.page.dark_mode.pdf

v7.5.0

8 months ago

IMPORTANT

A major change is scheduled in Firefox v117 #744 As Mozilla's support for Windows 7 and 8 ends, it is a problem caused by the disappearance of media queries related to the distinction between the Windows version. Therefore, a lot of code should be changed to only support Windows 10 and Windows 11, and it will be released as a major version because it has a great influence on compatibility. Since the ESR version still requires existing code to be available, I'm looking for an appropriate ways to support both.

This version has icon related changes. To use, you need to copy icon directory .

Changed

Add

  • UserContent - Odd / hover background color #737
  • Icons - Library #739

Compatibility

  • Compatibility - Windows7 classic theme navigator toolbox #734
  • Theme - Menu separator border #732
  • Theme - Prepare windows active border #445
  • Icons - Search Bookmark Menu icon #731
  • Icons - global menu search history 7c8a9681524ce409f353b563fe1dc00d21fd8c3a
  • Icons - Sidebar Menu Popop #749

Bug Fixes

  • Autohide - Sidebar switcher active #742
  • Icons - urlbarView result menu 8a3d8f5a38dd0584fab36cf5b6bed0753e798421
  • Icons - Remove extention item icon c648ff27444e12c820daf46b74b1ac2aa5583f42
  • User Content - treecols border color #736

Others

  • README - write Directory and Folder together #738
    • @Progress200 suggestion
  • Bump package #741

v7.4.0

10 months ago

IMPORTANT

Now officially supports Floorp browser. Thanks to @surapunoyousei for the suggestion and quick feedback.

Changed

Add

  • Icons - Floorp icons #710
  • Tab Bar - Floorp vertical tabbar supports #710
  • Unified extensions panel with compact mode #721
    • by @2641a40fd44383320adde4b027a1d0b03bd550

Compatibility

  • Tab - Replace [first-visible-unpinned-tab] #720
  • Bookmark Popup Menu - Compatibility #715
  • Icons - Linux's checked menu appearance #349

Bug Fixes

Documents


I am very fortunate to have such passionate contributor( @2641a40fd44383320adde4b027a1d0b03bd550 ) who continue to contribute.

I decided to add support for those who are interested in contributing. If you are interested in contributions, open discussion.

v7.3.1

11 months ago

The impact of #700 seems significant, so we will release it even though there are few changes

Compatibility

  • Tabbar - Mac's fullscreen #700
  • Icons - Panel's search history icon #697

Special Thanks

Two private sponsors support the this project!!

I'm in crunch mode until mid-June (probably), so I think I'll focus on fixing bugs rather than adding features. Please understand even if the response is a little slower than usual.

v7.3.0

11 months ago

IMPORTANT

This version has icon related changes. To use, you need to copy icon directory .

Changed

New

  • Rounding - Square infoboxes #677
    • userChrome.rounding.square_infobox option added
    • by @2641a40fd44383320adde4b027a1d0b03bd550
  • Rounding - Square toolbar #677
    • userChrome.rounding.square_toolbar option added

Compatibility

  • Compatibility - order 0 to -1 at FF v112 #670 #673
  • Compatibility - -moz-box, -moz-inline-box to flex, inline-flex at FF v113 #696
  • Findbar - Firefox 112 compatibility #673
  • Tab - Bottom rounded corner like new tabbutton overlap #678
  • Icons - Context reveal password #672
  • Icons - Contain add-device.svg #676
  • Icons - BMB Search menu #687

Bug Fixes

Others

Documents

  • README - 3Dots to unicdes #681
    • by @Patricek0056
  • Smart Bookmarks - Missing periods at end of the sentences #682
    • by @Patricek0056
  • CREDITS - Add contributor #681 #682
  • CREDITS - Upadate sponsors

News

This release is a little late, but there are many compatibility fixes. In addition, @FirefoxUX officially released the acorn design system, so I was able to update the icons.

Recently, I have made Webextension's concept proof. It is compatible with the current CSS file code, and the goal is to continue supporting userChrome.css.


Special Thanks

  • @ZachKnife1 (New sponsor) buys coffee every month. I will keep the project well!! Thank you
  • @Patricek0056 (New contributor) has actively reported many issues so far, and has become a contributor through document correction.
  • @2641a40fd44383320adde4b027a1d0b03bd550 continues to fix many rounding related bugs. :+1:

v7.2.0

1 year ago

IMPORTANT

This version has icon related changes. To use, you need to copy icon directory .

Changed

New

  • Error Page - Preferences' no search result #654
  • Icons - Addon page menu #634

Compatibility

Bug Fixes

Others

  • Doc: Compatibility Notice - Firefox ESR accent color #627