All notable changes to this project will be documented in this file.
- Hide scrollbar
- Add last viewed date to search order determination #649
- Add config for default link clicking action #639
- Move fuse search to the service worker #638
- Add a feature to copy to the clipboard
- optimize Fuse.js option by @yamash723
- adjust debounced time
- fix Fixed maximum number of history retrieval
- Fix favicons to be more visible
- fixed degrading of url display
- set url if bookmark title is empty by @yktakaha4
- update dependencies
- move search logic to useSearch
- change highlight logic to use fuse matches
- fix favorite logic
- fix history search settings
- improve search performance.
- change highlight logic
- improve search performance.
- show all parent folder name
- open new tab with cmd + enter
- add favorite click event test
- update dependencies
- add cypress test
- fix type error
- lint and format code
- add favorite shortcut
- add favorite items
- expand the number of search displays #26
- remove same title histories
- adding submit github action by @louisgv #24
- fixed overflow bug
- fixed to not show top-level bookmark folder name
- search bookmarks by parent folder name
- fixed the layout of search results #21
- fix overflow-scroll. #19 thanks @Ademking
- add autocomplete off. #17 thanks @Ademking
- add theme setting
- fixed a problem with ctrl+enter not working on Windows #14
- use browser's search engine instead of Google. #12 thanks @Merlin04
- fix overflow bug. #11 thanks @Merlin04
- add setting page and default search prefix
- fix button color
- fix selected color
- Add side menu and info page
- Improve search performance.
- Enabled Fuse ExtendedSearch option
- Improve search performance.
- Stop injecting dom in ContentScript, and show form in popup.
- add highlight matches from @turara
- add vitest