docs(changelog): mouse click on pane frame fix

This commit is contained in:
Thomas Linford 2022-07-15 16:29:48 +02:00 committed by GitHub
parent e2a3438c86
commit b78ecdf338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585) * performance: improve terminal responsiveness (https://github.com/zellij-org/zellij/pull/1585)
* Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586) * Terminal compatibility: persist cursor show/hide across alternate screen (https://github.com/zellij-org/zellij/pull/1586)
* fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587) * fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (https://github.com/zellij-org/zellij/pull/1587)
* fix: avoid sending mouse click events on pane frames to applications (https://github.com/zellij-org/zellij/pull/1584)
## [0.30.0] - 2022-06-07 ## [0.30.0] - 2022-06-07
* fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372) * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)