docs(changelog): plugin infra and ux improvements

This commit is contained in:
Aram Drevekenin 2024-03-18 09:21:28 +01:00 committed by GitHub
parent ee16a4b8c3
commit 65a7fcf426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(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) * 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): 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 ## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906) * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)