Skip to content

Releases: kurtmckee/dotbot-firefox

1.1.0

23 May 13:37
v1.1.0
295da42
Compare
Choose a tag to compare

Python support

  • Add support for Python 3.12.

Added

  • Support Firefox Flatpak for Linux profile directories.

1.0.1

09 Oct 01:22
v1.0.1
a524da9
Compare
Choose a tag to compare

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

09 Oct 00:19
v1.0.0
6b4c4cc
Compare
Choose a tag to compare

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.