# Changelog All notable changes to this project will be documented in this file. This project adheres to [Keep a Changelog 1.1.0](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] ### Fixed - Fix arrow key navigation not called when modifier keys are pressed (#87) ## [1.9.3] - 2025-08-12 ### Fixed - Fix UX so reset button functionality only updates UI without saving to storage. (#75) - Preserve text color for visited links. (#77) - Fixed continuous loading triggered by auto-expanding "People also ask" sections. - Fix highlight styles that were causing text alignment issues. (#84) ### Maintenance - Refactor to split highlight.ts into separate modules. (#83) ## [1.9.2] - 2025-06-28 ### Fixed - Fix to stop scrolling on load. - Fix to mix up of move up / down shortcut key customization. - Fix a communication between content and background to immediately .update shortcut customization. - Polish popup design. ### Maintenance - Replace element IDs placeholders with actual IDs on build. ## [1.9.1] - 2025-06-24 ### Fixed - Fixed popup.ts's invalid import ## [1.9.0] - 2025-06-24 ### Added - Add YouTube Scroll up/down, open navigation (#32) ### Maintenance - Refactor to separate dependency injections ## [1.8.0] - 2025-06-18 ### Added - Add YouTube shortcut key ### Fixed - Instantly apply shortcut key changes without reloading ### Maintenance - Add more unit tests ## [1.7.3] - 2025-06-15 ### Fixed - Fix Google Image search scroll and click (#31) - Fix Google Video search scroll and click - Fix Google News scroll and click ## [1.7.2] - 2025-05-29 ### Fixed - Fix Google search results scraping algorithm (#42) - Fix "People also ask" section to be selectable and openable (#6) ### Maintenance - Set up Jest - Added GitHub Actions to run tests on pull requests against main ## [1.7.1] - 2025-05-29 ### Fixed - Fix tab type detector to work on all tabs (#35). ### Maintenance - Set up Jest ## [1.7.0] - 2025-05-09 ### Added - Switch search tabs between videos, news, shopping, and map ## [1.6.2] - 2025-05-05 ### Fixed - Fix modifier key to click a link not working. In customization of open link, modifer keys are no longer allowed. - Remove gradient background of popup. ## [1.6.1] - 2025-05-05 ### Fixed - Replace an error-prone blacklist with a whitelist for customizable shortcut keys to avoid a bug. ## [1.6.0] - 2025-05-04 ### Added - Add extension icons. - Customize shortcut keys from popup (#20). ## [1.5.0] - 2025-04-04 ### Added - Open in a new tab ([#18](https://github.com/nwatab/search-navigator/pull/18)) by @nwatab ## [1.4.2] - 2025-04-03 ### Fixed - Stop scrolling on content load; only call `scrollIntoView` when a selected item is outside the viewport. - Disable incorrect image-search element selection. ### Maintenance - Separate some side-effects to improve maintainability. - Add Prettier for consistent code formatting. ## [1.4.1] - 2025-03-21 ### Changed - Adapt to Google Search result HTML variations. ## [1.4.0] - 2025-03-14 ### Added - Google Image search support. - Highlight visibility enhancements. ## [1.3.0] - 2025-03-14 ### Fixed - Corrected light/dark theme detection. - Improved arrow-key navigation. --- [1.9.4]: https://github.com/nwatab/search-navigator/compare/v1.9.3...v1.9.4 [1.9.3]: https://github.com/nwatab/search-navigator/compare/v1.9.2...v1.9.3 [1.9.2]: https://github.com/nwatab/search-navigator/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/nwatab/search-navigator/compare/v1.9.0...v1.9.1 [1.9.0]: https://github.com/nwatab/search-navigator/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/nwatab/search-navigator/compare/v1.7.3...v1.8.0 [1.7.3]: https://github.com/nwatab/search-navigator/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/nwatab/search-navigator/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/nwatab/search-navigator/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/nwatab/search-navigator/compare/v1.6.2...v1.7.0 [1.6.2]: https://github.com/nwatab/search-navigator/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/nwatab/search-navigator/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/nwatab/search-navigator/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/nwatab/search-navigator/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/nwatab/search-navigator/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/nwatab/search-navigator/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/nwatab/search-navigator/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/nwatab/search-navigator/releases/tag/v1.3.0