docs(changelog): sync-renders fix

This commit is contained in:
Aram Drevekenin 2024-06-21 13:34:31 +02:00 committed by GitHub
parent 3edc7cebf7
commit 0a0e062e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(keybinds): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (https://github.com/zellij-org/zellij/pull/3383)
* fix(terminal): properly set and handle scroll region in various instances (https://github.com/zellij-org/zellij/pull/3381 and https://github.com/zellij-org/zellij/pull/3382)
* fix(rendering): do not render if resizing screen to same size (https://github.com/zellij-org/zellij/pull/3413)
* feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422)
* feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422
* fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439)
## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)