Skip to content

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

v1.11.0

21 Jan 17:30
354f2be
Compare
Choose a tag to compare
  • FIXED: Highlight of selected result in light-mode
  • IMPROVED: Firefox build is now using the browser extension Manifest v3, like Chrome or Edge.
  • REMOVED: Removed special build for Firefox, using Manifest v2.
  • REMOVED: Removed special build for Opera (they did not apply updates to the extension in their store anyway).

Merged PRs

  • Move Firefox to Manifest v3 API and remove special support for Opera by @Fannon in #156
  • Fix highlighting for Light Theme Mode by @Fannon in #158
  • Fix selected-result highlight regression in dark mode by @Fannon in #159
  • Fix Firefox store id by @Fannon in #160

Full Changelog: v1.10.4...v1.11.0

v1.10.4

14 Jan 07:21
c5fd973
Compare
Choose a tag to compare
  • IMPROVED: Performance of initial load
    • Cleaned up and simplified CSS
    • Lazy load CSS necessary for bookmark tagging and options view
    • Lazy load uFuzzy library only when fuzzy search is used
  • IMPROVED: Bookmark tags are filtered:
    • Tags that start with a number (typical for issue / ticket bookmarks) are ignored.
    • Tag needs to be prefixed with # (incl. space for separation).
  • CHANGED: Initial load now only looks for bookmarks and only returns those matching the current URL, not starting with it
  • FIXED: Re-apply search when switching search mode between precise and fuzzy
  • REMOVED: Removed tabsDisplayWindowId option, as it didn't work very well (tab IDs are long numbers and not very helpful). This was disabled by default anyway.

Pull Requests

  • Simplify and cleanup CSS and improve initial load performance by @Fannon in #147
  • Lazy load uFuzzy only for fuzzy search by @Fannon in #148
  • Do not look through history for default results by @Fannon in #149
  • Filter tags to avoid issue / ticket numbers to become tags by @Fannon in #152
  • Remove tabsDisplayWindowId option (disabled by default) by @Fannon in #153
  • Release v1.10.4 by @Fannon in #154

Full Changelog: v1.10.3...v1.10.4

v1.10.3

08 Oct 05:15
3de976f
Compare
Choose a tag to compare
  • 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

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.