Changelog
User-facing release notes, newest first. Download any build from the Builds index.
r15 — 2026-08-08 (current)
The per-page control row (the sub-chrome filter bar — e.g. All / Activities / Rewards) now slides down into place when a page's controls appear or change, and up out when they leave, synced to tab changes. It's an always-mounted transition keyed on the control's identity, using the design-system motion tokens. Reduced motion collapses it to an instant swap (no sliding bar), honoring the sensory-safety bar. Also ships the developer-portal broken-link fixes.
r14 — 2026-08-02
Profile nav icon now shows the member's chosen emoji avatar instead of the companion creature. Companion now paints with the shell — the cold self-member identity round-trip before the (already-warm) companion read was removed.
r13 — 2026-08-01
Fixed the returning-session cold-boot that hung on the splash on relaunch. Boot is
now guard-driven: auth holds an unknown (recovering) state while a persisted
session restores, and AuthenticatedGuard holds the splash then routes to the
shell — no more bootReady widget race. Carries the companion adornments from r11.
r12 — 2026-08-01 (superseded)
Attempted a boot-timeout in the app builder; it was ineffective for the cold-boot stall and has been reverted in source. Kept here for permalink completeness.
r11 — 2026-08-01
Companion adornments now render on the creature — ring, moonlet, trail, and aurora.
r10 — 2026-07-27
Sign-in page shows a processing state while authenticating.
Earlier (r7–r9) — 2026-07-27
- Hero-bar layout fix: actions right-aligned, companion on the left, no shutter.
- Brand boot splash with the moon lockup.
- Concurrent container initialization at startup.