From 6642ee8cf0238aaadd47e9aab1fe8a93cb9f6e80 Mon Sep 17 00:00:00 2001 From: StevenBtw Date: Mon, 16 Mar 2026 00:35:24 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62adf63..b94b5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.4] - (2026-03-16) + +### New Features + +- **Automatic theme detection**: Auto-detects host dark mode (marimo Tailwind `class="dark"`, `data-theme`, or `prefers-color-scheme`) and syncs the widget theme automatically — dark mode toggle is hidden when the host controls the theme + +### Improvements + +- **Neutral grey palette**: Light and dark mode colors updated to neutral grey tones for a cleaner look and better integration with marimo + ## [0.1.3] - (2026-03-15) ### New Features