Skip to content

Releases: mozilla-extensions/searchengine-devtools

searchengine-devtools-2.3.0-build1

17 Apr 13:19
Compare
Choose a tag to compare
chore: Update versions for 2.3.0

searchengine-devtools-2.2.0-build2

09 Jan 10:45
Compare
Choose a tag to compare
fix: Add basic support for search-config-overrides(-v2).

searchengine-devtools-2.0.0-build1

12 Dec 09:21
Compare
Choose a tag to compare
chore: Bump versions for 2.0.0

1.1.12buildid20230616.152737

19 Jun 13:35
Compare
Choose a tag to compare

What's Changed

  • Update Remote Settings URLs after GCP migration by @leplatrem in #127
  • Bug 1835821 - Update search-config schema with latest version. by @Standard8 in #130

Full Changelog: 1.1.11...1.1.12

1.1.11buildid20230328.102700

28 Mar 16:35
Compare
Choose a tag to compare

What's Changed

  • Bug 1787500 - Split the main code into modules and web components for clearer code separation. by @Standard8 in #85
  • Update schema, remove obsolete code by @Standard8 in #95
  • Switch to using ajv directly for validation, and update search engine schema by @Standard8 in #107
  • Fix including of validate.js in the add-on, simplify the npm scripts by @Standard8 in #112
  • Bump versions of imports.

Full Changelog: 1.1.9...1.1.11

1.1.9

04 Jul 14:51
Compare
Choose a tag to compare

What's Changed

  • Bug 1777943 - Avoid unnecessarily importing XPCOMUtils and Services since the WebExtension Experiments API has already defined these. by @Standard8 in #74

Full Changelog: 1.1.8...1.1.9

1.1.8

26 May 19:01
Compare
Choose a tag to compare

What's Changed

  • Bug 1759008 - Update schemas for latest search engine config changes. by @Standard8 in #55
  • Add mozillaAddons to permissions and bump versions for 1.1.8 by @Standard8 in #66

Full Changelog: 1.1.7...1.1.8

1.1.7

04 May 16:10
Compare
Choose a tag to compare
  • When pressing enter in a field on the locale/region by engine display, it will now update the display rather than switching back to the first tab.

1.1.6

17 Dec 15:55
Compare
Choose a tag to compare
  • Fixes display of default engines in some circumstances (The sort order of the configuration may have been different, causing a different default set. The order is now the same as Firefox.
  • Adds schema validation for the configuration.

1.1.5

14 Sep 17:17
Compare
Choose a tag to compare
  • Improves how the UI is generated.