Releases: edelvarden/material-fox-updated
Releases Β· edelvarden/material-fox-updated
v1.0.5 | Firefox 119
v1.0.4 | Firefox 118
Features
- Implemented new style for URL bar.
- Added optional feature: "Chrome Refresh 2023", to enable - add bool preference
userChrome.chrome-refresh-2023
inabout:config
. This is enabling new tab bar design like in Chrome Canary version. - Added optional feature: "Chrome Refresh Colors", to enable - add bool preference
userChrome.chrome-refresh-colors
inabout:config
. This is enabling new color scheme like in Chrome Canary version. - Added optional feature: "Compact URL Bar", to enable - add bool preference
userChrome.compact-url-bar
inabout:config
. This is reduce URL bar height like in old versions. - Implemented new style for checkboxes and radio buttons.
- Also
custom-chrome.css
andcustom-content.css
is now supported, check readme for more info.
Fixes
- Now respects the animation disable preference, to force enable animation just added bool preference
userChrome.force-enable-animations
forabout:config
. (Not required if you do not disable animation) - Added downloads button icon.
- Added extension icon badge style.
- Improved light mode behavior, now respects user system light/dark mode value even if you use
about:config
presets, eg.userChrome.chrome-refresh-colors
. - Many other small fixes.
v1.0.3 | Firefox 117
- added 2 color themes, more info
- fix accent color for links
- added system accent colors support
- added experimental feature default-theme-colors (#14)
- fix disabled button (#18)
- minor linux and macos fixes
v1.0.2 | Firefox 116
- fix context menu separator (6ed80ad)