Skip to content

Releases: lkuechler/omnibox-browser-extension

omnibox-browser-extension: v1.0.0

22 Nov 12:22

Choose a tag to compare

1.0.0 (2025-11-22)

Features

  • add footer showing version and linking to repo (5312c50)
  • commands: new command for searching through history (ca92588)

Miscellaneous Chores

omnibox-browser-extension: v0.10.1

29 Aug 10:21

Choose a tag to compare

0.10.1 (2025-08-29)

Bug Fixes

  • popup: limit max-height below the max value enforced by browsers (f906584)

omnibox-browser-extension: v0.10.0

29 Aug 10:08

Choose a tag to compare

0.10.0 (2025-08-29)

Features

  • searchBookmarksByTitle: improve searching over folder (b5bacfd)
  • show match highlight (fa45289)

Bug Fixes

  • results: reduce flicker that was caused by adding result one at a time (6906ffb)

omnibox-browser-extension: v0.9.0

15 Aug 14:00

Choose a tag to compare

0.9.0 (2025-08-15)

Features

  • change default shortcut to Alt+O (4c7be83)

omnibox-browser-extension: v0.8.0

15 Aug 13:42

Choose a tag to compare

0.8.0 (2025-08-15)

Features

  • bookmarks: show folder name (fa66e0f)
  • commands: add closeOtherTabs command (cc3201f)
  • commands: add closeToTheLeft command (f6cf91d)

Bug Fixes

  • closeTabsToTheRight: close omnibox after command execution (d2f2f58)

omnibox-browser-extension: v0.7.0

15 Aug 11:24

Choose a tag to compare

0.7.0 (2025-08-15)

Features

  • search: improve fuzzy search (480a2ae)

omnibox-browser-extension: v0.6.0

14 Aug 19:13

Choose a tag to compare

0.6.0 (2025-08-14)

Features

omnibox-browser-extension: v0.5.2

11 Aug 17:20

Choose a tag to compare

0.5.2 (2025-08-11)

Bug Fixes

  • popup: also limit max-height to be below browser limits for popups (1fe14d0)

omnibox-browser-extension: v0.5.1

11 Aug 17:16

Choose a tag to compare

0.5.1 (2025-08-11)

Bug Fixes

  • popup: limit max-width to 600px (0f73e34)

omnibox-browser-extension: v0.5.0

11 Aug 17:09

Choose a tag to compare

0.5.0 (2025-08-11)

Features

  • add basic styling (54e4fda)
  • add fuzzy search (b603a4f)
  • add icons from heroicons.com (fb5a03c)
  • add intro explainer (26aae27)
  • add new search for bookmarks (04ec784)
  • add new shortcut that prefills the input with command prefix (f86113d)
  • change default short cut to Alt+P (17264dd)
  • change name and description (c41a57c)
  • commands: add duplicate tab command (b67dc63)
  • commands: new command for closing the active tab (e3edd14)
  • commands: new command to close all tabs to the right (1b8c716)
  • commands: show unicode character in front of action commands (e5c5a85)
  • first steps for chromium support (7722e78)
  • improve scroll behaviour (d8d39e2)
  • popup: set size based on active window (30b2ff3)
  • searchBookmarksByTitle: improve fuzzy search results (06ee5ca)
  • searchTabsBySound: allow :audio as keyword (81ff91c)
  • searchTabsByTitle: improve fuzzy search (ab58806)

Bug Fixes

  • hopefully force the loading of the release config (30ceff1)
  • icons: improve styling (d382aae)
  • input: make autofocus more consistent (1545007)
  • introComponent: wording for commands (9ce3c45)
  • jumpTo: only use non hidden tabs to find first and last tab (ba4e1bf)
  • manifest: remove unused permission (ff6e8d7)
  • manifest: remove unused settings (a017af0)
  • manually update manifest file to correct version (08985d5)
  • mostly just a change to test the release job (cc3800c)
  • popup: only show scrollbars when needed (7347506)
  • popup: set correct spacing for not found text (fc28bab)