Skip to content

Releases: rathinosk/ContextMenuSearch

v1.1.2

27 Mar 16:31
Compare
Choose a tag to compare

1.1.2: Minor bug-fixes and improvements.

  • Added additional listeners to hopefully fix Issue #4 once and for all.
  • Cleaned up redundant code, particularly in the configuration storage.
  • Added debug option to the extension's options page. Allows for detailed console logging to be turned on and off as needed.

Full Changelog: v1.1.0...v1.1.2

v1.1.0

24 Mar 13:44
Compare
Choose a tag to compare

1.1.0: Chrome Sync support and other improvements.

  • Added Chrome Sync support for search engine configuration.
    Your configuration will be automatically migrated to Chrome Sync.
  • Minor bug fixes and improvements.
  • Updated default search engines.
  • Updated search engine links, removed dead links, and updated URLs.
    Current count: 70 included search engines
  • Added a confirmation dialogue to the "Reset Configuration" button.

Full Changelog: v1.0.3...v1.1.0

v1.0.3

20 Mar 14:09
Compare
Choose a tag to compare

1.0.3 -- Minor bug-fixes and improvements.

  • Possible fix for Issue #4 - Extension fails to load correctly on browser startup.
  • Added additional exception handling to the context meny background handler.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Mar 17:55
Compare
Choose a tag to compare

1.0.2 -- Minor bug-fixes and improvements

  • Fixed a bug where the extension would not load the configuration if certain options were missing.
  • Removed unneeded permissions from the extension definition.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Mar 23:47
Compare
Choose a tag to compare

Context Menu Search v1.01

This release is mostly minor bug fixes and improvements to the code.

Fixed or Improved

  • Improved error handling and increased console logging.
  • Fixed permissions in the manifest.json as a lot of legacy code has been purged.
  • Fixed URL Encoding of certain text to better support special characters in searches.
  • Revamped tab handler -- fixed bug where search did not work from within a PDF viewer tab.
  • Fixed multiple scenarios that caused the extension to not load the configuration.
  • Fixed the option to show "Options..." at the bottom of the context menu.

Added

  • Added a new option to reset all options to the default values.
  • Added more than 30 Search Engines to the built-in collection. (74 in this version)

Notes

  • The majority of the code has been refactored and/or rewritten completely.
  • Unused legacy code has been removed completely.
  • JQuery and JQuery-UI have been upgraded to the latest version. (They may be removed or replaced.)
  • Reloading will generally fix extension loading issues -- no need to uninstall/reinstall anymore!
  • The new Configuration Reset option will fix most (if not all) configuration problems.