docs(changelog): new theme definition spec

This commit is contained in:
Aram Drevekenin 2025-02-07 12:00:34 +01:00 committed by GitHub
parent 26b99eac63
commit fc847b725c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242)
## [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)