From 6c39e2ff0fb16d7de0ba1fdc2ab21b7644d679b9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 18 Feb 2025 11:13:03 +0100 Subject: [PATCH] docs(changelog): resize shortcuts --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bbc74f..55d53774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) * chore(rust): Update Rust toolchain to 1.84.0 (https://github.com/zellij-org/zellij/pull/3945) -* feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957) +* feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957 and https://github.com/zellij-org/zellij/pull/4003) * feat(plugins): API to change the position and size of floating pane, as well as know the viewport size (https://github.com/zellij-org/zellij/pull/3958 and https://github.com/zellij-org/zellij/pull/3972) * feat(plugins): add `PastedText` event (https://github.com/zellij-org/zellij/pull/3962) * feat(plugins): APIs to open panes near plugin (https://github.com/zellij-org/zellij/pull/3966)