Zellij v0.45.1

v0.45.1

Release v0.45.1

Added 3
  • Add scroll_mode_sync configuration option to opt-out of mouse scrolling entering scroll mode
  • Add explicit_theme_hue configuration option to set a light or dark theme when the system theme is unknown
  • Support starting a new session in the foreground or background with a specific running command using zellij attach -c or zellij attach -b
Fixed 3
  • Nested session detection now works over SSH without having to forward environment variables
  • Fixed notification parsing issues with OSC9 that caused excess notifications in some cases
  • Fixed kitty image protocol issues with clearing on stacked panes and not working until first resize

From Zellij

This is a small patch release (mostly) set to address some issues discovered in the latest 0.45.0.

Notable changes
  1. The nested session detection now works over SSH without having to forward environment variables
  2. It's now possible to opt-out of the newly introduced behavior, where scrolling with the mouse inside a pane enters scroll mode. To do so, add scroll_mode_sync false to the configuration.
  3. It's now possible to set an explicit theme hue in the config (i.e. dark or light) that will be used if the system doesn't know which theme we're in. To do so, add explicit_theme_hue light # or dark to the config.
  4. New feature: it's now possible to start a new session in the foreground or background with a specific running command instead of the default terminal. zellij attach -c foo -- htop for foreground zellij attach -b foo --htop for background.
  5. Some issues fixed with notification parsing specifically regarding OSC9 which overloaded the existing OSC99 notification spec (this manifested for some users as excess notifications when saving a file in nvim for example)
  6. Fixed some issues with the kitty image protocol clearing on stacked panes and not working until first resize

Full Changelog: https://github.com/zellij-org/zellij/compare/v0.45.0...v0.45.1

Please Support the Zellij Developer ❤️

Zellij is a labor of love and is provided free and open-source to anyone who wishes to use it.

Zellij will never display ads or collect your data.

To help sustain the project, please consider a recurring donation so that the developer can pay their bills: https://github.com/sponsors/imsnif

View original

Upgraded? How did it go?

Discussion