From d1e7412878dae6e3ba80e9984cc514648a1ec0ba Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 9 Aug 2026 17:58:33 +0000 Subject: [PATCH] Changelog: theme modes entry for the next release --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ba4e0..9c4577f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Unreleased +- Add a **Theme** setting with Auto (follow system), Light, and Dark modes. Every screen, dialog, and the system bars switch palettes with the choice; Auto tracks the device's dark-mode setting live. ## v1.2.0 - 2026-07-11 - Fill the expense with the captured payment's original date **and time**, even when filling hours later: the prefill intent now carries the timestamp as an epoch-millis long extra (`dateLong`, configurable via the output profile's `dateTimeMillisExtra`), which Expense Manager reads to set both the date and the time. The previously sent string `date` extra was silently ignored on its widget-add path.