- Fix: Properly open new pane with CWD also when switching to a new tab (#729)
- Feature: Option to create a new session if attach fails (
zellij attach --create
) (#731) - Feature: Added the new
Visible
event, allowing plugins to detect if they are visible in the current tab (#717) - Feature: Plugins now have access to a data directory at
/data
– the working directory is now mounted at/host
instead of.
(#723) - Feature: Add ability to solely specify the tab name in the
tabs
section (#722) - Feature: Plugins can be configured and the groundwork for "Headless" plugins has been laid (#660)
- Automatically update
example/default.yaml
on release (#736) - Feature: allow mirroring sessions in multiple terminal windows (#740)
- Feature: display a message when the current pane is in full-screen (#450)
- Terminal compatibility: handle cursor movements outside scroll region (#746)
- Terminal compatibility: scroll lines into scrollback when clearing viewport (#747)