v1.1.0
Added
- StillHaven — somatic companion module built into all desktop and browser builds. Uses bilateral audio stimulation (alternating left-right tones, 0.5–2.0 Hz) to help settle the nervous system before journaling. Opt-in: enable in Settings → Health to unlock.
- `VITE_FEATURE_STILL` baked into all builds via
vite.config.tsdefine — no longer a manual build-time opt-in. The in-app toggle (Settings → Health) remains off by default.
Fixed
- Session duration in journal handoff showed "0 seconds" because
sessionRowRef.currentstored the initial DB create row (duration_seconds: 0). Fixed by spread-overriding with the computed duration at summary time.