Releases: zellij-org/zellij
Releases · zellij-org/zellij
Release v0.9.0
- Add more functionality to unbinding the default keybindings (#468)
- Terminal compatibility: fix support for CSI subparameters (#469)
- Move the sync command to tab mode (#412)
- Fix exit code of
dump-default-config
(#480) - Feature: Switch tabs using
Alt + h/l
in normal mode if there are no panes in the direction (#471) - Terminal Compatibility: various behaviour fixes (#486)
- Fix handling of
$HOME
config
directory, especially relevant for darwin systems (#487)
Release v0.8.0
Release v0.7.0
- Fix the tab '(Sync)' suffix in named tabs (#410)
- Improve performance when multiple panes are open (#318)
- Improve error reporting and tests of configuration (#423)
- Refactor install module to setup module (#431)
- Add theme support through xrdb (#239)
- Fix default keybindings in resize mode and add arrow parity in tab and scroll mode (#441)
- Terminal compatibility: pass vttest 2 and 3 (#447)
- Stabilize colors (#453)
Release v0.6.0
- Doesn't quit anymore on single
q
press while in tab mode (#342) - Completions are not assets anymore, but commands
option --generate-completion [shell]
(#369) - Fixes in the default configuration
default.yaml
file. Adds initial tmux-compat keybindingstmux.yaml
(#362) - Added the
get_plugin_ids()
query function to the plugin API (#392) - Implemented simple plugin timers via the
set_timeout()
call (#394) - Added more configuration locations, changed
ZELLIJ_CONFIG
toZELLIJ_CONFIG_FILE
(#391) - Improved keybind handling (#400)
- Added initial screen-compat keybinds
screen.yaml
(#399) - Added the ability to synchronize input sent to panes (#395)
- Terminal fix: pass vttest 1 (#408)
v0.5.1
This release includes some stabilizations, conveniences and UX improvements:
- Change config to flag (#300)
- Add ZELLIJ environment variable on startup (#305)
- Terminal fix: do not clear line if it's not there (#289)
- Do not allow opening new pane on the status bar (#314)
- Allow scrolling by full pages (#298)
- Reduce crate size by 4.8MB using
cargo diet
, to 77kB (#293) - Draw UI properly when instantiated as the default terminal command (#323)
- Resolve ambiguous pane movements by their activity history (#294)
v0.5.0-beta
fix(release): beta tag breaks cargo install
v0.1.0-alpha
initial release