From 7e17169c06028a482519e81da448ccc7524d55d0 Mon Sep 17 00:00:00 2001 From: FlintWave Date: Thu, 2 Jul 2026 18:11:51 -0700 Subject: [PATCH] chore(release): 26.07.02 Bump appVersionName (versionCode derives to 260702) and add the Material You auto-disable fix to the 26.07.02 CHANGELOG section alongside the Compose stack re-alignment from #98. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628a14a..9e5cdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ versioning (`YY.MM.VV`). mode) in Settings persisted but never repainted the app. Lifecycle is pinned back to 2.10.0, the last version aligned with the BOM, and is now held by the dependency bot until it can be bumped together with the Compose BOM. +- **Picking a theme now takes effect immediately.** Material You (on by default) overrides the two + named-theme slots, so choosing a theme from the dropdowns persisted but changed nothing until you + found the toggle. Selecting a theme now switches Material You off in the same step, since picking + one is an explicit choice to use it; re-enabling Material You afterwards still works and keeps + the chosen slots. ## 26.07.01 — 2026-07-02