@@ -7,6 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.22] - 2026-07-28
11+
12+ ### Added
13+
14+ - Presentations now define a visible, locked printable boundary on every
15+ slide, defaulting to 1500 × 1000 with configurable dimensions. The
16+ Excalidraw menu exports the whole bounded deck as one real multi-page PDF and
17+ excludes material outside each printable page.
18+ - Android and iOS now package only a minimal HTTPS instance connection and
19+ recovery shell. After selection they load the chosen instance's live
20+ frontend directly, preserve native secure sessions, notifications, links,
21+ attachments, microphone, keyboard, and safe-area behavior, and confine the
22+ native bridge to an exact scheme/host/effective-port match.
23+
24+ ### Changed
25+
26+ - Fresh browser profiles start in light mode, while retaining the existing
27+ user-controlled dark-mode switch.
28+ - The Cowork section tabs are centered at normal widths.
29+ - Routes now presents a spacious bottom-to-top request flow through ** 1Helm
30+ Router** into a stable arc of ChatGPT, Claude, Antigravity, xAI, OpenRouter,
31+ NVIDIA, Cloudflare, and GLM. Dotted live paths and the request ledger keep
32+ requested model policy separate from the routed provider or fallback.
33+ - Structured question choices now show an accessible pressed state with a
34+ strong ring, fill, inset accent, and checked indicator in both themes.
35+
36+ ### Fixed
37+
38+ - ** Log Out** is now available in the profile menu. Native profiles also retain
39+ their separate ** Disconnect** action for erasing the selected instance and
40+ secure session.
41+ - Every composer now displays and submits the authoritative effective model
42+ policy using thread → channel → personal → workspace → agent precedence.
43+ Personal overrides are labeled and can be cleared with ** Use workspace
44+ default** ; stale submissions are rejected before admission, and queued turns
45+ retain the model and provider snapshot they were admitted with.
46+ - Silent thread audits use their own ` system-* ` routing identity and the
47+ Captain-scoped provider fabric, so concurrent user requests cannot be
48+ mislabeled as maintenance. Router fallback remains a provider outcome rather
49+ than appearing to change the requested model mid-turn.
50+ - HTTP browser instances now use ` ws: ` while HTTPS and native instances use
51+ ` wss: ` . Fast Cowork collaboration sync, detached Files test rows, and legacy
52+ presentation element ordering are also handled deterministically.
53+
54+ ### Tests
55+
56+ - Native integration coverage proves visible personal-policy execution,
57+ immediate restoration of the workspace default, stale-policy rejection,
58+ durable admission metadata, and queued-model immutability across a later
59+ preference change.
60+ - Browser coverage verifies profile Log Out, first-profile light mode, centered
61+ Cowork tabs, selected answers in both themes, the literal eight-provider
62+ Routes geometry, the locked presentation boundary, configurable page size,
63+ and a parsed two-page 1600 × 900 PDF export.
64+ - Mobile contracts prove only gateway assets are packaged, HTTPS origins are
65+ normalized, native sessions stay secure, and Android/iOS navigation cannot
66+ broaden bridge access through an origin-prefix attack.
67+
1068## [ 0.0.21] - 2026-07-27
1169
1270### Fixed
@@ -642,7 +700,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
642700 notarization, stapled tickets, Gatekeeper verification, persistent
643701 Application Support, and isolated Apple container machines.
644702
645- [ Unreleased ] : https://github.com/gitcommit90/1Helm/compare/v0.0.21...HEAD
703+ [ Unreleased ] : https://github.com/gitcommit90/1Helm/compare/v0.0.22...HEAD
704+ [ 0.0.22 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.22
646705[ 0.0.21 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.21
647706[ 0.0.20 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.20
648707[ 0.0.19 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.19
0 commit comments