diff --git a/CHANGELOG.md b/CHANGELOG.md index 7784dfd..ad6ed44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.2.0] - 2026-06-04 + +### Features + +- New **heph-pwa** mobile app: an installable, phone-first PWA that mirrors heph-tui — browse the built-in views and projects, triage tasks, and capture new tasks fast with the same quick-add syntax (`p1-4`, `#Project`, `today/+3d/fri`, `every …`) and live preview. Voice capture via on-device dictation. The hub (`hephd --mode server`) gains CORS and an optional `--web-root` so it can serve the app same-origin straight from the daemon. + + ## [v1.1.1] - 2026-06-04 ### Bug Fixes diff --git a/docs/changelog.d/feature-heph-pwa-mobile.feature.md b/docs/changelog.d/feature-heph-pwa-mobile.feature.md deleted file mode 100644 index 3dffb02..0000000 --- a/docs/changelog.d/feature-heph-pwa-mobile.feature.md +++ /dev/null @@ -1 +0,0 @@ -New **heph-pwa** mobile app: an installable, phone-first PWA that mirrors heph-tui — browse the built-in views and projects, triage tasks, and capture new tasks fast with the same quick-add syntax (`p1-4`, `#Project`, `today/+3d/fri`, `every …`) and live preview. Voice capture via on-device dictation. The hub (`hephd --mode server`) gains CORS and an optional `--web-root` so it can serve the app same-origin straight from the daemon.