2021-04-21 17:57:00 +03:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
|
|
|
|
|
|
## [Unreleased]
|
2021-04-21 17:59:39 +03:00
|
|
|
* Change config to flag (https://github.com/zellij-org/zellij/pull/300)
|
|
|
|
* Add ZELLIJ environment variable on startup (https://github.com/zellij-org/zellij/pull/305)
|
2021-04-21 18:09:03 +03:00
|
|
|
* Terminal fix: do not clear line if it's not there (https://github.com/zellij-org/zellij/pull/289)
|
2021-04-21 20:28:44 +03:00
|
|
|
* Do not allow opening new pane on the status bar (https://github.com/zellij-org/zellij/pull/314)
|
2021-04-22 02:30:00 +03:00
|
|
|
* Allow scrolling by full pages (https://github.com/zellij-org/zellij/pull/298)
|
2021-04-22 06:00:41 +03:00
|
|
|
* Reduce crate size by 4.8MB using `cargo diet`, to 77kB (https://github.com/zellij-org/zellij/pull/293)
|
2021-04-21 17:57:00 +03:00
|
|
|
|
2021-04-21 18:06:38 +03:00
|
|
|
## [0.5.0] - 2021-04-20
|
2021-04-21 17:57:00 +03:00
|
|
|
Beta release with all the things
|