Releases: Fannon/search-bookmarks-history-and-tabs
Releases · Fannon/search-bookmarks-history-and-tabs
v1.10.3
- FIXED: Deleting a bookmark via popup accidentally removed all bookmarks from index (temporarily)
- FIXED: Disable browsers inbuilt "autocomplete" / "Saved Data" for the search input field
- FIXED: Fixed potential crash when browser returns empty history entries (which it shouldn't do).
v1.10.2
- 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
- NEW: Show random tips on startup
- Can be disabled via option
enableHelp: false
- Can be disabled via option
- 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)
- now only
- 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
v1.9.6
[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]
v1.9.4
v1.9.3
v1.9.1
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