From fe30f08575c91f31a3a883195f44ffbb8b842769 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 17 Jul 2024 16:09:21 +0200 Subject: [PATCH] docs(changelog): configuration screen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6d6b1c..c496bd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)