diff --git a/CHANGELOG.md b/CHANGELOG.md index 19399c6..c58d05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.1] - 2026-04-29 + +### Fixed +- Settings: birthday date fields (profile, new member, edit member) now use the native date picker on iOS +- Birthdays: birth date field now uses the native date picker on iOS + ## [0.31.0] - 2026-04-29 ### Added diff --git a/package-lock.json b/package-lock.json index 422ea6f..3541c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.30.3", + "version": "0.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.30.3", + "version": "0.31.1", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 2d87493..b4fd3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.31.0", + "version": "0.31.1", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module", diff --git a/public/pages/birthdays.js b/public/pages/birthdays.js index 0f12ac5..9d04eb7 100644 --- a/public/pages/birthdays.js +++ b/public/pages/birthdays.js @@ -282,7 +282,7 @@ function openBirthdayModal({ mode, birthday = null }) {
- +
diff --git a/public/pages/settings.js b/public/pages/settings.js index 47f65b8..08891a5 100644 --- a/public/pages/settings.js +++ b/public/pages/settings.js @@ -579,7 +579,7 @@ export async function render(container, { user }) {
- +

${t('settings.memberContactBirthdayHint')}