Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.49 KB

Changelog

1.0.3 (2022-01-17)

Update selectors

1.0.2 (2021-10-30)

  • Fix permanent highlight on first search result when modal is shown
  • Improve extension name, description, and developer URL
  • Update selectors

1.0.1 (2021-07-13)

1.0.0 was incorrectly submitted.

1.0.0 (2021-07-13)

First version after fork. The following changes have been made:

  • Selectors have been updated. They should now work again on Firefox.
  • Replaced JavaScript with TypeScript and configured a linter
    This helped detect several issues and will prevent similar ones in the future.
  • Replaced usage of deprecated APIs
  • Modernized code
    The existing code used outdated and pre-ES2015 practices. The new code should be easier to read, maintain, and test.
  • Eliminated dead code
  • Improved development ease and wrote a guide on how to develop the extension
  • Removed features that are provided by Google Search
  • Removed option to add an arrow to the search result title
    The arrow works on text only and not on the various richer results in Google Search.
  • Provide dark theme for preferences
  • Configure CI