You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: 0.2.10 (build 14)
Bump MARKETING_VERSION to 0.2.10 and CURRENT_PROJECT_VERSION to 14
across project.yml, Cargo.toml, and justfile. Add releases/0.2.10.html
with user-visible notes for this release (read by update-appcast.py).
release: 0.2.9 (build 13)
- Bump shell/justfile version + build_number to match project.yml. The
release pipeline was hardcoding 0.2.8 / 12 even though the app itself
had been bumped to 0.2.9 / 13 — caught when the first run produced
JayJay-0.2.8.zip with 0.2.9 contents inside.
- Fix scripts/update-appcast.py to prepend (or replace if same version)
instead of overwriting the entire file every release. The previous
behaviour was nuking all historical entries on each run; appcast.xml
now correctly accumulates 0.2.9 → 0.2.8 → 0.2.7 → 0.2.6 etc.
- Updated docs/appcast.xml with the v0.2.9 enclosure (notarized zip,
EdDSA signature, content length).