From 1dd685062d7d0d1cb62bb85b9a3ac5ed8b4f12ca Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 1 Feb 2025 14:05:16 +0100 Subject: [PATCH] docs(changelog): plugin apis to open panes near plugin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d854812..5f783994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957) * 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) * 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) ## [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)