From e441e898070627d7e385918a4d30f1a04f5c70a5 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 22 Oct 2024 18:33:19 +0200 Subject: [PATCH] docs(changelog): bring back fullscreen indication --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3085d16..5eaed495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439 and https://github.com/zellij-org/zellij/pull/3483) * fix(terminal): workaround for windows terminal not interpreting underline colors with semicolons (https://github.com/zellij-org/zellij/pull/3440) * dependencies: switch from wasmer to wasmtime (https://github.com/zellij-org/zellij/pull/3349 and https://github.com/zellij-org/zellij/pull/3685) -* feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) +* feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475 and https://github.com/zellij-org/zellij/pull/3688) * 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 and https://github.com/zellij-org/zellij/pull/3686)