Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.35 KB

CHANGELOG.rst

File metadata and controls

59 lines (38 loc) · 1.35 KB

dotbot-firefox

Unreleased changes

Unreleased changes to the code are documented in changelog fragments in the changelog.d/ directory on GitHub.

1.1.0 — 2023-05-23

Python support

  • Add support for Python 3.12.

Added

  • Support Firefox Flatpak for Linux profile directories.

1.0.1 — 2022-10-08

Fixed

  • Fix a bug that caused dotbot's Link plugin to run twice.

    This happened because dotbot's plugin loader detected the Link plugin class at the module level of the dotbot-firefox plugin and considered it a new plugin.

1.0.0 — 2022-10-08

Added

  • Support a "firefox" directive that will configure a user's Firefox profile(s).

  • Support a "user.js" configuration key.

    The plugin will search all known system-specific default profile directories and will use dotbot's built-in Link plugin to create user.js symlinks in each profile directory that contains a prefs.js file.