From fe792643f7d879d4b8ef31fe4ec17438ecc21f29 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 17 Jan 2025 17:52:44 +0100 Subject: [PATCH] docs(changelog): floating pane fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4ea7d..6a15c53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905) * feat(terminal): mouse AnyEvent tracking (https://github.com/zellij-org/zellij/pull/3538) * fix(terminal): support setting kitty keyboard protocol with `CSI=` (https://github.com/zellij-org/zellij/pull/3942) +* fix(floating-panes): handle various errors (https://github.com/zellij-org/zellij/pull/3944) ## [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)