Releases: Fannon/search-bookmarks-history-and-tabs
Releases · Fannon/search-bookmarks-history-and-tabs
v1.11.0
- 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
- 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
- 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)