Skip to content

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

v1.10.2

02 Sep 20:13
88cb890
Compare
Choose a tag to compare
  • FIXED: Bookmark tagging autocomplete was partly broken. Fixed update of dependency.
  • CHANGED: Moved the tips & tricks to markdown file and just link it, instead of random tips on startup.

Full Changelog: v1.10.0...v1.10.2

v1.10.0

25 Aug 13:33
85f0f49
Compare
Choose a tag to compare
  • NEW: Show random tips on startup
    • Can be disabled via option enableHelp: false
  • NEW: Right-click result to copy URL to clipboard
  • IMPROVED: Improved initial loading time by caching browser history in local storage
    • The browser API to fetch history tends to be slow
    • The default history size (historyMaxItems) to load has been increased to 1024
  • IMPROVED: Simplified options for calculating score of recently visited pages
    • now only scoreRecentBonusScoreMaximum (which defaults to +20)
  • CHORE: Minor refactoring and cleanups, maybe with a little bit performance improvements.
  • CHORE: Removed SCSS build step, now it's just vanilla CSS

Full Changelog: v1.9.7...v1.10.0

v1.9.7

01 Jun 10:04
93f64d4
Compare
Choose a tag to compare
  • FIXED: Fixed missing CSS font style for tagging view

v1.9.6

19 May 09:32
Compare
Choose a tag to compare

[v1.9.6]

  • IMPROVED: Removed Bulma CSS as dependency, instead just use minireset.css for CSS reset.
  • CHORE: Updated dependencies and moved this project to ESM (EcmaScript Modules)

[v1.9.5]

  • FIXED: Open result in new tab (when holding SHIFT / ALT) was not working when there are multiple browser windows

v1.9.4

15 Nov 18:20
596c844
Compare
Choose a tag to compare
  • NEW: Added option bookmarksIgnoreFolderList, that excludes all bookmarks from the search that are within the listed folder(s)
    • This includes sub-folders and their bookmarks

v1.9.3

14 Oct 13:28
7804b7f
Compare
Choose a tag to compare
  • NEW: Search results can now also be navigated Emacs or Vim style (feature request #106)
    • Ctrl+N and Ctrl+J for downward navigation
    • Ctrl+P and Ctrl+K for upward navigation
  • FIXED: If debug: true has been set, the extension crashed on a performance measurement analysis

v1.9.1

13 Jun 16:21
953cd3c
Compare
Choose a tag to compare
  • IMPROVED: Better handling of long bookmark titles. Some titles are now abbreviated, especially if they are a subpart of the URL anyway.

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