From ed2d47eae18a0826ccfbd97b633076c9c34640cb Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Wed, 22 Apr 2026 11:26:10 +0200 Subject: [PATCH] chore: release v0.23.10 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- public/styles/pwa.css | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b30f5..ad4f482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.10] - 2026-04-22 + +### Fixed +- iOS PWA: safe area fill now uses the same surface color as the bottom navigation bar, so it matches in both light and dark mode + ## [0.23.9] - 2026-04-22 ### Fixed diff --git a/package-lock.json b/package-lock.json index 72cde27..fc1c31a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.23.9", + "version": "0.23.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.23.9", + "version": "0.23.10", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index b92d506..0cd1cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.23.9", + "version": "0.23.10", "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/styles/pwa.css b/public/styles/pwa.css index c45615d..411bdf5 100644 --- a/public/styles/pwa.css +++ b/public/styles/pwa.css @@ -91,7 +91,7 @@ nav, left: 0; right: 0; height: env(safe-area-inset-bottom, 0px); - background-color: var(--glass-bg); + background-color: color-mix(in srgb, var(--color-surface) 85%, transparent); backdrop-filter: var(--blur-md) saturate(180%); -webkit-backdrop-filter: var(--blur-md) saturate(180%); z-index: calc(var(--z-nav) - 1);