From 65a7fcf426e6131fe68b300fb746271419a08865 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 18 Mar 2024 09:21:28 +0100 Subject: [PATCH] docs(changelog): plugin infra and ux improvements --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440cae79..2af311f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): respect cwd (https://github.com/zellij-org/zellij/pull/3161) * fix(panes): handle race conditions when unsetting fullscreen (https://github.com/zellij-org/zellij/pull/3166) * feat(plugins): allow specifying cwd when creating a new session with a layout (https://github.com/zellij-org/zellij/pull/3172) +* feat(plugins): session-manager cwd and new filepicker/strider (https://github.com/zellij-org/zellij/pull/3200) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)