chore(changelog): new plugin API
This commit is contained in:
parent
2fc7810c0b
commit
d2aa28ce30
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
* Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)
|
* Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)
|
||||||
* Completions are not assets anymore, but commands `option --generate-completion [shell]` (https://github.com/zellij-org/zellij/pull/369)
|
* Completions are not assets anymore, but commands `option --generate-completion [shell]` (https://github.com/zellij-org/zellij/pull/369)
|
||||||
* Fixes in the default configuration `default.yaml` file. Adds initial tmux-compat keybindings `tmux.yaml` (https://github.com/zellij-org/zellij/pull/362)
|
* Fixes in the default configuration `default.yaml` file. Adds initial tmux-compat keybindings `tmux.yaml` (https://github.com/zellij-org/zellij/pull/362)
|
||||||
|
* Added the `get_plugin_ids()` query function to the plugin API (https://github.com/zellij-org/zellij/pull/392)
|
||||||
|
|
||||||
## [0.5.1] - 2021-04-23
|
## [0.5.1] - 2021-04-23
|
||||||
* Change config to flag (https://github.com/zellij-org/zellij/pull/300)
|
* Change config to flag (https://github.com/zellij-org/zellij/pull/300)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue