From d7f12ea58c3e936ecf26d74a639da4e92d346a9b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 1 Jun 2021 10:41:10 +0200 Subject: [PATCH] docs(changelog): add disable-status-bar layout --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179a21bdb..719b09d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add option to specify a color theme in the config (https://github.com/zellij-org/zellij/pull/550) * Fix config options to not depend on `simplified_ui` (https://github.com/zellij-org/zellij/pull/556) * Don't rename `unnamed` tabs upon deletion of other tabs (https://github.com/zellij-org/zellij/pull/554) +* Add layout to disable the status bar (https://github.com/zellij-org/zellij/pull/555) ## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)