Skip to content

Commit

Permalink
update local
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Mar 7, 2024
2 parents 8d83114 + 5f76b54 commit 363c662
Show file tree
Hide file tree
Showing 13 changed files with 684 additions and 333 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ flamegraph.svg
perf.data
perf.data.old
search_db.rs
main_*.rs.bak
main_*.rs.bak
benchmarks/*
!benchmarks/run
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [2.2.0]

### 🚀 Features

- Use `crossbeam_channel` for up to 90% performance improvement
- [feat: use ignore hidden detection implementation for correctness](https://github.com/LyonSyonII/hunt-rs/commit/dff0be53c6a2c0d1e4002c51900225d5be8892e7)

### 🐛 Bug Fixes

- [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]

### 🚀 Features
Expand Down
177 changes: 77 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 363c662

Please sign in to comment.