From cf3ccb06661664f2ef0a7f33e90ee70de46defc2 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sat, 4 Apr 2026 22:12:37 -0700 Subject: [PATCH] docs: v0.34.3 release notes and version bump Co-authored-by: Nathan Esquenazi --- CHANGELOG.md | 9 +++++++++ static/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282167a..da343f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ --- +## [v0.34.3] Light theme final polish +*April 5, 2026 | 433 tests* + +### Bug Fixes +- **Light theme: sidebar, role labels, chips, and interactive elements all broken.** Session titles were too faint, active session used washed-out gold, pin stars were near-invisible bright yellow, and all hover/border effects used dark-theme white `rgba(255,255,255,.XX)` values invisible on cream. Fixed with 46 scoped `[data-theme="light"]` selector overrides covering session items, role labels, project chips, topbar chips, composer, suggestions, tool cards, cron list, and more. (#105) +- Active session now uses blue accent (`#2d6fa3`) for strong contrast. Pin stars use deep gold (`#996b15`). Role labels are solid and high contrast. + +--- + ## [v0.34.2] Theme text colors *April 5, 2026 | 433 tests* diff --git a/static/index.html b/static/index.html index 5e9abb2..b474d16 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@