v0.27.0
版本发布时间: 2022-03-31 20:43:28
zellij-org/zellij最新发布版本:v0.40.1(2024-05-02 15:16:06)
Important Notes
- Since we changed the key configuration, if you have a custom config you'll need to update it. As always, you can dump the default config and adjust it (after backing up your old config!) with:
zellij setup --dump-config > ~/.config/zellij/config.yaml
(for more details: https://zellij.dev/documentation/configuration.html) - We changed our STDIN parsing library - this means that more key combinations would work, but it also means that we unfortunately had to let go of the Alt + [] shortcuts for quick navigation. We do apologize for this and it was important to us to give an alternative (you can now use Alt + <Arrow Keys>). These never really worked well and caused a lot of issues. There was unfortunately no easy way around it.
Changelog
- Fix: feature
disable_automatic_asset_installation
(https://github.com/zellij-org/zellij/pull/1226) - Fix:
wasm_vm
usecache_dirs
for ephemeral plugin data (https://github.com/zellij-org/zellij/pull/1230) - Bump
nix
version to0.23.1
(https://github.com/zellij-org/zellij/pull/1234) - Refactor: move tiled_panes to their own module (https://github.com/zellij-org/zellij/pull/1239)
- Add: allow rounded frame corners to be selected in the config (https://github.com/zellij-org/zellij/pull/1227)
- Deps: move from termion to termwiz (https://github.com/zellij-org/zellij/pull/1249)
- Fix: resolve crash when opening tab and zellij tmp dir does not exist (https://github.com/zellij-org/zellij/pull/1256)
- Fix: Behave properly when embedding floating pane into a fullscreen tiled pane (https://github.com/zellij-org/zellij/pull/1267)
- Fix: various screen crashes in some edge cases (https://github.com/zellij-org/zellij/pull/1269)
- Feat: Add Alt+Arrows quick navigation (https://github.com/zellij-org/zellij/pull/1264)
- Fix: don't crash on bad intermediate tab state (https://github.com/zellij-org/zellij/pull/1272)
- Fix: resolve crash when closing panes on single core systems (https://github.com/zellij-org/zellij/pull/1051)
- Terminal Compatibility: Behave properly when ansi scrolling down with an undefined scroll region (https://github.com/zellij-org/zellij/pull/1279)
- Fix: properly render selection when background color of characters is not set (https://github.com/zellij-org/zellij/pull/1250)
- Terminal Compatibility: revert previous incorrect change to csi erase display (https://github.com/zellij-org/zellij/pull/1283)
All Changes
- fix(feat):
disable_automatic_asset_installation
by @a-kenji in https://github.com/zellij-org/zellij/pull/1226 - fix(wasm_vm): use
cache_dirs
for ephemeral plugin data by @a-kenji in https://github.com/zellij-org/zellij/pull/1230 - chore: bump
nix
version to 0.23.1 by @jaeheonji in https://github.com/zellij-org/zellij/pull/1234 - add(ci): install
cargo-make
throughnix
by @a-kenji in https://github.com/zellij-org/zellij/pull/1233 - Feat/add rust toolchain by @a-kenji in https://github.com/zellij-org/zellij/pull/1235
- [Update] rust-toolchain by @github-actions in https://github.com/zellij-org/zellij/pull/1236
- refactor(tab): move tiled panes to their own module by @imsnif in https://github.com/zellij-org/zellij/pull/1239
- flake.lock: Update by @github-actions in https://github.com/zellij-org/zellij/pull/1243
- add(ci): toolchain by @a-kenji in https://github.com/zellij-org/zellij/pull/1245
- fix: remove obsolete script by @a-kenji in https://github.com/zellij-org/zellij/pull/1247
- fix(ci): scope nix workflows by @a-kenji in https://github.com/zellij-org/zellij/pull/1248
- fix: cargo issue by @a-kenji in https://github.com/zellij-org/zellij/pull/1253
- feat(ui): round frame corners by @TheLostLambda in https://github.com/zellij-org/zellij/pull/1227
- Move from termion to termwiz for STDIN handling by @imsnif in https://github.com/zellij-org/zellij/pull/1249
- fix(crash): ensure ZELLIJ_TMP_DIR exists when starting plugins by @tlinford in https://github.com/zellij-org/zellij/pull/1256
- fix(tab): do not crash when only floating panes are left by @imsnif in https://github.com/zellij-org/zellij/pull/1266
- fix(tab): floating panes embed/fullscreen and frame color by @imsnif in https://github.com/zellij-org/zellij/pull/1267
- fix(screen): handle various edge cases rather than crashing by @imsnif in https://github.com/zellij-org/zellij/pull/1269
- Add navigation with alt + arrow keys by @imsnif in https://github.com/zellij-org/zellij/pull/1264
- Fix crash in intermediate no-tabs state by @imsnif in https://github.com/zellij-org/zellij/pull/1272
- fix: catch and report errors about tty I/O (#882) by @raphCode in https://github.com/zellij-org/zellij/pull/1051
- flake.lock: Update by @a-kenji in https://github.com/zellij-org/zellij/pull/1275
- build(deps): bump log from 0.4.14 to 0.4.16 by @dependabot in https://github.com/zellij-org/zellij/pull/1278
- fix(compatibility): ansi scroll down by @imsnif in https://github.com/zellij-org/zellij/pull/1279
- build(deps): bump actions/cache from 2 to 3 by @dependabot in https://github.com/zellij-org/zellij/pull/1277
- fix(ui): add missing closing > by @imsnif in https://github.com/zellij-org/zellij/pull/1280
- fix selection rendering of unstyled characters by @tlinford in https://github.com/zellij-org/zellij/pull/1250
- fix(compatibility): revert change in csi erase in display handling by @tlinford in https://github.com/zellij-org/zellij/pull/1283
- fix(compatibility): don't crash on invalid state when padding line by @imsnif in https://github.com/zellij-org/zellij/pull/1285
New Contributors
- @raphCode made their first contribution in https://github.com/zellij-org/zellij/pull/1051
Full Changelog: https://github.com/zellij-org/zellij/compare/v0.26.1...v0.27.0
1、 zellij-aarch64-apple-darwin.tar.gz 4.11MB
2、 zellij-aarch64-unknown-linux-musl.tar.gz 4.3MB
3、 zellij-x86_64-apple-darwin.tar.gz 4.46MB
4、 zellij-x86_64-unknown-linux-musl.tar.gz 4.65MB