Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@marcospb19 marcospb19 released this 05 Oct 18:13
· 9 commits to master since this release

Thanks to everyone who contributed to this release!

Changed

  • Support multiple projects as input via CLI #101
  • Make -r/--recursive traverse beyond Cargo directories #78
  • Add long --verbose and --recursive flags #73
  • Display the total cleaned amount when sweeping multiple projects #45
  • No longer give a hard error when a custom toolchain gives an error #67
  • Allow --maxsize to accept byte-unit sizes #114
  • Reduce non-verbose output to make it less noisy #81
  • Refactor and add -m as a short flag for --maxsize #87
  • Only show toolchain list once when using --installed #88
  • Add a TRACE log level enabled by two --verbose flags #113
  • Tell user when --recursive is busy traversing directories #120
  • Don't print colors when stdout is not a terminal #69

Fixed

  • When rustc fails, show stderr if stdout is empty #63
  • Fix invisible output in white-themed terminals #103
  • Fix --toolchains not validating the provided toolchains #115
  • Exit with non-zero status on failure #72
  • Keep stamp file on dry run #100
  • Kibibytes are now printed as KiB, not kiB #69