From 9a0d6496c57b77c8f230a3e44998d98e98896ce1 Mon Sep 17 00:00:00 2001 From: funman300 Date: Mon, 13 Jul 2026 17:50:29 -0700 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20cut=200.46.0=20=E2=80=94=20P?= =?UTF-8?q?hase=20H=20feedback=20polish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b526def..f0bea81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,36 @@ project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.46.0] — 2026-07-13 + +### Added + +- **Theme-store previews.** The store modal now shows each theme's + preview image next to its name — the server has advertised them since + the store launched; the client finally fetches them. Thumbnails load + in the background, pop in as they arrive, and are remembered for the + session. (#179) +- **Hint ghost preview.** Asking for a hint now also plays a translucent + copy of the suggested card gliding to its destination (twice, then it + fades) alongside the usual highlights — you see the move, not just the + pieces. Automatically disabled when reduce-motion is on. (#179) + +### Changed + +- **One toast style, one place.** Queued info banners and instant + celebration/warning/error toasts now share a single bottom-anchored + stack that clears the touch action bar; simultaneous toasts stack + upward instead of overlapping. (#178) + +### Fixed + +- **Touch onboarding copy.** The how-to-play slide no longer tells touch + players to left/right-click; it now describes drag, double-tap, and + the bottom-bar Hint button. (#178) +- **First launch shows one screen at a time.** On a fresh install the + Home screen no longer spawns underneath the welcome tour; the order is + now onboarding → Home → table. (#178) + ## [0.45.0] — 2026-07-13 ### Added