summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-18 09:21:28 +0100
committerGitHub <noreply@github.com>2024-03-18 09:21:28 +0100
commit65a7fcf426e6131fe68b300fb746271419a08865 (patch)
tree81437abff7cac21ec71e0e8ecc93fe74c197c6a1
parentee16a4b8c347a81878389fd4f90144c2c6357f41 (diff)
docs(changelog): plugin infra and ux improvements
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 440cae796..2af311f73 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)