diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726834..bd18fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.6] - 2026-04-27 + +### Changed +- Tasks: completing a task now animates the strikethrough line instead of snapping it on instantly +- Modal: save button shows a spinner during async API calls; the spinner disappears immediately if form validation fails, and on API error when the button is re-enabled +- Toast: the Undo button now gives tactile press feedback (scale + removes browser tap highlight) for reliable interaction within the 5-second window + ## [0.25.5] - 2026-04-26 ### Added diff --git a/package-lock.json b/package-lock.json index 62126c6..5a9e952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.25.5", + "version": "0.25.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.25.5", + "version": "0.25.6", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 12ab998..51d5a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.25.5", + "version": "0.25.6", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",