docs(changelog): exact panes constraint

This commit is contained in:
Aram Drevekenin 2023-02-28 22:09:24 +01:00 committed by GitHub
parent ea2d9ced62
commit 3057ec434b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: add pencil light theme (https://github.com/zellij-org/zellij/pull/2157) * feat: add pencil light theme (https://github.com/zellij-org/zellij/pull/2157)
* fix: apply correct color on 'more tabs' message (https://github.com/zellij-org/zellij/pull/2166) * fix: apply correct color on 'more tabs' message (https://github.com/zellij-org/zellij/pull/2166)
* deps: upgrade termwiz to 0.20.0 (https://github.com/zellij-org/zellij/pull/2169) * deps: upgrade termwiz to 0.20.0 (https://github.com/zellij-org/zellij/pull/2169)
* feat: swap layouts and stacked panes (https://github.com/zellij-org/zellij/pull/2167 and https://github.com/zellij-org/zellij/pull/2191) * feat: swap layouts and stacked panes (https://github.com/zellij-org/zellij/pull/2167, https://github.com/zellij-org/zellij/pull/2191 and
)
* fix: cache STDIN queries to prevent startup delay (https://github.com/zellij-org/zellij/pull/2173) * fix: cache STDIN queries to prevent startup delay (https://github.com/zellij-org/zellij/pull/2173)
* fix: scrollback positioning with Helix (https://github.com/zellij-org/zellij/pull/2156) * fix: scrollback positioning with Helix (https://github.com/zellij-org/zellij/pull/2156)
* fix: allow CJK characters in tab names (https://github.com/zellij-org/zellij/pull/2119) * fix: allow CJK characters in tab names (https://github.com/zellij-org/zellij/pull/2119)