From 87a43383d54cc07c7b91da87c4146744a9702fb5 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 25 Mar 2024 10:30:25 +0100 Subject: [PATCH] docs(changelog): fix for wrong window size on terminal startup --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7449979a..f1767d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): session-manager cwd and new filepicker/strider (https://github.com/zellij-org/zellij/pull/3200) * fix(stability): various client races (https://github.com/zellij-org/zellij/pull/3209) * feat(cli): `list-sessions` show newest sessions last, for better user experience (https://github.com/zellij-org/zellij/pull/3194) +* fix(startup): recover from Zellij sometimes not filling the whole terminal window on startup (https://github.com/zellij-org/zellij/pull/3218) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)