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