Skip to content

Releases: avi12/web-ext-deploy

Version 0.12.9

14 Dec 10:26
Compare
Choose a tag to compare

Dependency upgrades and removals

Version 0.12.8

27 Sep 16:38
Compare
Choose a tag to compare

Upgrade packages to resolve the Dependabot report

Version 0.12.5

12 Jul 07:14
Compare
Choose a tag to compare

Fixed a bug that prevented from deploying to the Opera store due to slow server processing

Version 0.12.4

02 Jun 13:18
Compare
Choose a tag to compare

Fixed a bug that crashed the module when attempted to deploy to stores with one of them being Opera while the Opera cooke was invalid

Version 0.12.3

05 Apr 07:24
Compare
Choose a tag to compare

Changes<

  1. Migrated the Firefox deployment from Playwright to Firefox's V5 Submission API
  2. Changed --include to --publish-only

Version 0.11.0

17 Mar 21:08
Compare
Choose a tag to compare

Added --include for Env mode
For example:

web-ext-deploy --env --include=chrome firefox

Suppose chrome.env, firefox.env, and opera.env exist, it will only upload to the Chrome Web Store and Firefox Add-ons

Verison 0.10.0

13 Mar 19:45
Compare
Choose a tag to compare

Changes:

  • Migrated to Playwright
  • DRY'd the script of web-ext-deploy --get-cookies

Version 0.9.0

31 Dec 02:00
Compare
Choose a tag to compare

Changes:

  1. Upgraded packages
  2. Removed CommonJS support. Only supporting ESM now
  3. Added some logging ("Using env mode", "Using CLI mode")

Version 0.8.4

19 Jul 16:45
Compare
Choose a tag to compare

Fixed not being able to run in the CLI from Linux (#38)

Version 0.8.3

04 Jul 12:18
Compare
Choose a tag to compare

Fixed a bug regarding publishing while not having set Edge Publish API accessToken