From fe2e6ed091b44022672edef7a4759dc49c3fd281 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 6 Dec 2024 11:58:08 +0100 Subject: [PATCH] docs(changelog): plugin hidden focus fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e717dc64..45efd108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): properly pad UI components background to their declared width (https://github.com/zellij-org/zellij/pull/3806) * feat(plugins): allow plugins to change their own `/host` folder under a new FullHdAccess permission (https://github.com/zellij-org/zellij/pull/3827) * fix(plugins): do not detach if using `/` in session name (https://github.com/zellij-org/zellij/pull/3839) +* fix(plugins): properly focus plugin pane after it was hidden (https://github.com/zellij-org/zellij/pull/3841) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)