fix(ui): resolve ambiguous plane movements by their activity history

This commit is contained in:
Brooks Rady 2021-04-23 04:06:14 +01:00 committed by GitHub
parent 63da95c50f
commit e877c75ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Allow scrolling by full pages (https://github.com/zellij-org/zellij/pull/298) * Allow scrolling by full pages (https://github.com/zellij-org/zellij/pull/298)
* Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293) * Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293)
* Draw UI properly when instantiated as the default terminal command (https://github.com/zellij-org/zellij/pull/323) * Draw UI properly when instantiated as the default terminal command (https://github.com/zellij-org/zellij/pull/323)
* Resolve ambigous pane movements by their activity history (https://github.com/zellij-org/zellij/pull/294)
## [0.5.0] - 2021-04-20 ## [0.5.0] - 2021-04-20
Beta release with all the things Beta release with all the things