v0.26.0
版本发布时间: 2022-03-11 22:47:04
zellij-org/zellij最新发布版本:v0.40.1(2024-05-02 15:16:06)
What's Changed
- fix: invalid assignment of
client_id
by @jaeheonji in https://github.com/zellij-org/zellij/pull/1052 - Replace unnecessary
assert_eq!
withassert!
by @ken-matsui in https://github.com/zellij-org/zellij/pull/1079 - Simplify unnecessary
return
statements by @ken-matsui in https://github.com/zellij-org/zellij/pull/1080 - add(conf): add action to send
^b
by @a-kenji in https://github.com/zellij-org/zellij/pull/1106 - Remove unnecessary
continue
by @ken-matsui in https://github.com/zellij-org/zellij/pull/1077 - add: a few extra tmux binding keys by @casonadams in https://github.com/zellij-org/zellij/pull/1098
- Replace
sort_by
withsort_by_key
by @ken-matsui in https://github.com/zellij-org/zellij/pull/1089 - fix(docs): replace the list with a table that is more readable rather than strikethrough by @ken-matsui in https://github.com/zellij-org/zellij/pull/1088
- Remove redundant
.clone()
calls by @ken-matsui in https://github.com/zellij-org/zellij/pull/1085 - Remove unnecessary borrow operators by @ken-matsui in https://github.com/zellij-org/zellij/pull/1084
- Ensure Title doesn't overrun by @tfgast in https://github.com/zellij-org/zellij/pull/1094
- Simplify
find(..).is_some()
toany(..)
and use+=
instead by @ken-matsui in https://github.com/zellij-org/zellij/pull/1081 - Simplify the conversion from
bool
toi32
by @ken-matsui in https://github.com/zellij-org/zellij/pull/1075 - Fix a grammatical error in
CONTRIBUTING.md
by @ken-matsui in https://github.com/zellij-org/zellij/pull/1070 - fix(input): handle discontiguous STDIN input by @imsnif in https://github.com/zellij-org/zellij/pull/1119
- fix(compatibility): properly clear pane before switching to alternate screen by @imsnif in https://github.com/zellij-org/zellij/pull/1120
- Use the
clippy-check
action by @ken-matsui in https://github.com/zellij-org/zellij/pull/1122 - fix(docs): add information about clippy lints by @ken-matsui in https://github.com/zellij-org/zellij/pull/1126
- Bump
suggestion
version to the latest by @ken-matsui in https://github.com/zellij-org/zellij/pull/1124 - fix(docs): add a link to release page for roadmap by @ken-matsui in https://github.com/zellij-org/zellij/pull/1123
- add tmux ctrl+b d shortcut for detach by @casonadams in https://github.com/zellij-org/zellij/pull/1116
- init: nix support by @a-kenji in https://github.com/zellij-org/zellij/pull/1131
- ci(add): update flake lock action by @a-kenji in https://github.com/zellij-org/zellij/pull/1135
- fix: gitignore by @a-kenji in https://github.com/zellij-org/zellij/pull/1136
- docs(add):
podman
as alternative todocker
by @a-kenji in https://github.com/zellij-org/zellij/pull/1137 - Fix unused code warnings by @orhun in https://github.com/zellij-org/zellij/pull/1087
- feat: add
cargo-binstall
method by @jaeheonji in https://github.com/zellij-org/zellij/pull/1129 - flake.lock: Update by @github-actions in https://github.com/zellij-org/zellij/pull/1138
- Fix nix by @a-kenji in https://github.com/zellij-org/zellij/pull/1140
- Init nix ci by @a-kenji in https://github.com/zellij-org/zellij/pull/1141
- fix(compatibilty): do not use current cursor style in csi erase display by @tlinford in https://github.com/zellij-org/zellij/pull/1142
- fix(tests): ensure e2e tests use updated plugins by @tlinford in https://github.com/zellij-org/zellij/pull/1047
- Fix nix darwin by @a-kenji in https://github.com/zellij-org/zellij/pull/1143
- Improve gitignore by @a-kenji in https://github.com/zellij-org/zellij/pull/1144
- chore(deps): bump DeterminateSystems/update-flake-lock from 6 to 8 by @dependabot in https://github.com/zellij-org/zellij/pull/1147
- Nix add man by @a-kenji in https://github.com/zellij-org/zellij/pull/1148
- fix: Allow terminal title passthrough even when not drawing pane frames. by @KerfuffleV2 in https://github.com/zellij-org/zellij/pull/1113
- docs(readme): move install docs to docs by @a-kenji in https://github.com/zellij-org/zellij/pull/1150
- fix: typo in error message by @a-kenji in https://github.com/zellij-org/zellij/pull/1151
- add: set
env
var's from config and layout by @a-kenji in https://github.com/zellij-org/zellij/pull/1154 - add: editorconfig by @a-kenji in https://github.com/zellij-org/zellij/pull/1156
- add(nix): add binary cache
zellij
by @a-kenji in https://github.com/zellij-org/zellij/pull/1157 - fix(nix): remove
jq
by @a-kenji in https://github.com/zellij-org/zellij/pull/1158 - fix(layout): allow lowercase keys and values by @a-kenji in https://github.com/zellij-org/zellij/pull/1160
- add(nix): add
cargo-insta
by @a-kenji in https://github.com/zellij-org/zellij/pull/1162 - add: limited set of
crates
to dependabot by @a-kenji in https://github.com/zellij-org/zellij/pull/1163 - chore(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/zellij-org/zellij/pull/1164
- docs: add installation instructions for Void Linux by @tranzystorek-io in https://github.com/zellij-org/zellij/pull/1165
- fix(nix): add
example
to exclude by @a-kenji in https://github.com/zellij-org/zellij/pull/1168 - fix(cargo.toml): remove reduntant
resolver
key by @a-kenji in https://github.com/zellij-org/zellij/pull/1170 - docs(contributing): add a small
nix
section by @a-kenji in https://github.com/zellij-org/zellij/pull/1172 - docs(contributing): add a small
nix
section by @a-kenji in https://github.com/zellij-org/zellij/pull/1173 - fix(cli):
list-sessions
stderr on fail by @a-kenji in https://github.com/zellij-org/zellij/pull/1174 - add(comp): dynamic completions for fish by @a-kenji in https://github.com/zellij-org/zellij/pull/1176
- fix(comp): typo and add new option by @a-kenji in https://github.com/zellij-org/zellij/pull/1178
- add(readme): matrix logo to the badge by @a-kenji in https://github.com/zellij-org/zellij/pull/1179
- fix(readme): switch badges and gif by @a-kenji in https://github.com/zellij-org/zellij/pull/1180
- add(nix): add crate2nix by @a-kenji in https://github.com/zellij-org/zellij/pull/1181
- fix(comp): typo in long option '--generate-completion' for fish by @FollieHiyuki in https://github.com/zellij-org/zellij/pull/1183
- refactor(tab): simplify logic for scrolling active pane by @tlinford in https://github.com/zellij-org/zellij/pull/1184
- Improve: more explicit detach instruction by @jaeheonji in https://github.com/zellij-org/zellij/pull/1161
- fix(floating-panes): update tooltip after hiding floating panes with mouse by @tlinford in https://github.com/zellij-org/zellij/pull/1186
- fix(ci): give clearer names by @a-kenji in https://github.com/zellij-org/zellij/pull/1187
- refactor(tab): simplify mouse hold and release by @tlinford in https://github.com/zellij-org/zellij/pull/1185
- build(nix): apply overrrides correctly by @a-kenji in https://github.com/zellij-org/zellij/pull/1194
- fix(compatibility): replace wide characters under cursor properly by @imsnif in https://github.com/zellij-org/zellij/pull/1196
- fix(compatibility): home and end in cursor keys mode by @tlinford in https://github.com/zellij-org/zellij/pull/1190
- feature(mouse): forward mouse events by @tlinford in https://github.com/zellij-org/zellij/pull/1191
- build(nix): apply overlay for crate2nix by @a-kenji in https://github.com/zellij-org/zellij/pull/1198
- add(nix): lorri integration by @a-kenji in https://github.com/zellij-org/zellij/pull/1200
- add(nix): treefmt / alejandra by @a-kenji in https://github.com/zellij-org/zellij/pull/1201
- fix(config): allow POSIX style
--config
override by @a-kenji in https://github.com/zellij-org/zellij/pull/1205
New Contributors
- @casonadams made their first contribution in https://github.com/zellij-org/zellij/pull/1098
- @tfgast made their first contribution in https://github.com/zellij-org/zellij/pull/1094
- @orhun made their first contribution in https://github.com/zellij-org/zellij/pull/1087
- @github-actions made their first contribution in https://github.com/zellij-org/zellij/pull/1138
- @KerfuffleV2 made their first contribution in https://github.com/zellij-org/zellij/pull/1113
- @FollieHiyuki made their first contribution in https://github.com/zellij-org/zellij/pull/1183
Full Changelog: https://github.com/zellij-org/zellij/compare/v0.25.0...v0.26.0
1、 zellij-aarch64-apple-darwin.tar.gz 3.91MB
2、 zellij-aarch64-unknown-linux-musl.tar.gz 4.1MB
3、 zellij-x86_64-apple-darwin.tar.gz 4.25MB
4、 zellij-x86_64-unknown-linux-musl.tar.gz 4.43MB