Releases: Fannon/search-bookmarks-history-and-tabs
Releases · Fannon/search-bookmarks-history-and-tabs
v1.5.0
- 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
- 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
- Supports queries like
- Improved: Search behavior around
scoreExactIncludesBonus
- Introduced new option
scoreExactIncludesBonusMinChars
which introduces a minimum character match for above option
- Introduced new option
- Improved: behavior of
scoreExactTagMatchBonus
andscoreExactFolderMatchBonus
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
v1.2.1
v1.2.0
- 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
orAlt
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
v1.0.3
This release adds support for Opera (see addon store entry).