Skip to content

v0.7.08 (build 368)

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:53

2026-08-05 v0.7.08 build 368

  • REL: Updated ./scripts/update-shas.sh to 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.yml now uses pubspec.yaml to 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.md to BACKLOG.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 from internal track to production.
  • REL: Parse changelog entries by matching against the pushed tag, sort by type and insert as GH release text.
  • REL: Updated release.yal to push aab to PS via API.
  • REL: Updated scripts/update-shas.sh
  • TST: Added test/release/release-notes.sh to 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