Skip to content

Commit 7e7d92c

Browse files
committed
Mark TestFlight build 21 release
1 parent a3d844b commit 7e7d92c

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Runline is in public beta. Versions may move quickly while the iOS app, TestFlig
3030
- Added `runline-bridge up --public-url <url>` and `RUNLINE_BRIDGE_PUBLIC_URL` for Tailscale, tunnel, reverse-proxy, and hosted bridge URLs.
3131
- Added session-scoped SDK run cancellation endpoints.
3232

33+
## TestFlight Build 1.0 (21)
34+
35+
- Uploaded the SDK bottom-composer refinement to TestFlight.
36+
- Moved New SDK Session toward a native chat workflow with the prompt, attachments, model menu, MCP/profile menu, and Continue/Plan/Execute controls next to the composer.
37+
- Kept Cloud Agent mode direct from iOS and independent of Runline Bridge.
38+
3339
## TestFlight Build 1.0 (20)
3440

3541
- Uploaded the first-class native Cursor SDK workspace to TestFlight.

Runline.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
CLANG_WARN_UNREACHABLE_CODE = YES;
488488
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
489489
COPY_PHASE_STRIP = NO;
490-
CURRENT_PROJECT_VERSION = 20;
490+
CURRENT_PROJECT_VERSION = 21;
491491
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
492492
ENABLE_NS_ASSERTIONS = NO;
493493
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -608,7 +608,7 @@
608608
CLANG_WARN_UNREACHABLE_CODE = YES;
609609
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
610610
COPY_PHASE_STRIP = NO;
611-
CURRENT_PROJECT_VERSION = 20;
611+
CURRENT_PROJECT_VERSION = 21;
612612
DEBUG_INFORMATION_FORMAT = dwarf;
613613
ENABLE_STRICT_OBJC_MSGSEND = YES;
614614
ENABLE_TESTABILITY = YES;

docs/RELEASES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This document is the maintainer checklist for GitHub, npm, and TestFlight releas
1010
| License | MIT |
1111
| iOS bundle ID | `com.matthewparris.runline` |
1212
| iOS marketing version | `1.0` |
13-
| Local project build number | `20` in `project.yml` |
14-
| TestFlight | Runline `1.0 (20)` is in internal and external beta testing |
13+
| Local project build number | `21` in `project.yml` |
14+
| TestFlight | Runline `1.0 (21)` is in internal and external beta testing |
1515
| npm package | `runline-bridge@0.1.6` published |
1616
| npm dist-tags | `latest` -> `0.1.6`, `beta` -> `0.1.6` |
17-
| GitHub releases | Source beta `v1.0.0-beta.1`; latest TestFlight marker `testflight-1.0-20`; historical TestFlight release `testflight-1.0-6` |
17+
| GitHub releases | Source beta `v1.0.0-beta.1`; latest TestFlight marker `testflight-1.0-21`; historical TestFlight release `testflight-1.0-6` |
1818

19-
Next intended TestFlight upload: Runline `1.0 (21)`.
19+
Next intended TestFlight upload: Runline `1.0 (22)`.
2020

2121
The stale draft GitHub release for build 24 was removed. Use explicit build numbers for every TestFlight upload so App Store Connect, GitHub notes, and the local project stay aligned.
2222

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ settings:
1010
base:
1111
SWIFT_VERSION: "6.0"
1212
MARKETING_VERSION: "1.0"
13-
CURRENT_PROJECT_VERSION: "20"
13+
CURRENT_PROJECT_VERSION: "21"
1414
ENABLE_USER_SCRIPT_SANDBOXING: YES
1515

1616
targets:

0 commit comments

Comments
 (0)