docs(changelog): Add commands to layout #600
This commit is contained in:
parent
0ab00e2c6c
commit
f755ef23d9
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
* Kill children properly (https://github.com/zellij-org/zellij/pull/601)
|
* Kill children properly (https://github.com/zellij-org/zellij/pull/601)
|
||||||
* Change name of `Run` binding for actions (https://github.com/zellij-org/zellij/pull/602)
|
* Change name of `Run` binding for actions (https://github.com/zellij-org/zellij/pull/602)
|
||||||
|
* Add running commands to `layouts` (https://github.com/zellij-org/zellij/pull/600)
|
||||||
|
POSSIBLE BREAKING CHANGE for custom layouts:
|
||||||
|
Plugins are under the run category now, that means:
|
||||||
|
```
|
||||||
|
plugin: status-bar
|
||||||
|
```
|
||||||
|
is now:
|
||||||
|
```
|
||||||
|
run:
|
||||||
|
plugin: status-bar
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## [0.14.0] - 2021-07-05
|
## [0.14.0] - 2021-07-05
|
||||||
* Add improved error handling for layouts (https://github.com/zellij-org/zellij/pull/576)
|
* Add improved error handling for layouts (https://github.com/zellij-org/zellij/pull/576)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue