v0.10.0
What's Changed
Features
- Support CTRL-H, same as Backspace by @yykamei in #1053
- Update the Ord impl for
MatchedPath
by @yykamei in #1063 - Support Ctrl-R to reload the file tree by @yykamei in #1085
Dependencies
- Bump libc from 0.2.156 to 0.2.157 by @dependabot in #1050
- Bump syn from 2.0.74 to 2.0.75 by @dependabot in #1051
- Bump libc from 0.2.157 to 0.2.158 by @dependabot in #1052
- Bump quote from 1.0.36 to 1.0.37 by @dependabot in #1054
- Bump libz-sys from 1.1.19 to 1.1.20 by @dependabot in #1055
- Bump fastrand from 2.1.0 to 2.1.1 by @dependabot in #1057
- Bump syn from 2.0.75 to 2.0.76 by @dependabot in #1056
- Bump cc from 1.1.13 to 1.1.14 by @dependabot in #1058
- Bump cc from 1.1.14 to 1.1.15 by @dependabot in #1060
- Bump rustix from 0.38.34 to 0.38.35 by @dependabot in #1062
- Bump syn from 2.0.76 to 2.0.77 by @dependabot in #1064
- Bump wayland-client from 0.31.5 to 0.31.6 by @dependabot in #1065
- Bump cc from 1.1.15 to 1.1.16 by @dependabot in #1069
- Bump wayland-protocols from 0.32.3 to 0.32.4 by @dependabot in #1070
- Bump wayland-cursor from 0.31.5 to 0.31.6 by @dependabot in #1072
- Bump rustix from 0.38.35 to 0.38.36 by @dependabot in #1071
- Bump wayland-protocols-wlr from 0.3.3 to 0.3.4 by @dependabot in #1074
- Bump cc from 1.1.16 to 1.1.18 by @dependabot in #1073
- Bump unicode-ident from 1.0.12 to 1.0.13 by @dependabot in #1075
- Bump redox_syscall from 0.5.3 to 0.5.4 by @dependabot in #1077
- Bump rustix from 0.38.36 to 0.38.37 by @dependabot in #1076
- Bump once_cell from 1.19.0 to 1.20.0 by @dependabot in #1082
- Bump memmap2 from 0.9.4 to 0.9.5 by @dependabot in #1080
- Bump unicode-segmentation from 1.11.0 to 1.12.0 by @dependabot in #1078
- Bump pretty_assertions from 1.4.0 to 1.4.1 by @dependabot in #1081
- Bump cc from 1.1.18 to 1.1.19 by @dependabot in #1079
- Bump unicode-normalization from 0.1.23 to 0.1.24 by @dependabot in #1083
- Bump cc from 1.1.19 to 1.1.20 by @dependabot in #1084
- Bump cc from 1.1.20 to 1.1.21 by @dependabot in #1086
- Bump quick-xml from 0.36.1 to 0.36.2 by @dependabot in #1089
- Bump thiserror from 1.0.63 to 1.0.64 by @dependabot in #1088
- Bump pkg-config from 0.3.30 to 0.3.31 by @dependabot in #1090
- Bump redox_syscall from 0.5.4 to 0.5.5 by @dependabot in #1091
- Bump redox_syscall from 0.5.5 to 0.5.6 by @dependabot in #1093
- Bump libc from 0.2.158 to 0.2.159 by @dependabot in #1092
- Bump autocfg from 1.3.0 to 1.4.0 by @dependabot in #1094
- Bump once_cell from 1.20.0 to 1.20.1 by @dependabot in #1098
- Bump syn from 2.0.77 to 2.0.79 by @dependabot in #1097
- Bump redox_syscall from 0.5.6 to 0.5.7 by @dependabot in #1100
- Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #1096
- Bump unicode-bidi from 0.3.15 to 0.3.17 by @dependabot in #1102
- Bump cc from 1.1.21 to 1.1.24 by @dependabot in #1101
- Bump once_cell from 1.20.1 to 1.20.2 by @dependabot in #1103
- Bump proc-macro2 from 1.0.86 to 1.0.87 by @dependabot in #1105
- Bump cc from 1.1.24 to 1.1.28 by @dependabot in #1104
- Bump cc from 1.1.28 to 1.1.30 by @dependabot in #1106
- Bump x11-clipboard from 0.9.2 to 0.9.3 by @dependabot in #1108
- Bump proc-macro2 from 1.0.87 to 1.0.88 by @dependabot in #1107
- Bump libc from 0.2.159 to 0.2.161 by @dependabot in #1109
- Bump cc from 1.1.30 to 1.1.31 by @dependabot in #1110
- Bump syn from 2.0.79 to 2.0.82 by @dependabot in #1111
- Bump unicode-width from 0.1.13 to 0.2.0 by @dependabot in #1087
Other changes
- Add Tree to store all tree files in memory by @yykamei in #1059
- Use Tree in Screen and Candidates by @yykamei in #1061
Full Changelog: v0.9.0...v0.10.0