all file type related filtering issues fixed

This commit is contained in:
sreedevk
2025-07-19 16:26:12 +00:00
parent f5d2d4e22c
commit 21f0eb3cb0
3 changed files with 171 additions and 56 deletions

View File

@@ -177,10 +177,10 @@ dust 'bench_artifacts'
- [ ] fix: partial hash collision - a file full of null bytes ("\0") and an empty file. This is a known trade off in gxhash.
- [ ] include initial pages and final pages of the file
- [ ] append the offset between the last initial page hashed and the first final page hashed in the content passed to the hasher.
- [ ] fix: --exclude-types and --types flag behave identically.
## v0.3.2
- [x] fix: single file groups are printed to screen
- [x] fix: --exclude-types and --types flag behave identically.
## v0.3.1
- [x] parallelization