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

latest releases: v0.40.0, v0.39.2, v0.39.1...
2 years ago
  • New panes/tabs now open in CWD of focused pane (#691)
  • Fix bug when opening new tab the new pane's viewport would sometimes be calculated incorrectly (#683)
  • Fix bug when in some cases closing a tab would not clear the previous pane's contents (#684)
  • Fix bug where tabs would sometimes be created with the wrong index in their name (#686)
  • Fix bug where wide chars would mess up pane titles (#698)
  • Fix various borderless-frame in viewport bugs (#697)
  • Fix example configuration file (#693)
  • Fix various tab bar responsiveness issues (#703)
  • Allow plugins to run system commands (#666)
    • This has also added a temporary new permission flag that needs to be specified in the layout. This is a breaking change:
      ...
      plugin: strider
      ...
      has become:
      plugin:
        path: strider
      A plugin can be given command executing permission with:
      plugin:
        path: strider
        _allow_exec_host_cmd: true
  • Use the unicode width in tab-bar plugin, for tab names (#709)
  • Fix automated builds that make use of the setup subcommand (#711)
  • Add option to specify a tabs name in the tab layout file (#715)
  • Improve handling of empty valid yaml files (#716)
  • Add options subcommand to attach (#718)
  • Fix: do not pad empty pane frame title (#724)
  • Fix: Do not overflow empty lines when resizing panes (#725)

Don't miss a new zellij release

NewReleases is sending notifications on new releases.