docs(changelog): mouse double click selection

This commit is contained in:
Aram Drevekenin 2025-02-16 17:56:34 +01:00 committed by GitHub
parent b04cddc352
commit 1593e5c213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +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) * feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242)
* 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) * feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988)
* feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996)
## [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)