chore: release v0.23.10

This commit is contained in:
Ulas Kalayci
2026-04-22 11:26:10 +02:00
parent 88cd1b8d18
commit ed2d47eae1
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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);