Releases: OrellBuehler/testflight-mcp
Releases · OrellBuehler/testflight-mcp
Release list
v0.3.1
What's Changed
- restrict analytics segment downloads to urls Apple returned by @OrellBuehler in #3
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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.
v0.2.0
Features
- Filter beta feedback by app version —
list_screenshot_feedbackandlist_crash_feedbacknow accept an optionalapp_versionparameter.
Behavior change
These two tools now default to the latest pre-release version only — feedback from older versions is excluded. The tool resolves the most recently uploaded build's version and filters feedback to that version's builds, echoing the resolved version back as appVersion.
app_versionomitted → latest version only (default)app_version: "1.2.0"→ that specific versionapp_version: "all"→ every version (previous default behavior)build_idstill takes precedence overapp_version
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/OrellBuehler/testflight-mcp/commits/v0.1.0