Skip to content

v0.2.1

Choose a tag to compare

@OrellBuehler OrellBuehler released this 01 Jul 20:00
· 6 commits to main since this release
bb1ecc9

Fixed

  • Resolve build & TestFlight version on feedback submissions. Screenshot/crash feedback tools returned build: null / tester: null on every item because the sparse fieldset (fields[betaFeedback…Submissions]=…) also filtered out the build/tester relationships in JSON:API. They now resolve correctly.
  • Each feedback's build is enriched with its preReleaseVersion, so the human TestFlight/marketing version is available at build.preReleaseVersion.version (e.g. 1.24.2) alongside the build number build.version.

This means you can now tell which app version each piece of feedback came from.