docs(changelog): update 2 recent PRs

This commit is contained in:
Aram Drevekenin 2025-03-10 17:23:48 +01:00 committed by GitHub
parent ff595fccb6
commit d280d0053c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(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) * 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) * 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, https://github.com/zellij-org/zellij/pull/4003, https://github.com/zellij-org/zellij/pull/4011 and https://github.com/zellij-org/zellij/pull/4016) * feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957, https://github.com/zellij-org/zellij/pull/4003, https://github.com/zellij-org/zellij/pull/4011, https://github.com/zellij-org/zellij/pull/4016 and https://github.com/zellij-org/zellij/pull/4051)
* 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): 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): 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) * feat(plugins): APIs to open panes near plugin (https://github.com/zellij-org/zellij/pull/3966)
@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242 and https://github.com/zellij-org/zellij/pull/4002) * feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242 and https://github.com/zellij-org/zellij/pull/4002)
* feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979) * feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979)
* feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988 and https://github.com/zellij-org/zellij/pull/4020) * feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988 and https://github.com/zellij-org/zellij/pull/4020)
* feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996) * feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996 and https://github.com/zellij-org/zellij/pull/4052)
* feat(ux): improve filepicker UX (https://github.com/zellij-org/zellij/pull/4007) * feat(ux): improve filepicker UX (https://github.com/zellij-org/zellij/pull/4007)
* fix(clipboard): various clipboard message fixes (https://github.com/zellij-org/zellij/pull/4009) * fix(clipboard): various clipboard message fixes (https://github.com/zellij-org/zellij/pull/4009)
* fix(logging): fix segfault in chrono crate (https://github.com/zellij-org/zellij/pull/4010) * fix(logging): fix segfault in chrono crate (https://github.com/zellij-org/zellij/pull/4010)