From 3294e54e00482df395357ae420598c25cbdb4bf8 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sat, 4 Apr 2026 21:45:23 -0700 Subject: [PATCH] docs: v0.34.1 release notes and version bump Co-authored-by: Nathan Esquenazi --- CHANGELOG.md | 8 ++++++++ static/index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14be64d..5bf6950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ --- +## [v0.34.1] Theme variable polish +*April 5, 2026 | 433 tests* + +### Bug Fixes +- **All non-dark themes had broken surfaces, topbar, and dropdowns.** 30+ hardcoded dark-navy rgba/hex values in style.css were stuck on the Dark palette regardless of active theme. Fixed by introducing 7 new CSS variables (`--surface`, `--topbar-bg`, `--main-bg`, `--input-bg`, `--hover-bg`, `--focus-ring`, `--focus-glow`) defined per-theme, replacing every hardcoded reference. (#100) + +--- + ## [v0.34] Sprint 26 -- Pluggable UI Themes *April 5, 2026 | 433 tests* diff --git a/static/index.html b/static/index.html index 2da6b4a..47fee46 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@