diff --git a/CHANGELOG.md b/CHANGELOG.md index 783c007..b4f5818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/ginnoir/famapp/compare/v0.4.10...v0.5.0) (2026-06-03) + +### Features + +- **mobile:** full mobile experience overhaul — bottom nav, touch targets, calendar mobile layout with day/week/agenda views and calendars bottom sheet, bidirectional swipe gestures on list items (right to complete, left to delete), iOS safe-area and keyboard support, input zoom prevention +- **mobile:** settings navigation replaced with 2-column icon grid (no horizontal scroll) +- **mobile:** remove floating action button in favour of persistent topbar quick-add button + ## [0.4.10](https://github.com/ginnoir/famapp/compare/v0.4.9...v0.4.10) (2026-06-03) ## [0.4.8](https://github.com/ginnoir/famapp/compare/v0.4.6...v0.4.8) (2026-06-03) diff --git a/package.json b/package.json index 4134401..68cfdc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.4.10", + "version": "0.5.0", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",