Skip to content

Releases: Frewacom/pywalfox

Addon version 2.1.0

26 Dec 20:18
7c844cb

Choose a tag to compare

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 inactive
    • ntp_card_background - Better control over new tab page card styling
    • toolbar_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 by toolbar_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

24 Jan 13:46
3410f26

Choose a tag to compare

  • Fix auto mode not updating the theme at the set time interval

Addon version 2.0.9

17 Oct 09:27
79e4bd8

Choose a tag to compare

  • Dynamically set prefers-color-scheme CSS property on theme mode change (#94)

Addon version 2.0.8

30 Apr 06:55
0fed59b

Choose a tag to compare

  • Added a new icon

Special thanks to https://github.com/reeseovine for the icon design!

Addon version 2.0.7

06 Jun 09:56

Choose a tag to compare

  • 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

27 Nov 20:08

Choose a tag to compare

  • Add support for switching between dark, light and auto mode using the CLI (more info about this here)

Addon version 2.0.5

26 Oct 17:44

Choose a tag to compare

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

03 Aug 13:44

Choose a tag to compare

  • 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

31 May 15:29

Choose a tag to compare

  • 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