From 765f1493cd34ec3905cd2933eed5b874ff7ca0cf Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 5 Jul 2024 15:14:31 +0200 Subject: [PATCH] docs(changelog): status-bar redesign --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc9a90a..79240865 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/) * fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439) * 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) +* feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)