docs(tui): add changelog entry for PR 2989

This commit is contained in:
Mario Zechner
2026-04-14 21:00:12 +02:00
parent 5ed4600350
commit 8f66938c80

View File

@@ -2,9 +2,9 @@
## [Unreleased]
### Added
### Fixed
- Added Kitty keyboard protocol support for `super`-modified keybindings such as `super+k`, `super+enter`, and `ctrl+super+k`, including typed `Key.super(...)` helpers ([#3111](https://github.com/badlogic/pi-mono/pull/3111) by [@sudosubin](https://github.com/sudosubin))
- Fixed Ctrl+Alt letter key matching in tmux by falling through from legacy ESC-prefixed handling to CSI-u and xterm `modifyOtherKeys` parsing when the legacy form does not match ([#2989](https://github.com/badlogic/pi-mono/pull/2989) by [@kaofelix](https://github.com/kaofelix))
## [0.67.1] - 2026-04-13