docs(changelog): floating pane coordinate fix

This commit is contained in:
Aram Drevekenin 2025-02-03 09:04:41 +01:00 committed by GitHub
parent af2be7a7a4
commit a853a96d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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) * feat(ux): stacked-resize (https://github.com/zellij-org/zellij/pull/3957)
* 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) * 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)
* feat(plugins): send information about $SHELL and $EDITOR (https://github.com/zellij-org/zellij/pull/3971) * feat(plugins): send information about $SHELL and $EDITOR (https://github.com/zellij-org/zellij/pull/3971)