Skip to content

Releases: OrellBuehler/testflight-mcp

v0.3.1

Choose a tag to compare

@OrellBuehler OrellBuehler released this 15 Aug 22:52
0d26014

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

Choose a tag to compare

@OrellBuehler OrellBuehler released this 15 Aug 18:06
cf8f6b8

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@OrellBuehler OrellBuehler released this 01 Jul 20:00
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.

v0.2.0

Choose a tag to compare

@OrellBuehler OrellBuehler released this 30 Jun 13:37
c177529

Features

  • Filter beta feedback by app versionlist_screenshot_feedback and list_crash_feedback now accept an optional app_version parameter.

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_version omitted → latest version only (default)
  • app_version: "1.2.0" → that specific version
  • app_version: "all" → every version (previous default behavior)
  • build_id still takes precedence over app_version

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@OrellBuehler OrellBuehler released this 29 Jun 17:06
63c1c6c