This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed PWA theme‑color mismatch and login page horizontal overflow on desktop.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Aligns PWA theme-color meta tag with brand violet accent. Aligns PWA theme-color meta tag with brand violet accent. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Prevents horizontal overflow on login page in desktop viewports with vertical scrollbars. Prevents horizontal overflow on login page in desktop viewports with vertical scrollbars. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Bugfix | Medium |
Raises sub-12px UI text (sidebar label, section headings, reminder badge) to meet the 12‑pixel readability floor. Raises sub-12px UI text (sidebar label, section headings, reminder badge) to meet the 12‑pixel readability floor. Source: llm_adapter@2026-05-29 Confidence: high |
— |
Full changelog
Added
- UI/UX audit (May 2026): Added
docs/UI-UX-AUDIT-2026-05.mddocumenting a full review across mobile/desktop and light/dark mode with prioritized findings.
Fixed
- PWA theme color mismatched the app accent: The light-mode
theme-colormeta tag was a stale indigo (#4F46E5) while the actual app accent is violet (#6c3aed), so the installed PWA's status/address bar rendered a different hue than the UI. Alignedtheme-colorto the brand accent. - Login page could overflow horizontally on desktop: The login screen used
width: 100vw, which includes the scrollbar width and produced a horizontal scrollbar / clipped edge whenever a vertical scrollbar was present. Switched towidth: 100%. - Sub-12px UI text raised to the 12px readability floor: The desktop sidebar version label, sidebar section headings, and the reminder count badge still used a 10px font size, below the project's own 12px minimum. Raised them to 12px and aligned the reminder badge box to 18px to match the standard nav badge.
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
Beta — feedback welcome: [email protected]