Releases: Frewacom/pywalfox
Releases · Frewacom/pywalfox
Addon version 2.1.0
Long time no see!
- Added confirmation dialog when enabling stylesheets (solves #112, #119, #152)
- Added new properties:
frame_inactive- Customize header appearance when window is inactiventp_card_background- Better control over new tab page card stylingtoolbar_text- Explicit toolbar text color control
- Removed deprecated properties:
tab_background_separator(deprecated since Firefox 89)toolbar_field_separator(deprecated since Firefox 89)
- Removed redundant property:
bookmark_text(replaced bytoolbar_text)
There should be no breaking changes, previous configuration should carry over to the new version seamlessly. If not, resetting the theme template to default should fix it.
Theme colors are a little different when enabling vertical tabs (which were introduced to Firefox this year). This seems to be by design by Firefox.
Addon version 2.0.11
- Fix auto mode not updating the theme at the set time interval
Addon version 2.0.9
- Dynamically set
prefers-color-schemeCSS property on theme mode change (#94)
Addon version 2.0.8
- Added a new icon
Special thanks to https://github.com/reeseovine for the icon design!
Addon version 2.0.7
- Added new connection error page with button for retrying the connection without restarting
- Added options for muting update and connection notifications
- Fixed incorrect connection status if native messenger disconnected without error
- Removed tab border color in Firefox 89.x
Addon version 2.0.6
- Add support for switching between dark, light and auto mode using the CLI (more info about this here)
Addon version 2.0.5
This update contains relatively few noticeable changes for users and is mainly code refactoring and improvements.
- Add experimental support for darkreader (currently unavailable to normal users)
- Add option for automatically fetching colors on startup from the native application
- Minor UI fixes and improvements
Addon version 2.0.4
- Accessibility improvements in the Settings page (highlight the selected button/link when using tab)
- Updated text on update page
- Bumped the minimum required version of the Pywalfox native messaging application
Addon version 2.0.3
- Fixed issue where the debugging section would not display connection status and version correctly
- Fixed issue with custom colors not resetting on Fetch for the non-selected theme mode
- Minor style improvements to Settings page