docs(changelog): configuration screen

This commit is contained in:
Aram Drevekenin 2024-07-17 16:09:21 +02:00 committed by GitHub
parent 84ff29dd02
commit fe30f08575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475)
* chore: Update MSRV in Cargo.toml (https://github.com/zellij-org/zellij/pull/3482)
* fix(terminal): prevent escaping pane through scroll region (https://github.com/zellij-org/zellij/pull/3491)
* feat(ui): configuration screen + non-colliding keybindings setup at runtime (https://github.com/zellij-org/zellij/pull/3502)
## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)