Releases: LyonSyonII/hunt-rs
Releases ยท LyonSyonII/hunt-rs
v3.0.0
Release Notes
๐ Features - Breaking Changes
--ignore
can now skip files/directories with a specific name, instead of just paths.
- Breaking change, semantics are not the same as previous version, though it shouldn't affect much.
- Addresses #12.
๐ Bug Fixes
--ignore
now has the exact same behaviour regardless of the --canonicalize
flag.
Install hunt 3.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v3.0.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v3.0.0/hunt-installer.ps1 | iex
Download hunt 3.0.0
v2.4.0
Release Notes
๐ Features
- Add
--select
and --multiselect
options for an interactive file select screen.
- Useful for chaining
hunt
with other commands.
- Remove implicit ignore list, as it affected performance globally for a very small gain in specific queries.
- More optimized substring search with memchr.
Install hunt 2.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.4.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.4.0/hunt-installer.ps1 | iex
Download hunt 2.4.0
2.3.0
Release Notes
๐ Features
- Multiple small optimizations for up to 25% performance improvement
- Parallelism is now at directory level instead of file level
Install hunt 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.3.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.3.0/hunt-installer.ps1 | iex
Download hunt 2.3.0
2.2.0
Release Notes
๐ Features
๐ Bug Fixes
Install hunt 2.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.2.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.2.0/hunt-installer.ps1 | iex
Download hunt 2.2.0
2.1.0
Release Notes
๐ Features
- Changed
sort_unstable
to sort
for up to 20% performance improvement
- Re-added color to --help output
๐ Bug Fixes
- Avoid allocation in case of case_sensitivity
- Fixed canonicalization
Install hunt 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.1.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.1.0/hunt-installer.ps1 | iex
Download hunt 2.1.0