github zellij-org/zellij v0.32.0
Release v0.32.0

latest releases: v0.40.1, v0.40.0, v0.39.2...
23 months ago

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

Don't miss a new zellij release

NewReleases is sending notifications on new releases.