Skip to content

v1.1.0

Choose a tag to compare

@avi12 avi12 released this 16 Jun 08:53
· 7 commits to main since this release

Highlights

Live deployment progress

All deployment steps now appear in the status line as they run — no flag needed. The --verbose flag has been removed. Each store shows named stages (e.g. Uploading ZIP → Verifying upload → Submitting for review) so you can see exactly where a deployment is at any moment.

Opera cookie refresh fixed

The cookie refresher had three bugs that combined to make it loop indefinitely: an exact URL match that failed on redirects, = characters in cookie values being silently truncated, and errors from the browser session being swallowed and retried rather than surfaced. All three are fixed.

Firefox AMO API v5 compliance

The response schemas for version create/edit now correctly reflect the API: license and approval_notes are nullable, compatibility is a record (supporting firefox_android and other targets), and upload validation checks the valid field directly instead of only scanning error messages.

Changes

  • feat: show live deployment progress, remove --verbose flag (4511a0a)
  • fix(opera): fix cookie refresh getting stuck in a loop (106bca1)
  • fix(firefox): comply with AMO API v5 schema (6d99540)