Skip to content

Commit fefbba3

Browse files
committed
Refine native mobile launch transition
1 parent c445796 commit fefbba3

37 files changed

Lines changed: 190 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.14] - 2026-07-26
11+
12+
### Changed
13+
14+
- iPhone, iPad, and Android now open through a restrained native launch
15+
transition: a compact centered sailboat mark on the platform-appropriate
16+
light or dark background, followed by a short fade as soon as the gateway or
17+
workspace has painted. The previous oversized full-screen artwork and
18+
artificial 1.2-second logo hold are removed.
19+
20+
### Fixed
21+
22+
- App Store packaging now safely copies an exported IPA across filesystem
23+
boundaries before its atomic final rename, so clean builds on the retained
24+
APFS release volume no longer fail after a successful Xcode export.
25+
1026
## [0.0.13] - 2026-07-26
1127

1228
### Added
@@ -380,7 +396,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380396
notarization, stapled tickets, Gatekeeper verification, persistent
381397
Application Support, and isolated Apple container machines.
382398

383-
[Unreleased]: https://github.com/gitcommit90/1Helm/compare/v0.0.13...HEAD
399+
[Unreleased]: https://github.com/gitcommit90/1Helm/compare/v0.0.14...HEAD
400+
[0.0.14]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.14
384401
[0.0.13]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.13
385402
[0.0.12]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.12
386403
[0.0.11]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ A fresh data directory opens first-run setup. The source runtime defaults to
282282
| `PORT` | `8123` | HTTP/WebSocket control-plane port. |
283283
| `CTRL_DATA_DIR` | `./data` | Databases, routing state, uploads, and narrow workspace mirrors. |
284284
| `HELM_CHANNEL_COMPUTER_BACKEND` | `apple` on macOS, `lxc` on Linux, `wsl` on Windows | Host isolation backend; `native` and `mock` are explicit development/test overrides. |
285-
| `HELM_CHANNEL_MACHINE_IMAGE` | `local/1helm-channel-machine:0.0.13` | Versioned channel-machine image contract. |
285+
| `HELM_CHANNEL_MACHINE_IMAGE` | `local/1helm-channel-machine:0.0.14` | Versioned channel-machine image contract. |
286286

287287
### Agent-first JSON CLI
288288

-28.9 KB
Loading
-15.1 KB
Loading
-53.3 KB
Loading
-82.4 KB
Loading
-122 KB
Loading
18.7 KB
Loading
78.6 KB
Loading
-28.2 KB
Loading

0 commit comments

Comments
 (0)