v1.1.0
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.