File hunt-rs.changes of Package hunt-rs
-------------------------------------------------------------------
Thu Nov 14 02:57:51 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 3.0.0:
* Features:
- --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
* Bug Fixes:
- --ignore now has the exact same behaviour regardless
of the --canonicalize flag.
-------------------------------------------------------------------
Wed May 22 17:08:43 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.4.0:
* 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.
-------------------------------------------------------------------
Fri Mar 15 03:31:56 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.3.0:
* Features:
- Multiple small optimizations for up to 25% performance
improvement.
Parallelism is now at directory level instead of file level.
-------------------------------------------------------------------
Thu Mar 7 10:46:05 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.2.0:
* Features:
- Use crossbeam_channel for up to 90% performance improvement.
- feat: use ignore hidden detection implementation for correctness.
* Bug Fixes:
- fix: fixed freeze when reading from current directory.
- fix: Output is no longer highlighted when -s or -ss is provided.
-------------------------------------------------------------------
Thu Feb 22 03:03:19 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.1.0:
* 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.
-------------------------------------------------------------------
Tue Jul 19 16:07:09 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
- Initial package.