Z

Zellij

Z
Zellij Dev Tools v0.44.3

Release v0.44.3

This is a small patch release set out to fix some issues introduced by our host query forwarding system. Issues such as STDIN stalling, popup panes being blocked and mouse+key movement producing control characters should be fixed. Full Changelog: v0.44.2...v0.44.3 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. Z…

Z
Zellij Dev Tools v0.44.2

Release v0.44.2

This is a small patch release to fix some issues found recently in 0.44, as well as some minor long standing annoyances. The only major feature introduced in this patch is support for CSI 2031: automatically switching between dark/light theme (assuming the terminal emulator itself supports it), as well as forwarding these instructions to the apps running inside Zellij. With this change, comes the…

Z
Zellij Dev Tools v0.44.1

Release v0.44.1

This is mostly a patch release to fix issues discovered in 0.44.0 Some fixed highlights: Fixed the performance regression when switching tabs Properly report OSC52 support in DA1 which will help applications such as neovim discover Zellij's clipboard support Codex scrolling bug: We have accepted a mitigation for an issue where users of Codex would not see scrollback inside Zellij. This was happeni…

Z
Zellij Dev Tools v0.44.0

Release v0.44.0

This is a large release including many new features, some of which long requested, as well as countless fixes, infrastructure overhauls and much more. I would like to thank everyone for their patience with this long awaited version being released. I hope you will agree it was worth the wait. Following is a non-exhaustive list of some major and significant changes: Native Windows Support Zellij now…

Z
Zellij Dev Tools v0.43.1

Release v0.43.1

This is a patch release to fix minor bugs and usability issues discovered in the recently released 0.43.0. What's Changed fix: pane rename backspace regression by @imsnif (#4346) fix: Zellij Web login issue with safari by @imsnif (#4345) fix: terminal title regression by @imsnif (#4352) fix: resurrection listing regression by @imsnif (#4354) fix: tooltip keybinding backgrounds by @imsnif (#4356) f…

Z
Zellij Dev Tools v0.43.0

Release v0.43.0

join the discussion: https://github.com/zellij-org/zellij/discussions/4340 Web Client This release includes the long promised web-client, allowing Zellij users to start up a built-in web server in order to share their existing terminal sessions in the browser, start new ones or resurrect exited ones. The web-client includes built-in security measures such as enforced authentication and HTTPS. More…

Z
Zellij Dev Tools v0.42.2

Release v0.42.2

This patch release is mainly intended to address a breaking change in the Rust compiler that caused compilation to fail with --locked starting from Rust version 1.86. (Thanks @tranzystorekk for bringing this to our attention and for the quick fix!) This patch also includes some terminal rendering performance improvements - namely consolidating some renders and thus reducing the occasional text fli…

Z
Zellij Dev Tools v0.42.1

Release v0.42.1

This is a patch release to fix an issue with Windows Terminal (and associated terminals on windows presumably going through the win conpty) mishandling of mouse any-event motions that caused flickering and other odd behavior in Zellij. While this is not a bug on our side, we mitigated it with the help of our STDIN parsing library termwiz. More details here. Special thanks to @zeevro who did the tr…

Z
Zellij Dev Tools v0.42.0

Release v0.42.0

This version brings multiplexing to the next level with new user-facing features. It also includes a brand new theme definition spec and some more goodies. Read all about it in the official release post. Stacked Resize This version of Zellij introduces an innovative new way of managing multiple panes. When resizing panes, Zellij will attempt to stack them with their neighbors - giving us more spac…

Z
Zellij Dev Tools v0.41.2

Release v0.41.2

0.41.2 This is a patch release which fixes some regressions from 0.41 and general bugs that happened to be fixed along the way. Some dependencies were also vendored (or had a vendored toggle added) to facilitate packaging. A notable addition is that plugins now have access to a /cache folder which maps to an entry unique to their loaded URL in the Zellij cache folder. What's Changed fix(input): ke…