v0.2.1
Fixed
- Resolve build & TestFlight version on feedback submissions. Screenshot/crash feedback tools returned
build: null/tester: nullon every item because the sparse fieldset (fields[betaFeedback…Submissions]=…) also filtered out thebuild/testerrelationships in JSON:API. They now resolve correctly. - Each feedback's
buildis enriched with itspreReleaseVersion, so the human TestFlight/marketing version is available atbuild.preReleaseVersion.version(e.g.1.24.2) alongside the build numberbuild.version.
This means you can now tell which app version each piece of feedback came from.