diff --git a/CHANGELOG.md b/CHANGELOG.md index abd6763..724dae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.38.0] - 2026-04-30 + +### Added +- FAB entry animation now stops after 5 page views (long loop progressive reduction) +- Search keyboard shortcut hint (`/`) hides permanently after first keyboard use +- Success toasts are suppressed after 50 successful saves to reduce noise for power users +- Empty state CTA button fades in with a short delay to draw attention as the primary action +- Form fields pulse with a red glow on the second or subsequent validation failure on the same field +- Shopping quick-add input shows a brief accent-colour glow after each successful item add + ## [0.37.2] - 2026-04-30 ### Changed diff --git a/package-lock.json b/package-lock.json index aecc799..0b9b035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.37.2", + "version": "0.38.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.37.2", + "version": "0.38.0", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 9916188..b651387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.37.2", + "version": "0.38.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",