Skip to content

Releases: Fannon/search-bookmarks-history-and-tabs

v1.5.0

06 Feb 18:21
eef759b
Compare
Choose a tag to compare
  • NEW: Added hybrid search approach
    • This combines precise and fuzzy search results
    • This also combines the indexing and search time of both approaches, so be aware of the performance impact.
    • Added two new options to weight precise vs. fuzzy search matches
      • scoreHybridPreciseBonus
      • scoreHybridFuzzyBonus

v1.4.0

06 Feb 07:12
763b829
Compare
Choose a tag to compare
  • NEW: Bookmark edit now supports:
    • Deleting bookmarks through popup
    • Editing the bookmark URL
  • NEW: Added support for OR tag and folder search
    • Supports queries like #github #pr and ~Sites ~Blogs
  • Improved: Search behavior around scoreExactIncludesBonus
    • Introduced new option scoreExactIncludesBonusMinChars which introduces a minimum character match for above option
  • Improved: behavior of scoreExactTagMatchBonus and scoreExactFolderMatchBonus to make it work in more situations
  • NEW: Rudimentary user option validation, to ensure it at least is a proper YAML / JSON object
  • REMOVED: Legacy option migration

v1.3.0

24 Dec 15:12
1b2aa79
Compare
Choose a tag to compare
  • Simplified the user options
    • The options can now be written in YAML or JSON (instead of JSON5 / JSON before)
    • The structure is now flat, so there is no need for object nesting except for advanced options
    • Added inline help to option screen

v1.2.1

19 Dec 13:09
47a4159
Compare
Choose a tag to compare
  • Added inline tipps to popup #27.
  • New option: tabs.displayLastVisited allows to display the last accessed tabs in the default results when popup is opened #22.

v1.2.0

11 Oct 05:42
3f1d20d
Compare
Choose a tag to compare
  • NEW: Results can now be opened in current tab or background tab
    • By default, the extension will open the selected result in a new active tab, or switch to an existing tab with the target url.
    • Hold Shift or Alt to open the result in the current tab
    • Hold Ctrl to open the result without closing the popup.
  • NEW: Added new option to optionally disable use of folder names in bookmarks:
    • { "general": {"folderName": true } }
  • IMPROVEMENT: Minor performance optimizations (load time)
  • FIX: Tag edit text was not well readable in dark mode
  • FIX: Disabling general.tags was not fully implemented.

v1.1.0

15 Sep 18:19
e54e1ec
Compare
Choose a tag to compare
  • Adjusted default options
    • precise search is now standard
    • history goes back 7 days
    • search engines are disabled by default
    • Reduced default base score for open tabs

v1.0.3

12 Sep 05:59
f83f0f9
Compare
Choose a tag to compare

This release adds support for Opera (see addon store entry).

v1.0.1

28 Aug 13:11
ea40d3f
Compare
Choose a tag to compare
New dark icon (#11)

* v1.0.0 Release

* Created dark icon. Changed default keyboard shortcut

* Undo keyboard shortcut default change

* Adding promo images for stores

v1.0.0

27 Aug 13:14
289e5cf
Compare
Choose a tag to compare

1.0 stable release