From 693bd4df0daad60cecc3de2b0dd2da68a2b7ad9b Mon Sep 17 00:00:00 2001 From: sudacode Date: Wed, 11 Mar 2026 20:08:30 -0700 Subject: [PATCH] Document v0.6.0 gamepad overlay and config gate changes - Add v0.6.0 changelog entry for keyboard-only overlay gamepad support and controller tooling - Note token-highlight cleanup fix and new verify:config-example gate --- docs-site/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs-site/changelog.md b/docs-site/changelog.md index 4f4701ea..8675ee7e 100644 --- a/docs-site/changelog.md +++ b/docs-site/changelog.md @@ -1,5 +1,12 @@ # Changelog +## v0.6.0 (2026-03-12) +- Added Chrome Gamepad API controller support for keyboard-only overlay mode, including configurable logical bindings for lookup, mining, popup navigation, Yomitan audio, mpv pause, d-pad fallback navigation, and slower smooth popup scrolling. +- Added `Alt+C` controller selection and `Alt+Shift+C` controller debug modals, with preferred controller persistence and live raw input inspection. +- Added a transient in-overlay controller-detected indicator when a controller is first found. +- Fixed stale keyboard-only token highlight cleanup when keyboard-only mode turns off or the Yomitan popup closes. +- Added an enforced `verify:config-example` gate so checked-in example config artifacts cannot drift silently. + ## v0.5.6 (2026-03-10) - Persisted merged character-dictionary MRU state as soon as a new retained set is built so revisits do not get dropped if later Yomitan import work fails. - Fixed early Electron startup writing config and user data under a lowercase `~/.config/subminer` path instead of canonical `~/.config/SubMiner`.