What's new in Default Bookmark Folder 4.0.0

Apr 9, 2024
  • 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.</p>
  • 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).</p>
  • 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.</p>
  • 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)
  • Allow removal of multiple bookmarks via page context menu even if inbox mode is enabled
  • Update copy to be more accurate regarding how the feature works
  • Various UI and copy improvements
  • Various code cleanup

New in Default Bookmark Folder 3.1.0 (Jan 27, 2021)

  • Features:
  • update Hungarian translation (thanks to @efi99) (4d525b6)
  • Bug Fixes:
  • bookmark added at wrong index (closes #405) (f988f1f)

New in Default Bookmark Folder 3.0.0 (Jan 26, 2021)

  • 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)

New in Default Bookmark Folder 2.13.0 (Aug 18, 2020)

  • 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)

New in Default Bookmark Folder 2.12.1 (Mar 6, 2020)

  • Bug Fixes:
  • Browser action icon color for default theme

New in Default Bookmark Folder 2.12.0 (Feb 18, 2020)

  • Features:
  • Add German translation (thanks to @Mr-Update) (2febf70)
  • Bug Fixes:
  • Add to top does not work with built-in bookmarking default location (close #172) (fd411c8)

New in Default Bookmark Folder 2.11.0 (Dec 18, 2019)

  • 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)

New in Default Bookmark Folder 2.10.1 (Oct 31, 2019)

  • Bug Fixes:
  • Copy for bookmarking of multiple tabs
  • In add-on settings, move release notes section to the about section
  • Open add-on settings page on install
  • Option to show release notes on GitHub when the add-on is updated