Skip to content

Releases: aloglu/hoverbar

v0.2.0

23 May 22:13
6cdcb48

Choose a tag to compare

Changelog

Added

  • Bookmark divider support in the overlay and new-tab page. (#6)
  • Context menu actions for adding bookmark dividers before, after, and inside folders. (#6)
  • Bookmark and folder editing from Hoverbar, including bookmark URL editing.
  • Setting for showing or hiding Hoverbar on the extension new-tab page. (#7)
  • Icon size setting with small, default, and large presets. (#7)
  • Optional icon resizing inside folder menus. (#7)
  • Bookmark opening behavior setting for current-tab or new-tab left clicks. (#7)
  • Bar position setting with top, bottom, left, and right placement options. (#7)
  • Spacing setting with compact, default, and comfortable presets. (#7)

Changed

  • Updated extension version to 0.2.0.
  • Reorganized the settings popup for the expanded settings list.
  • Reworked menu positioning so folder menus open from their folder across all bar positions.
  • Replaced prompt-based bookmark editing with an extension-styled edit dialog.
  • Updated favicon cache handling to distinguish URLs by port.
  • Updated README feature descriptions.

Fixed

  • Existing Firefox bookmark dividers now appear in Hoverbar. (#6)
  • Dividers created in Hoverbar are real Firefox bookmark separators. (#6)
  • Folder menus now stay aligned with their parent folder for top, bottom, left, and right bar positions.
  • Folder menus now clamp and flip more intelligently around viewport edges.
  • Bookmark edit failures now keep the edit dialog open and show an error instead of closing silently.
  • Port-specific bookmarks no longer share cached favicons with other ports on the same host.
  • Hoverbar new-tab page now uses the same zoom compensation behavior as the page overlay.

v0.1.5

24 Apr 08:50
e353d25

Choose a tag to compare

Changelog

Added

  • Drag-and-drop support for moving bookmarks and folders. (#5)
  • Support for moving bookmarks into folders, out of folders, and between folder levels. (#5)
  • Custom context menus for bookmark and folder items. (#4)
  • Folder icon color setting. (#1)
  • Folder icon style setting with emoji/folder display modes. (#1)
  • Single-emoji folder title rendering as a folder icon option. (#1)
  • Favicon caching based on browser tab favicon updates and successfully loaded bookmark favicons.
  • New simplified extension icon.

Changed

  • Updated extension version to 0.1.5.
  • Changed extension action title to Hoverbar.
  • Redesigned the settings popup.
  • Reworked folder icon rendering in the overlay and new-tab page.
  • Increased favicon display size.
  • Improved favicon fallback rendering.
  • Removed bookmark item hover lift effect.
  • Removed rounded bottom corners from the bookmark bar.

Fixed

  • Bookmark bar no longer scales with page zoom. (#2)
  • Overlay state now resets when switching away from and back to a tab.
  • Context menus close correctly during drag operations and outside interactions.
  • Folder contents update live after bookmark moves.
  • Standalone media/image pages are ignored by the overlay injector. (#3)
  • Reduced favicon jitter and hidden/partially clipped favicon states.
  • Avoided page-load favicon fetching behavior that could affect tab loading state.
  • Fixed repeated menu listener binding in the content overlay.
  • Fixed folder color application across overlay and new-tab render paths.

v0.1.0

16 Apr 19:15
cdc6f4e

Choose a tag to compare

This is the initial release of the extension. For more information on what the extension does, you can read here.