Skip to content

Commit

Permalink
Merge pull request #11 from LyonSyonII/dev
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
LyonSyonII authored May 22, 2024
2 parents 5bc200c + e712f2d commit 2292a2c
Show file tree
Hide file tree
Showing 13 changed files with 1,008 additions and 345 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
flamegraph.svg
perf.data
perf.data.old
search_db.rs
callgrind.out.*
gecko_profile.json
main_*.rs.bak
benchmarks/*
.direnv/

!benchmarks/run
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

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

## [2.3.0]
## \[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](https://crates.io/crates/memchr).

## \[2.3.0]

### πŸš€ Features

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

## [2.2.0]
## \[2.2.0]

### πŸš€ Features

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

## [2.1.0]
## \[2.1.0]

### πŸš€ Features

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

## [2.0.0]
## \[2.0.0]
### Breaking changes
- Updated to clap 4.3.0.
- Changed `case_sensitive` flag from `-c` to `-C`.
Expand Down
Loading

0 comments on commit 2292a2c

Please sign in to comment.