Skip to content

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Mar 11:07
· 95 commits to main since this release
v2.4.1
5f4245d

Release Date: 2026-03-08
Focus: TUI Config Editing Hotfix

馃悰 Bug Fixes

  • TUI Config Key Hijacking (#3): Fixed an issue where global navigation hotkeys (h, l, tab) would intercept keystrokes while editing a config field in the TUI. For example, typing python3 as the default language would fail because the h key triggered a focus-toggle instead of inserting text. The fix ensures that when a config field is in edit mode (isEditing), text input takes precedence over all interface hotkeys.

What's Changed

Other Changes

  • fix(tui): fixed config editing that wasn't working as intended by @greymistcube in #3

New Contributors

Full Changelog: v2.4.0...v2.4.1