From 385cc1c81b5ee40dff91971ceddce82a4732af82 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 Jul 2023 11:32:56 +0200 Subject: [PATCH] docs(changelog): status-bar supermode --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2e20c8..452e938d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587) +* feat(status-bar): supermode to prevent colliding keybindings ## [0.37.2] - 2023-06-20 * hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)