Releases: insomnimus/wh
Releases · insomnimus/wh
v2.1.0
Full Changelog: v2.0.5...v2.1.0
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v2.0.0
v2.0.0 (2023-04-26)
Continuous Integration
- fix aarch64 targets not building
- fix cross builds failing
- fix release action
Features
- 2.0 reimplemented for better performance and compatibility with which
- added PATHEXT support to non-windows as well
Chore
- updated license to 2022
- update to stable clap
Bug Fixes
- -X flag not applying
- argument parsing
- fixed an issue where if the name contained no extension, the file couldn't be found
- incorrectly reporting not found with multiple arguments
- made command follow symlinks
- build constrainted a windows specific func
- removed unused dependency from toml
- changed --all being set when a glob pattern is given
Code Refactoring
- moved one check to earlier in the code
- changed -E flag to -X
- rewrote entire app
- removed unnecessary .metadata() calls
- applied clippy lints