diff --git a/CHANGELOG.md b/CHANGELOG.md index 0179645..2e1b244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- ## [Unreleased] +## v1.41.0 + +### CLI + +**Improved interactive navigation** + +Interactive menus now support both arrow keys and Vim-style navigation. + +| Action | Keys | +|------|------| +| Up | `↑` or `k` | +| Down | `↓` or `j` | +| Confirm | `Enter` or `l` | +| Cancel | `Esc`, `h`, `q` | +| Toggle | `Space` | +| Toggle all | `a` | + +This improves usability on compact keyboards and Vim-style workflows. + ## v1.40.0 ### CLI diff --git a/modules/cli b/modules/cli index 70a754b..72563ff 160000 --- a/modules/cli +++ b/modules/cli @@ -1 +1 @@ -Subproject commit 70a754b94b4441372b6b0b98ec76e88cd204af5a +Subproject commit 72563ff617c0b002dee4869e46e6ab8d48cdc08e