Releases: teddy-gustiaux/default-bookmark-folder
v4.0.0
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
v.3.1.0
v3.0.0
BREAKING CHANGES
- bookmarks created by drag-and-drop will automatically be moved to the configured default folder (if option is enabled) instead of staying where dragged (moving bookmarks is not affected).
This regression cannot be fixed in the current state of the APIs. See #399.
Bug Fixes
- support Firefox internal changes related to "2020H2 bookmarks improvements" (da2e46a), closes #356 #399 #400
- remove notes regarding default folders and add link to known issues (ca2cc07)
- retain position when drag-and-dropping new bookmark (28d6b85)
- keeping index even if "0" when moving bookmarks (cf4655e)
v2.13.0
v2.12.1
v2.12.0
v2.11.0
v2.10.1
v2.10.0
v2.9.0
Features
Bug Fixes
- bookmarking tabs not working properly in non-English UI (close #56) (4d9daf7)
- hide the global notification as it does not give useful information (742c265)
- insert SVG icons by creating proper elements (d38313c)
- make the options page responsive and improve dark theme (b18961a)
- new separator always added to default location (close #44) (5609cae)
- replace red notification block by regular information message (7c91801)
- use SVG icons instead of Unicode characters (0134689)