Releases: bootandy/dust
Releases Β· bootandy/dust
v1.1.1
v1.1.0
has out of date lock file and a performance degradation. Will release v1.1.1 shortly
v1.0.0
version: increment version
v0.9.0
Migrated to clap4. Command line flags must appear before arguments:
- Good: /dust -X debug target
- Bad: . /dust target -X debug
Bars on right by default (change with new Flag -B)
Add flag -S (for Custom Stack size) - incase dust crashes with memory allocation error.
Add flat -I (--ignore-all-in-file) - Ignore all regexs in this file.
Clearer errors on file not found.
v0.8.6
Increment version Request for security fix https://github.com/bootandy/dust/issues/324
v0.8.5
Increment version
v0.8.4
Increment version
v0.8.3
Fix: Only create large stack size if enough memory Small boxes do not have enough memory to create a large stack Conversely we want a large stack size for large boxes with a very highly nested directory structure. Version: New version
v0.8.2
Adds support for:
- Config file
- New parameter: --min-size
- New parameter: --skip-total
- Does not include a space character as the first character in each line unless required
- Fixes spurious permissions warning
- Adds completion
v0.8.1
New Version