MyGit

v0.34.3

zellij-org/zellij

版本发布时间: 2022-12-09 19:17:23

zellij-org/zellij最新发布版本:v0.40.0(2024-04-16 15:29:08)

This is mostly a stability, performance and bug fix release, but also includes some nice additional features.

Main Changes

  1. Performance: both loading and rendering are significantly faster now and take less HW resources
  2. Loading screen: Zellij now has a minor loading screen (0.5 seconds) before it starts. This is so that input from STDIN will not be lost while Zellij queries the user's terminal emulator for pixel/cell ratio and the default colors
  3. We now fall back to /bin/sh if we can't find a $SHELL variable
  4. Users can now directionally decrease pane size and not just increase it - by default these are bound to HJKL (uppercase letter) in resize mode, but can be bound like anything to other keys.
  5. Lots of stability and bug fixes

Breaking Changes (mainly for plugin authors)

  1. If plugins exceed their scrollback, the lines will be deleted from the top and not the bottom as they were until now - this is to make the behaviour more consistent with "actual" terminals (lines are pushed into the scrollback rather than cut from below). Probably the most significant change here is that if you did \n at the last line of the plugin, you'll need to remove, otherwise you'll get an empty line at the end of the plugin pane.
  2. Whenever plugins (re-)render, they should completely re-render themselves without considering the previous cursor position or artifacts on screen
  3. The plugin update function now needs to return a bool value (0/1 in non-zellij-tile world), indicating whether the plugin needs to be rendered or not. This is significant because previously plugins who subscribed to the KeyPress event would render themselves on every keypress, regardless of whether anything changed. To make everything work, plugin authors can just always return true. To be a little smarter about it though, feel free to take a look at the Zellij default-plugins - who all return conditionally here.

For a full list of changes, please see: https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md#0343---2022-12-09

相关地址:原始地址 下载(tar) 下载(zip)

1、 zellij-aarch64-apple-darwin.sha256sum 73B

2、 zellij-aarch64-apple-darwin.tar.gz 5.39MB

3、 zellij-aarch64-unknown-linux-musl.sha256sum 73B

4、 zellij-aarch64-unknown-linux-musl.tar.gz 5.54MB

5、 zellij-x86_64-apple-darwin.sha256sum 73B

6、 zellij-x86_64-apple-darwin.tar.gz 5.7MB

7、 zellij-x86_64-unknown-linux-musl.sha256sum 73B

8、 zellij-x86_64-unknown-linux-musl.tar.gz 6.09MB

查看:2022-12-09发行的版本