Skip to content

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

v1.9.0

29 Apr 05:29
314370a
Compare
Choose a tag to compare
  • 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

30 Mar 05:35
3f1764f
Compare
Choose a tag to compare
  • 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

27 Feb 06:38
758bd0e
Compare
Choose a tag to compare
  • CHANGED: Extension does not log or do performance measurements by default.
    • If you want to enable this, use the option: debug: true

v1.8.3

22 Feb 10:09
98ee21e
Compare
Choose a tag to compare
  • NEW: Added options to configure the color and the width of the color stripe of search results
    • colorStripeWidth to set the width
    • bookmarkColor 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

04 Jan 06:06
74a8ed8
Compare
Choose a tag to compare
  • FIXED: Used wrong icon (edit) for closing tabs
  • IMPROVED: Hover over edit and close icon is now indicated

v1.8.1

31 Dec 08:49
8bb1074
Compare
Choose a tag to compare
  • FIXED: Missing icon for closing open tabs
    • Tip: This is especially useful if you enter tab search mode via searching t
  • FIXED: Improved very buggy logic to close tabs and update search results

v1.8.0

15 Nov 10:28
2e23c95
Compare
Choose a tag to compare
  • 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]`)

v1.7.0

10 Nov 20:29
0d361d0
Compare
Choose a tag to compare
  • 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

11 Sep 10:46
b7c2602
Compare
Choose a tag to compare
  • CHANGED: No bundling of external libraries into vendor.min.js as Firefox store objected to this

v1.6.1

01 Sep 05:43
f6abc04
Compare
Choose a tag to compare
  • 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