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