docs(changelog): multiuser UI fix

This commit is contained in:
Aram Drevekenin 2022-04-13 10:07:17 +02:00 committed by GitHub
parent b185f2827f
commit aae9ad95ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312) * add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312)
* refactor: reduce code duplication in tiled_panes (https://github.com/zellij-org/zellij/pull/1299) * refactor: reduce code duplication in tiled_panes (https://github.com/zellij-org/zellij/pull/1299)
* Terminal compatibility: support XTWINOPS CSI 14 + 16 to query terminal pixel info (https://github.com/zellij-org/zellij/pull/1316) * Terminal compatibility: support XTWINOPS CSI 14 + 16 to query terminal pixel info (https://github.com/zellij-org/zellij/pull/1316)
* Fix: Update UI when next-to-last user manually detaches from the session (https://github.com/zellij-org/zellij/pull/1317)
## [0.27.0] - 2022-03-31 ## [0.27.0] - 2022-03-31
* Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226) * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)