Search Bookmarks, History and Tabs의 버전 기록 - 25개 버전
Search Bookmarks, History and Tabs 제작자: Simon Heimler
Search Bookmarks, History and Tabs의 버전 기록 - 25개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.14.0
2025년 9월 29일에 출시 - 92.77 KBfirefox 126.0 이상에서 작동- ADDED: Default result on startup will include most recent tabs.
- Added a new option
maxRecentTabsToShow
, which can be set to 0 to disable this feature - Contributed by @robertjmason via #183. Thanks!
- FIXED: Filtering out browser tabs that start not with
http:
orhttps:
, e.g. chrome extensions.
MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 1.13.1
2025년 6월 2일에 출시 - 92.22 KBfirefox 126.0 이상에서 작동[v1.13.1]- FIXED: Fixed init result not showing current bookmark anymore
MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.13.0
2025년 6월 1일에 출시 - 92.23 KBfirefox 126.0 이상에서 작동[v1.13.0]- Added: Support for direct URL navigation, contributed by @berdon via #171
- ADDED: The folder and tags label on a bookmark search result are now clickable and will lead to a new search, looking for all bookmarks with the same folder / tags.
- IMPROVED: Folders and Tags are now rendered with a badge for each value, now also clickable for navigation
MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.12.0
2025년 3월 30일에 출시 - 92.01 KBfirefox 126.0 이상에서 작동[v1.12.0]- CHANGED: History cache has been removed as it caused issues with local storage size on some browser and performance gains were not clear enough.
- FIXED: Dark mode button hover text color contrast was bad
- IMPROVED: Internal code cleanup which leads to less code to load (minimal performance improvement)
- IMPROVED: Trying out a potential fix for #164 (Searching too quickly after opening leads to no results found)
MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.11.0
2025년 1월 21일에 출시 - 94.09 KBfirefox 126.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).MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10.4
2025년 1월 14일에 출시 - 98.94 KBfirefox 75.0 이상에서 작동- **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.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10.3
2024년 10월 8일에 출시 - 99.54 KBfirefox 75.0 이상에서 작동## [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).MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10.2
2024년 9월 2일에 출시 - 99.5 KBfirefox 75.0 이상에서 작동- **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.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10.1
2024년 8월 27일에 출시 - 99.13 KBfirefox 75.0 이상에서 작동Just a potential bugfix for browsers with increased security settings (?)MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.10.0
2024년 8월 25일에 출시 - 99.11 KBfirefox 75.0 이상에서 작동- **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 CSSMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.7
2024년 6월 1일에 출시 - 97.33 KBfirefox 75.0 이상에서 작동- **FIXED**: Fixed missing CSS font style for tagging viewMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.6
2024년 5월 19일에 출시 - 97.35 KBfirefox 75.0 이상에서 작동- **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)MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.5
2023년 12월 14일에 출시 - 94.65 KBfirefox 75.0 이상에서 작동## [v1.9.5]
- **FIXED**: Open result in new tab (when holding SHIFT / ALT) was not working when there are multiple browser windowsMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.4
2023년 11월 15일에 출시 - 94.53 KBfirefox 75.0 이상에서 작동- **NEW**: Added option `bookmarksIgnoreFolderList`, that excludes all bookmarks from the search that are within the listed folder(s)
- This includes sub-folders and their bookmarksMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.3
2023년 10월 14일에 출시 - 94.23 KBfirefox 75.0 이상에서 작동- **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 analysisMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.1
2023년 6월 13일에 출시 - 93.85 KBfirefox 75.0 이상에서 작동- **IMPROVED**: Better handling of long bookmark titles. Some titles are now abbreviated, especially if they are a subpart of the URL anyway.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.9.0
2023년 4월 29일에 출시 - 93.31 KBfirefox 75.0 이상에서 작동## [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.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.6
2023년 3월 30일에 출시 - 93.47 KBfirefox 75.0 이상에서 작동## [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)MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.5
2023년 2월 26일에 출시 - 92.99 KBfirefox 75.0 이상에서 작동- **CHANGED**: Extension does not log or do performance measurements by default.
- If you want to enable this, use the option: `debug: true`MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.3
2023년 2월 22일에 출시 - 92.81 KBfirefox 75.0 이상에서 작동- **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 dependenciesMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.2
2023년 1월 3일에 출시 - 91.99 KBfirefox 75.0 이상에서 작동## [v1.8.2]
- **FIXED**: Used wrong icon (edit) for closing tabs
- **IMPROVED**: Hover over edit and close icon is now indicatedMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.1
2022년 12월 31일에 출시 - 91.84 KBfirefox 75.0 이상에서 작동## [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 resultsMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.8.0
2022년 11월 15일에 출시 - 91.44 KBfirefox 75.0 이상에서 작동## [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`]`)MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.7.0
2022년 11월 10일에 출시 - 90.53 KBfirefox 75.0 이상에서 작동[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.MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.6.3
2022년 9월 13일에 출시 - 89.91 KBfirefox 75.0 이상에서 작동- **CHANGED**: No bundling of external libraries into vendor.min.js as Firefox store objected to thisMIT 라이선스에 따라 릴리스된 소스 코드