Skip to content

Commit 2292a2c

Browse files
authored
Merge pull request #11 from LyonSyonII/dev
Release 2.4.0
2 parents 5bc200c + e712f2d commit 2292a2c

13 files changed

+1008
-345
lines changed

.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
flamegraph.svg
33
perf.data
44
perf.data.old
5-
search_db.rs
5+
callgrind.out.*
6+
gecko_profile.json
67
main_*.rs.bak
78
benchmarks/*
9+
.direnv/
10+
811
!benchmarks/run

CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [2.3.0]
5+
## \[2.4.0]
6+
7+
### 🚀 Features
8+
9+
- Add `--select` and `--multiselect` options for an interactive file select screen.
10+
- Useful for chaining `hunt` with other commands.
11+
- Remove implicit ignore list, as it affected performance globally for a very small gain in specific queries.
12+
- More optimized substring search with [memchr](https://crates.io/crates/memchr).
13+
14+
## \[2.3.0]
615

716
### 🚀 Features
817

918
- Multiple small optimizations for up to 25% performance improvement
1019
- Parallelism is now at directory level instead of file level
1120

12-
## [2.2.0]
21+
## \[2.2.0]
1322

1423
### 🚀 Features
1524

@@ -21,7 +30,7 @@ All notable changes to this project will be documented in this file.
2130
- [fix: fixed freeze when reading from current directory](https://github.com/LyonSyonII/hunt-rs/commit/f54de3d8963020d2c9266b380d09e736b7bb49f0)
2231
- [fix: Output is no longer highlighted when -s or -ss is provided](https://github.com/LyonSyonII/hunt-rs/commit/bf9aecbd7d6c49578232d19640ad9e99136a22ae)
2332

24-
## [2.1.0]
33+
## \[2.1.0]
2534

2635
### 🚀 Features
2736

@@ -33,7 +42,7 @@ All notable changes to this project will be documented in this file.
3342
- Avoid allocation in case of case_sensitivity
3443
- Fixed canonicalization
3544

36-
## [2.0.0]
45+
## \[2.0.0]
3746
### Breaking changes
3847
- Updated to clap 4.3.0.
3948
- Changed `case_sensitive` flag from `-c` to `-C`.

0 commit comments

Comments
 (0)