Releases: Fannon/search-bookmarks-history-and-tabs
Releases · Fannon/search-bookmarks-history-and-tabs
v1.9.0
- FIXED: Fuzzy search now also works with non-ASCII characters like CKJ chars by default
- FIXED: Option
bookmarkColor
now also applies to the bookmark folder badge in the search results - REMOVED: Removed hybrid search as the benefits / differences against new fuzzy search are negligible.
v1.8.6
- NEW: New option
uFuzzyOptions
that allows to configure the fuzzy search library used by this extension- This can be used, e.g. that fuzzy search supports CKJ characters (see README)
PR's
- Update dependencies by @Fannon in #88
- Adding interSplit option to fuzzy search by @Fannon in #89
- Allow passing custom uFuzzy options. by @Fannon in #91
Full Changelog: v1.8.5...v1.8.6
v1.8.5
v1.8.3
- NEW: Added options to configure the color and the width of the color stripe of search results
colorStripeWidth
to set the widthbookmarkColor
and similar to set the color (expressed as CSS color)
- NEW: When hovering over an URL, the full URL is displayed as a hover. Requested via #74
- IMPROVED: Updated dependencies
v1.8.2
v1.8.1
v1.8.0
- NEW: Allow definition of custom search engines that are triggered by custom alias
- New option:
customSearchEngines
, with one default entry:g
for executing a google search. - Also added
blank
option when no search string is given - Allowing for multiple aliases, if defined as an array (
['alias1', 'alias
]`)
- New option:
v1.7.0
- CHANGED: Replaced fuzzy search library fuzzysort with uFuzzy
- This should give more reliable and relevant search results
- Performance is a bit better in most cases
- Related Issue: #60
- IMPROVED: Performance improvement for both precise and fuzzy search
- Interim search results are now cached so the search haystack gets smaller when search term is only expanded
- FIXED: Custom Bonus Score was sometimes shown in search result title.
v1.6.2
v1.6.1
- IMPROVED: Improved error handling
- Errors and warnings are now displayed in a dedicated overlay, with more space to show complete context
- Error handling is more robust, e.g. when failing to load user settings we now display error but fall back to default options