Skip to content

Release v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 06:52

This is a pretty major Zellij release that includes lots of goodies mostly geared toward advanced users.

Notable Changes

  • All configuration has moved from YAML to KDL - see breaking change below
  • Command panes: try zellij run --floating -- ls -l
  • Send commands to Zellij through the CLI: see zellij action --help
  • New layout system

For more details and examples, see: https://zellij.dev/news/config-command-layouts/

Documentation for the new features

Breaking Change

This release changes the entire configuration language of Zellij from YAML to KDL. For configuration, layouts and themes.
When Zellij starts, it will prompt the user before converting the files automatically. The originals will not be modified.

This can also be done manually:

zellij convert-config /path/to/my/config.yaml > /path/to/my/config.kdl
zellij convert-layout /path/to/my/layout.yaml > /path/to/my/layout.kdl
zellij convert-theme /path/to/my/theme.yaml > /path/to/my/theme.kdl

All changes

New Contributors

Full Changelog: v0.31.4...v0.32.0