@@ -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.9] - 2026-07-25
11+
12+ ### Added
13+
14+ - Open chat threads now show the resident's persisted durable follow-up with a
15+ live second-by-second “will check back in” countdown. Board and chat use the
16+ same follow-up row and WebSocket lifecycle, so the banner clears when the
17+ obligation completes or is cancelled.
18+ - Channel Notes are Markdown files on the channel computer, available as a
19+ full tab or a resizable right-hand dock beside chat. Files now have folders,
20+ breadcrumbs, folder creation, folder-targeted uploads, and authenticated
21+ preview/download; MP3 and M4A attachments play in place.
22+ - Focused-app speech-to-text can be toggled from the composer microphone or a
23+ bare Option/Alt tap, with a macOS microphone-purpose declaration and
24+ same-origin audio-only native permission handling.
25+ - Channels can be favorited, grouped into per-user Favorites and Unreads
26+ sections, or created as resident-free human channels. Mentions are scoped to
27+ channel membership, and Tab in an empty composer mentions the resident.
28+ - Provider routing now includes the live Requests → Router → provider flow, a
29+ credential-free channel-header activity popover, period-correct account
30+ activity, preview-before-apply model discovery, and OpenRouter free-model
31+ filtering.
32+ - Residents receive one of nine illustrated character avatars on their
33+ customizable color plate. Profile images now use a crop/move/zoom step and
34+ upload a compressed square image.
35+
36+ ### Changed
37+
38+ - New residents start with a seven-skill operational core plus focused skills
39+ for their channel template instead of every built-in procedure. The complete
40+ workspace catalog stays searchable, explicit and learned assignments are
41+ preserved, and Skipper retains the full catalog.
42+ - Skipper fleet views distinguish the Files mirror quota from unknown guest
43+ disk capacity and report validated live or last-known load, memory, and disk
44+ pressure without asking the Captain to inspect a resident computer.
45+ - Global Threads is denser, workspace names are Unicode-safe and capped at 100
46+ code points, long names wrap, usage is labeled as cumulative provider
47+ telemetry, and unclear connection language was removed.
48+ - Starting with v0.0.9, 1Helm is licensed AGPL-3.0-only under Joseph Yaksich's
49+ copyright. Releases through v0.0.8 retain their MIT license; ` NOTICE `
50+ records the exact boundary, and desktop packages retain both license files.
51+ - Contributions now require a Developer Certificate of Origin 1.1 sign-off on
52+ every commit, with the certification and its non-assignment scope documented
53+ in ` CONTRIBUTING.md ` .
54+
55+ ### Fixed
56+
57+ - The channel-header Router button now mounts its live animation, latest-ten
58+ request list, and external Base URL instead of opening an empty popover.
59+ - Web deployments now permit first-party microphone access for explicit
60+ speech-to-text while continuing to deny camera and location access.
61+ - Feedback intake now has a durable central ` /v1/feedback ` path with bounded
62+ attachments, privacy-scoped diagnostics, rate limiting, authentication for
63+ the team inbox, and host-side retry behavior.
64+ - Provider activity periods and human account identities now reflect the
65+ selected member's real events instead of an unfiltered all-time view with
66+ generic “account” labels.
67+
1068## [ 0.0.8] - 2026-07-24
1169
1270### Fixed
@@ -221,7 +279,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221279 notarization, stapled tickets, Gatekeeper verification, persistent
222280 Application Support, and isolated Apple container machines.
223281
224- [ Unreleased ] : https://github.com/gitcommit90/1Helm/compare/v0.0.8...HEAD
282+ [ Unreleased ] : https://github.com/gitcommit90/1Helm/compare/v0.0.9...HEAD
283+ [ 0.0.9 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.9
225284[ 0.0.8 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.8
226285[ 0.0.7 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.7
227286[ 0.0.6 ] : https://github.com/gitcommit90/1Helm/releases/tag/v0.0.6
0 commit comments