Skip to content

Releases: teddy-gustiaux/default-bookmark-folder

v4.0.0

04 Apr 00:31
ba3f598
Compare
Choose a tag to compare

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

27 Jan 04:17
Compare
Choose a tag to compare

Features

Bug Fixes

  • bookmark added at wrong index (closes #405) (f988f1f)

v3.0.0

26 Jan 02:53
Compare
Choose a tag to compare

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

18 Aug 00:44
Compare
Choose a tag to compare

Features

  • add support for selection using "enter" key in "quick bookmarking to folder" (close #250) (6cc475d)
  • add keyboard navigation in "quick bookmarking to folder" results (close #270) (196ba20)

Bug Fixes

  • incorrect tabulation order in "quick bookmarking to folder" (see #270) (71a9bc7)

v2.12.1

05 Mar 23:32
3a642ab
Compare
Choose a tag to compare

Bug Fixes

  • browser action icon color for default theme (257904e)

v2.12.0

17 Feb 21:55
a62da30
Compare
Choose a tag to compare

Features

Bug Fixes

  • add to top does not work with built-in bookmarking default location (close #172) (fd411c8)

v2.11.0

17 Dec 19:07
Compare
Choose a tag to compare

Features

  • display message when failing to save bookmark directly to folder (649f00d)

Bug Fixes

  • manually added bookmarks in system folders moved to default folder (cb1e8f7)
  • quick bookmarking to folder saving in wrong folder (close #111) (31b7fcc)
  • quick bookmarking to system folders failing when default folder on (b0808d4)

v2.10.1

04 Jul 00:32
fe4afe6
Compare
Choose a tag to compare

Bug Fixes

  • copy for bookmarking of multiple tabs (8fe0d2b)
  • in add-on settings, move release notes section to the about section (1dc0d1e)
  • open add-on settings page on install (fea376d)
  • option to show release notes on GitHub when the add-on is updated (a938635)

v2.10.0

21 May 22:04
Compare
Choose a tag to compare

Features

  • add support for "chrome://" URLs (97a0a52)

v2.9.0

14 May 00:03
Compare
Choose a tag to compare

Features

  • add dark theme to the add-on settings (8a6c001)
  • add dark theme to welcome message (46a5a40)

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)