Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@teddy-gustiaux teddy-gustiaux released this 04 Apr 00:31
· 1 commit to master since this release
ba3f598

BREAKING CHANGES

The add-on will now officially support only versions of Firefox that are equal or more recent that the current Extended Support Release (ESR).
As of this release, that means versions 115.x and above are supported.

Additionally, a lot of work has been done on the internals of the add-on to try and fix (or at least improve) some of the issues introduced with the 3.x branch of the add-on (and themselves related to the internal bookmarking changes that happened back then in Firefox).

While this should provide a better user experience, it also means the internal logic to identify which bookmarks to process and how has changed significantly, and this is made explicit via the major version number.

  • update minimum Firefox version to current ESR branch (87b862e)
  • refactoring of the code to prevent processing bookmark that should not be (and re-organization of the add-on's structure) (725213f)

Features

  • update bookmark tree in real-time on options page if there is any folder-related changes (2cfd4b7)
  • automatic dark mode for settings page (422470b)
  • automatic dark mode for quick bookmarking to folder popup (cfc0a2d)

Bug Fixes

  • better handling for drag-and-drop (49ed724)
  • do not apply add-on logic when bookmark is created for a page different than the current one (270025d)
  • do not update last used folder when importing bookmarks (09ed406)
  • inbox mode consistently creating bookmarks (now limiting to a single one) (48c94ba)
  • allow removal of multiple bookmarks via page context menu even if inbox mode is enabled (95fc6a2)
  • update copy to be more accurate regarding how the feature works (fbde721)
  • various UI and copy improvements
  • various code cleanup