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-30 17:02:31 +03:00
|
|
|
* Fix the tab '(Sync)' suffix in named tabs (https://github.com/zellij-org/zellij/pull/410)
|
|
|
|
* Improve performance when multiple panes are open (https://github.com/zellij-org/zellij/pull/318)
|
2021-05-02 01:19:14 +03:00
|
|
|
* Improve error reporting and tests of configuration (https://github.com/zellij-org/zellij/pull/423)
|
2021-04-29 17:50:48 +03:00
|
|
|
|
|
|
|
## [0.6.0] - 2021-04-29
|
2021-04-23 18:13:35 +03:00
|
|
|
* Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)
|
2021-04-25 21:12:04 +03:00
|
|
|
* Completions are not assets anymore, but commands `option --generate-completion [shell]` (https://github.com/zellij-org/zellij/pull/369)
|
2021-04-26 10:57:08 +03:00
|
|
|
* Fixes in the default configuration `default.yaml` file. Adds initial tmux-compat keybindings `tmux.yaml` (https://github.com/zellij-org/zellij/pull/362)
|
2021-04-27 17:27:16 +03:00
|
|
|
* Added the `get_plugin_ids()` query function to the plugin API (https://github.com/zellij-org/zellij/pull/392)
|
2021-04-27 19:23:15 +03:00
|
|
|
* Implemented simple plugin timers via the `set_timeout()` call (https://github.com/zellij-org/zellij/pull/394)
|
2021-04-27 10:23:52 +03:00
|
|
|
* Added more configuration locations, changed `ZELLIJ_CONFIG` to `ZELLIJ_CONFIG_FILE` (https://github.com/zellij-org/zellij/pull/391)
|
2021-04-28 08:43:49 +03:00
|
|
|
* Improved keybind handling (https://github.com/zellij-org/zellij/pull/400)
|
2021-04-28 16:05:39 +03:00
|
|
|
* Added initial screen-compat keybinds `screen.yaml` (https://github.com/zellij-org/zellij/pull/399)
|
2021-04-28 18:28:39 +03:00
|
|
|
* Added the ability to synchronize input sent to panes (https://github.com/zellij-org/zellij/pull/395)
|
2021-04-29 16:26:44 +03:00
|
|
|
* Terminal fix: pass vttest 1 (https://github.com/zellij-org/zellij/pull/408)
|
2021-04-23 12:51:57 +03:00
|
|
|
|
|
|
|
## [0.5.1] - 2021-04-23
|
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 21:56:57 +03:00
|
|
|
* 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)
|
2021-04-23 06:07:52 +03:00
|
|
|
* Resolve ambiguous pane movements by their activity history (https://github.com/zellij-org/zellij/pull/294)
|
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
|