docs(changelog): include PR link

This commit is contained in:
Aram Drevekenin 2025-01-17 11:34:40 +01:00 committed by GitHub
parent 125ebe9ca3
commit 9d3b4c5391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(terminal): cursor overflow issue (https://github.com/zellij-org/zellij/pull/3894) * fix(terminal): cursor overflow issue (https://github.com/zellij-org/zellij/pull/3894)
* feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905) * feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905)
* feat(terminal): mouse AnyEvent tracking (https://github.com/zellij-org/zellij/pull/3538) * feat(terminal): mouse AnyEvent tracking (https://github.com/zellij-org/zellij/pull/3538)
* fix(terminal): support setting kitty keyboard protocol with `CSI=` * fix(terminal): support setting kitty keyboard protocol with `CSI=` (https://github.com/zellij-org/zellij/pull/3942)
## [0.41.2] - 2024-11-19 ## [0.41.2] - 2024-11-19
* fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725) * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)