docs(changelog): MoveFocusOrTab fullscreen awareness

This commit is contained in:
Aram Drevekenin 2024-10-25 15:21:00 +02:00 committed by GitHub
parent 9a2f90936b
commit 95dc4d8466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(plugins): always render on first load (https://github.com/zellij-org/zellij/pull/3693) * fix(plugins): always render on first load (https://github.com/zellij-org/zellij/pull/3693)
* fix(terminal): recover from partial line drop (https://github.com/zellij-org/zellij/pull/3695) * fix(terminal): recover from partial line drop (https://github.com/zellij-org/zellij/pull/3695)
* feat(themes): add new themes (https://github.com/zellij-org/zellij/pull/3478, https://github.com/zellij-org/zellij/pull/3596, https://github.com/zellij-org/zellij/pull/3567, https://github.com/zellij-org/zellij/pull/3443, https://github.com/zellij-org/zellij/pull/3393, https://github.com/zellij-org/zellij/pull/3323, https://github.com/zellij-org/zellij/pull/3313, https://github.com/zellij-org/zellij/pull/3308, https://github.com/zellij-org/zellij/pull/3255 and https://github.com/zellij-org/zellij/pull/3030) * feat(themes): add new themes (https://github.com/zellij-org/zellij/pull/3478, https://github.com/zellij-org/zellij/pull/3596, https://github.com/zellij-org/zellij/pull/3567, https://github.com/zellij-org/zellij/pull/3443, https://github.com/zellij-org/zellij/pull/3393, https://github.com/zellij-org/zellij/pull/3323, https://github.com/zellij-org/zellij/pull/3313, https://github.com/zellij-org/zellij/pull/3308, https://github.com/zellij-org/zellij/pull/3255 and https://github.com/zellij-org/zellij/pull/3030)
* fix(tabs): make MoveFocusOrTab aware of fullscreen panes (https://github.com/zellij-org/zellij/pull/3498)
## [0.40.1] - 2024-05-02 ## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281) * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)