diff --git a/CHANGELOG.md b/CHANGELOG.md index c06322e..f5b5292 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.30.0] - 2026-04-28 + +### Added +- i18n: recipe strings translated in 13 locales (ar, el, es, fr, hi, it, ja, pt, ru, sv, tr, zh, uk) — contributed by @baragoon +- i18n: `emptyHint.recipes` added to all updated locales; Ukrainian locale additionally gains full `emptyHint` translations for all modules +- i18n: `nav.recipes` translated in all 13 locales + +### Fixed +- i18n/el: corrected typo `Διδαγραφή` → `Διαγραφή` in `recipes.deleteConfirm` + ## [0.29.3] - 2026-04-28 ### Fixed diff --git a/package-lock.json b/package-lock.json index 2cf3f40..d5213fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.29.3", + "version": "0.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.29.3", + "version": "0.30.0", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 2bc202d..0eccefe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.29.3", + "version": "0.30.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",