Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.16 KB

CHANGELOG.rst

File metadata and controls

44 lines (29 loc) · 1.16 KB

dotbot-firefox

Unreleased changes

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

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.