2026-08-05 v0.7.08 build 368
- REL: Updated
./scripts/update-shas.shto stop using API returned "latest" SHA version (setup java's tag was touched today returning v1.4.5 instead of v5.7.0!), now pulls all versions, sorts, and picks highest release. - REL:
release.ymlnow usespubspec.yamlto parse current build and release.
2026-08-05 v0.7.07 build 367
- DOC: Added "GB" to "...8, 16, 32, 64 RAM configuations..." in BUILDING.md
- DOC: Split out backlog from
CHANGELOG.mdtoBACKLOG.md. - REL: Added URL redirect from https://exponentiallydigital.com/cfg-pia-wg/changelog to https://github.com/ExponentiallyDigital/cfg-pia-wg/blob/main/CHANGELOG.md
- REL: Added
promote.yml, promotes PS aab frominternaltrack toproduction. - REL: Parse changelog entries by matching against the pushed tag, sort by type and insert as GH release text.
- REL: Updated
release.yalto push aab to PS via API. - REL: Updated scripts/update-shas.sh
- TST: Added
test/release/release-notes.shto test new automated GH release notes, run from repo root.
2026-08-03 v0.7.06 build 366
- REL: Buildchain updated with
flutter pub upgrade --major-versions&.\android\gradlew -p android :dependencies :app:dependencies --write-locks - REL: Upgraded Flutter to 3.44.8 from 3.44.5 with
flutter upgrade --force