From 231cf92fe3f8565141880ff63a4aef86b47f87e1 Mon Sep 17 00:00:00 2001 From: sudacode Date: Wed, 11 Mar 2026 20:28:46 -0700 Subject: [PATCH] Clarify v0.6.0 changelog details for controller features - Split the gamepad support note into clearer, separate bullets - Clarified configurable bindings and smooth popup scrolling behavior - Reworded stale token highlight cleanup for keyboard-only mode --- docs-site/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs-site/changelog.md b/docs-site/changelog.md index 8675ee7e..842286a0 100644 --- a/docs-site/changelog.md +++ b/docs-site/changelog.md @@ -1,10 +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 Chrome Gamepad API controller support for keyboard-only overlay mode. +- Added configurable controller bindings for lookup, mining, popup navigation, Yomitan audio, mpv pause, and d-pad fallback navigation. +- Added smooth, slower popup scrolling for controller navigation. - 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. +- Fixed cleanup of stale keyboard-only token highlights when keyboard-only mode is disabled or when 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)