v2.4.1
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, typingpython3as the default language would fail because thehkey 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
- @greymistcube made their first contribution in #3
Full Changelog: v2.4.0...v2.4.1