Skip to content

v1.6.0

Compare
Choose a tag to compare
@Fannon Fannon released this 26 Jul 09:15
· 64 commits to main since this release
cd803e4
  • NEW: Removed indexing phase entirely, which leads to faster load times
  • NEW: Added close tab functionality
  • CHANGED: Removed flexsearch dependency and implemented simpler 'precise' search
    • With this change, the new precise search does not index anymore and therefore the extension is quicker to load
    • The search performance got a bit worse (it's a tradeoff), but is still fast enough
  • CHANGED: Removed fuse.js for fuzzy search and replaced it with https://github.com/farzher/fuzzysort, which requires no indexing
  • IMPROVED: Code cleanups and better minimized output, which makes the extension smaller.