Search Bookmarks, History and Tabs version history - 25 versions
Search Bookmarks, History and Tabs by Simon Heimler
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.10.3
Released Oct 8, 2024 - 99.54 KBWorks with firefox 75.0 and later## [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).Source code released under The MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.10.2
Released Sep 2, 2024 - 99.5 KBWorks with firefox 75.0 and later- **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.Source code released under The MIT License
Version 1.10.1
Released Aug 27, 2024 - 99.13 KBWorks with firefox 75.0 and laterJust a potential bugfix for browsers with increased security settings (?)Source code released under The MIT License
Version 1.10.0
Released Aug 25, 2024 - 99.11 KBWorks with firefox 75.0 and later- **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 CSSSource code released under The MIT License
Version 1.9.7
Released Jun 1, 2024 - 97.33 KBWorks with firefox 75.0 and later- **FIXED**: Fixed missing CSS font style for tagging viewSource code released under The MIT License
Version 1.9.6
Released May 19, 2024 - 97.35 KBWorks with firefox 75.0 and later- **IMPROVED**: Removed Bulma CSS as dependency, instead just use [minireset.css](https://github.com/jgthms/minireset.css) for CSS reset.
- **CHORE**: Updated dependencies and moved this project to ESM (EcmaScript Modules)Source code released under The MIT License
Version 1.9.5
Released Dec 14, 2023 - 94.65 KBWorks with firefox 75.0 and later## [v1.9.5]
- **FIXED**: Open result in new tab (when holding SHIFT / ALT) was not working when there are multiple browser windowsSource code released under The MIT License
Version 1.9.4
Released Nov 15, 2023 - 94.53 KBWorks with firefox 75.0 and later- **NEW**: Added option `bookmarksIgnoreFolderList`, that excludes all bookmarks from the search that are within the listed folder(s)
- This includes sub-folders and their bookmarksSource code released under The MIT License
Version 1.9.3
Released Oct 14, 2023 - 94.23 KBWorks with firefox 75.0 and later- **NEW**: Search results can now also be navigated Emacs or Vim style (feature request [#106](https://github.com/Fannon/search-bookmarks-history-and-tabs/issues/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 analysisSource code released under The MIT License
Version 1.9.1
Released Jun 13, 2023 - 93.85 KBWorks with firefox 75.0 and later- **IMPROVED**: Better handling of long bookmark titles. Some titles are now abbreviated, especially if they are a subpart of the URL anyway.Source code released under The MIT License
Version 1.9.0
Released Apr 29, 2023 - 93.31 KBWorks with firefox 75.0 and later## [v1.8.8]
- **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.Source code released under The MIT License
Version 1.8.6
Released Mar 30, 2023 - 93.47 KBWorks with firefox 75.0 and later## [v1.8.7]
- **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)Source code released under The MIT License
Version 1.8.5
Released Feb 26, 2023 - 92.99 KBWorks with firefox 75.0 and later- **CHANGED**: Extension does not log or do performance measurements by default.
- If you want to enable this, use the option: `debug: true`Source code released under The MIT License
Version 1.8.3
Released Feb 22, 2023 - 92.81 KBWorks with firefox 75.0 and later- **NEW**: Added options to configure the color and the width of the color stripe of search results
- `colorStripeWidth` to set the width
- `bookmarkColor` and similar to set the color (expressed as CSS color)
- **NEW**: When hovering over an URL, the full URL is displayed as a hover. Requested via [#74](https://github.com/Fannon/search-bookmarks-history-and-tabs/issues/74)
- **IMPROVED**: Updated dependenciesSource code released under The MIT License
Version 1.8.2
Released Jan 3, 2023 - 91.99 KBWorks with firefox 75.0 and later## [v1.8.2]
- **FIXED**: Used wrong icon (edit) for closing tabs
- **IMPROVED**: Hover over edit and close icon is now indicatedSource code released under The MIT License
Version 1.8.1
Released Dec 31, 2022 - 91.84 KBWorks with firefox 75.0 and later## [v1.8.1]
- **FIXED**: Missing icon for closing open tabs
- Tip: This is especially useful if you enter tab search mode via searching `t `
- **FIXED**: Improved very buggy logic to close tabs and update search resultsSource code released under The MIT License
Version 1.8.0
Released Nov 15, 2022 - 91.44 KBWorks with firefox 75.0 and later## [v1.8.0]
- **NEW**: Allow definition of custom search engines that are triggered by custom alias
- New option: `customSearchEngines`, with one default entry: `g ` for executing a google search.
- Also added `blank` option when no search string is given
- Allowing for multiple aliases, if defined as an array (`['alias1', 'alias`]`)Source code released under The MIT License
Version 1.7.0
Released Nov 10, 2022 - 90.53 KBWorks with firefox 75.0 and later[v1.7.0]
CHANGED: Replaced fuzzy search library fuzzysort with uFuzzy
This should give more reliable and relevant search results
Performance is a bit better in most cases
Related Issue: #60
IMPROVED: Performance improvement for both precise and fuzzy search
Interim search results are now cached so the search haystack gets smaller when search term is only expanded
FIXED: Custom Bonus Score was sometimes shown in search result title.Source code released under The MIT License
Version 1.6.3
Released Sep 13, 2022 - 89.91 KBWorks with firefox 75.0 and later- **CHANGED**: No bundling of external libraries into vendor.min.js as Firefox store objected to thisSource code released under The MIT License
Version 1.6.1
Released Sep 1, 2022 - 89.27 KBWorks with firefox 75.0 and later- **IMPROVED**: Improved error handling
- Errors and warnings are now displayed in a dedicated overlay, with more space to show complete context
- Error handling is more robust, e.g. when failing to load user settings we now display error but fall back to default optionsSource code released under The MIT License
Version 1.6.0
Released Jul 26, 2022 - 88.42 KBWorks with firefox 75.0 and later- **NEW**: Removed indexing phase entirely, which leads to faster load times
- **NEW**: Added close tab functionality
- See PR [#38](https://github.com/Fannon/search-bookmarks-history-and-tabs/pull/38)
- **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.Source code released under The MIT License
Version 1.5.0
Released Feb 6, 2022 - 94.93 KBWorks with firefox 75.0 and later- **NEW**: Added hybrid search approach
- This combines precise and fuzzy search results
- This also combines the indexing and search time of both approaches, so be aware of the performance impact.
- Added two new options to weight precise vs. fuzzy search matches
- `scoreHybridPreciseBonus`
- `scoreHybridFuzzyBonus`Source code released under The MIT License
Version 1.4.0
Released Feb 5, 2022 - 94.88 KBWorks with firefox 75.0 and later- **NEW**: Bookmark edit now supports:
- Deleting bookmarks through popup
- Editing the bookmark URL
- **NEW**: Added support for OR tag and folder search
- Supports queries like `#github #pr` and `~Sites ~Blogs`
- **Improved**: Search behavior around `scoreExactIncludesBonus`
- Introduced new option `scoreExactIncludesBonusMinChars` which introduces a minimum character match for above option
- **Improved**: behavior of `scoreExactTagMatchBonus` and `scoreExactFolderMatchBonus` to make it work in more situations
- **NEW**: Rudimentary user option validation, to ensure it at least is a proper YAML / JSON object
- **REMOVED**: Legacy option migrationSource code released under The MIT License
Version 1.3.0
Released Dec 24, 2021 - 94.68 KBWorks with firefox 75.0 and later- Simplified the user options
- The options can now be written in YAML or JSON (instead of JSON5 / JSON before)
- The structure is now flat, so there is no need for object nesting except for advanced options
- Added inline help to option screenSource code released under The MIT License
Version 1.2.1
Released Dec 18, 2021 - 89.87 KBWorks with firefox 75.0 and later## V1.2.1
- Added inline tipps to popup [#27](https://github.com/Fannon/search-bookmarks-history-and-tabs/pull/27).
- New option: `tabs.displayLastVisited` allows to display the last accessed tabs in the default results when popup is opened [#22](https://github.com/Fannon/search-bookmarks-history-and-tabs/pull/22).Source code released under The MIT License