From 0940afc170b51f366e64b9790a5d495dd6bcca8f Mon Sep 17 00:00:00 2001 From: Ulas Date: Sun, 5 Apr 2026 03:09:06 +0200 Subject: [PATCH] chore(release): v0.11.0 Bump version and update CHANGELOG for release v0.11.0. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d49461..8442fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2026-04-05 + +### Added +- Microinteraction improvements: subtle entrance animations, hover/active feedback, and transition polish across cards, buttons, FABs, and nav items + +### Fixed +- Fix touch scroll on dashboard and all pages - use `height` instead of `min-height` on app-shell to prevent overflow blocking touch scroll on iOS/Android +- Add `inputmode` and `autocomplete` attributes to form inputs for better mobile keyboard and autofill UX +- Resolve design system audit violations: align spacing, color, border-radius, and shadow usage to tokens throughout all pages and components +- Fix touch scrolling regression in calendar, budget, and contacts introduced by layout refactor + ## [0.10.0] - 2026-04-04 ### Added diff --git a/package.json b/package.json index 74308dc..995511a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.10.0", + "version": "0.11.0", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",