diff --git a/CHANGELOG.md b/CHANGELOG.md index b106862..adda5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15] - 2026-07-26 + +### Fixed + +- iPhone and iPad now reserve the iOS system status area for the Dynamic + Island, battery, and signal indicators instead of drawing the packaged + workspace underneath it. Full-screen headers such as Notes keep **New note** + and **Close** visible and tappable, while Android retains its existing + edge-to-edge behavior. + ## [0.0.14] - 2026-07-26 ### Changed @@ -396,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 notarization, stapled tickets, Gatekeeper verification, persistent Application Support, and isolated Apple container machines. -[Unreleased]: https://github.com/gitcommit90/1Helm/compare/v0.0.14...HEAD +[Unreleased]: https://github.com/gitcommit90/1Helm/compare/v0.0.15...HEAD +[0.0.15]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.15 [0.0.14]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.14 [0.0.13]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.13 [0.0.12]: https://github.com/gitcommit90/1Helm/releases/tag/v0.0.12 diff --git a/README.md b/README.md index 4a34c3c..d5424f6 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ A fresh data directory opens first-run setup. The source runtime defaults to | `PORT` | `8123` | HTTP/WebSocket control-plane port. | | `CTRL_DATA_DIR` | `./data` | Databases, routing state, uploads, and narrow workspace mirrors. | | `HELM_CHANNEL_COMPUTER_BACKEND` | `apple` on macOS, `lxc` on Linux, `wsl` on Windows | Host isolation backend; `native` and `mock` are explicit development/test overrides. | -| `HELM_CHANNEL_MACHINE_IMAGE` | `local/1helm-channel-machine:0.0.14` | Versioned channel-machine image contract. | +| `HELM_CHANNEL_MACHINE_IMAGE` | `local/1helm-channel-machine:0.0.15` | Versioned channel-machine image contract. | ### Agent-first JSON CLI diff --git a/capacitor.config.json b/capacitor.config.json index 83bf98e..3d425d7 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -46,7 +46,7 @@ "layoutName": "launch_screen" }, "StatusBar": { - "overlaysWebView": true, + "overlaysWebView": false, "style": "DEFAULT", "backgroundColor": "#08090c" } diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 5f6dd6a..063e45e 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -300,14 +300,14 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.14; + MARKETING_VERSION = 0.0.15; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = com.gitcommit90.onehelm.mobile; PRODUCT_NAME = 1Helm; @@ -322,14 +322,14 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.14; + MARKETING_VERSION = 0.0.15; PRODUCT_BUNDLE_IDENTIFIER = com.gitcommit90.onehelm.mobile; PRODUCT_NAME = 1Helm; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/package-lock.json b/package-lock.json index 65e4408..d1b207b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1helm", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1helm", - "version": "0.0.14", + "version": "0.0.15", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 5d4ba5b..4f14500 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "1helm", "productName": "1Helm", - "version": "0.0.14", + "version": "0.0.15", "private": true, "type": "module", "license": "AGPL-3.0-only", diff --git a/public/index.html b/public/index.html index ae9a038..b7d5a91 100644 --- a/public/index.html +++ b/public/index.html @@ -34,6 +34,6 @@
- +