Skip to content

Releases: bootandy/dust

v1.1.1

17 Jul 18:38
Compare
Choose a tag to compare
docs: update release procedure

Previously I accidentally tagged a release before building it leading
to an out of date Cargo.lock file.

v1.1.0

16 Jul 21:05
Compare
Choose a tag to compare

has out of date lock file and a performance degradation. Will release v1.1.1 shortly

v1.0.0

25 Mar 22:44
Compare
Choose a tag to compare
version: increment version

v0.9.0

09 Jan 23:07
Compare
Choose a tag to compare

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

05 May 19:59
Compare
Choose a tag to compare
Increment version

Request for security fix
https://github.com/bootandy/dust/issues/324

v0.8.5

14 Mar 08:28
Compare
Choose a tag to compare
Increment version

v0.8.4

29 Jan 10:31
Compare
Choose a tag to compare
Increment version

v0.8.3

31 Aug 20:21
Compare
Choose a tag to compare
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

23 Aug 11:31
Compare
Choose a tag to compare

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

14 Jul 07:58
Compare
Choose a tag to compare
New Version