docs(changelog): logical index pane sorting

This commit is contained in:
Aram Drevekenin 2024-12-25 20:27:40 +01:00 committed by GitHub
parent 86535f1612
commit 015e61e033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(layouts): off by 1 when focusing a specific tab through a layout (https://github.com/zellij-org/zellij/pull/3844) * fix(layouts): off by 1 when focusing a specific tab through a layout (https://github.com/zellij-org/zellij/pull/3844)
* fix(multiplayer): properly clear fake cursors (https://github.com/zellij-org/zellij/pull/3845) * fix(multiplayer): properly clear fake cursors (https://github.com/zellij-org/zellij/pull/3845)
* feat(ux): pin floating panes (https://github.com/zellij-org/zellij/pull/3876) * feat(ux): pin floating panes (https://github.com/zellij-org/zellij/pull/3876)
* fix(layout-applier): logical index pane sorting (https://github.com/zellij-org/zellij/pull/3893)
## [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)