Releases: avi12/web-ext-deploy
Releases · avi12/web-ext-deploy
Version 0.12.9
Dependency upgrades and removals
Version 0.12.8
Upgrade packages to resolve the Dependabot report
Version 0.12.5
Fixed a bug that prevented from deploying to the Opera store due to slow server processing
Version 0.12.4
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
Changes<
- Migrated the Firefox deployment from Playwright to Firefox's V5 Submission API
- Changed
--include
to--publish-only
Version 0.11.0
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
Changes:
- Migrated to Playwright
- DRY'd the script of
web-ext-deploy --get-cookies
Version 0.9.0
Changes:
- Upgraded packages
- Removed CommonJS support. Only supporting ESM now
- Added some logging ("Using env mode", "Using CLI mode")
Version 0.8.4
Fixed not being able to run in the CLI from Linux (#38)
Version 0.8.3
Fixed a bug regarding publishing while not having set Edge Publish API accessToken