Skip to content

Oikos

v0.52.30 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 11d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docker family family-planner home-automation planner-app privacy-first
+4 more
progressive-web-app pwa self-hosted selfhosted-apps

ReleasePort's take

Light signal
editorial:auto 11d

Release v0.52.30 fixes the blank-screen scroll issue on iOS Safari and Android Chrome and corrects a layout gap caused by double‑subtracted height.

Why it matters: Addresses UI rendering bugs that cause empty screens during scrolling (iOS/Android) and visual gaps in dashboard layout, improving user experience for mobile viewers.

Summary

AI summary

Fixed dashboard scroll blank-screen on iOS Safari and Android Chrome caused by filter properties overwhelming mobile compositors.

Changes in this release

Bugfix Medium

Fixes blank-screen scroll issue on iOS Safari and Android Chrome.

Fixes blank-screen scroll issue on iOS Safari and Android Chrome.

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Corrects double-subtracted height causing gap between content and bottom nav.

Corrects double-subtracted height causing gap between content and bottom nav.

Source: llm_adapter@2026-05-23

Confidence: high

Full changelog

Fixed

  • Dashboard scroll blank-screen fixed on iOS Safari and Android Chrome. Two filter properties on dashboard elements (.event-item__bar { filter: saturate(0.4) } and .weather-widget__icon { filter: drop-shadow(...) }) created GPU compositor layers inside the scroll container that overwhelmed the mobile compositor on both WebKit and Blink. Replaced filter: saturate(0.4) with opacity: 0.5; removed the drop-shadow filter entirely. The gap between content and bottom nav introduced in v0.52.29 is also fixed: height: calc(100dvh - nav - safe-areas) double-subtracted the nav height (.dashboard is already inside .app-content which excludes the nav), changed to height: 100%.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Oikos

Get notified when new releases ship.

Sign up free

About Oikos

Family planner for small households

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]