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

latest releases: v0.40.1, v0.40.0, v0.39.2...
2 years ago

Important Notes

  1. Since we changed the key configuration, if you have a custom config you'll need to update it. As always, you can dump the default config and adjust it (after backing up your old config!) with: zellij setup --dump-config > ~/.config/zellij/config.yaml (for more details: https://zellij.dev/documentation/configuration.html)
  2. We changed our STDIN parsing library - this means that more key combinations would work, but it also means that we unfortunately had to let go of the Alt + [] shortcuts for quick navigation. We do apologize for this and it was important to us to give an alternative (you can now use Alt + ). These never really worked well and caused a lot of issues. There was unfortunately no easy way around it.

Changelog

  • Fix: feature disable_automatic_asset_installation (#1226)
  • Fix: wasm_vm use cache_dirs for ephemeral plugin data (#1230)
  • Bump nix version to 0.23.1 (#1234)
  • Refactor: move tiled_panes to their own module (#1239)
  • Add: allow rounded frame corners to be selected in the config (#1227)
  • Deps: move from termion to termwiz (#1249)
  • Fix: resolve crash when opening tab and zellij tmp dir does not exist (#1256)
  • Fix: Behave properly when embedding floating pane into a fullscreen tiled pane (#1267)
  • Fix: various screen crashes in some edge cases (#1269)
  • Feat: Add Alt+Arrows quick navigation (#1264)
  • Fix: don't crash on bad intermediate tab state (#1272)
  • Fix: resolve crash when closing panes on single core systems (#1051)
  • Terminal Compatibility: Behave properly when ansi scrolling down with an undefined scroll region (#1279)
  • Fix: properly render selection when background color of characters is not set (#1250)
  • Terminal Compatibility: revert previous incorrect change to csi erase display (#1283)

All Changes

New Contributors

Full Changelog: v0.26.1...v0.27.0

Don't miss a new zellij release

NewReleases is sending notifications on new releases.