Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/cli
Loading