docs(changelog): recent fixes
This commit is contained in:
parent
f16804b8c3
commit
eb78beb359
1 changed files with 2 additions and 1 deletions
|
|
@ -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 and https://github.com/zellij-org/zellij/pull/4003)
|
* feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957, https://github.com/zellij-org/zellij/pull/4003 and https://github.com/zellij-org/zellij/pull/4011)
|
||||||
* 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)
|
||||||
|
|
@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
* 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)
|
||||||
|
* fix(floating-panes): reset damage in swap layouts when closing the last pane (https://github.com/zellij-org/zellij/pull/4012)
|
||||||
|
|
||||||
## [0.41.2] - 2024-11-19
|
## [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)
|
* fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue