Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: insomnimus/wh

v2.1.0

20 Apr 15:41
59a185a

Choose a tag to compare

v2.0.5

29 May 00:50

Choose a tag to compare

v2.0.5 (2023-05-29)

Bug Fixes

  • fixed globs printing more than one result with --all on non-windows

Chore

  • removed unused files

v2.0.4

29 Apr 01:04

Choose a tag to compare

v2.0.4 (2023-04-29)

Bug Fixes

  • non-windows: small mistake in the previous commit
  • non-windows: fixed shell function parsing

Chore

  • update readme instructions

v2.0.2

26 Apr 19:36

Choose a tag to compare

v2.0.2 (2023-04-26)

Continuous Integration

  • fix build issues
  • change gnu builds to musl where applicable

v2.0.1

26 Apr 15:23

Choose a tag to compare

v2.0.1 (2023-04-26)

Bug Fixes

  • implemented checking for root/admin to disable --show-tilde

Chore

  • update readme for 2.0.0

v2.0.0

26 Apr 01:04

Choose a tag to compare

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