Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@wookietreiber wookietreiber released this 21 Aug 09:45
· 1 commit to main since this release
v0.5.0
b6f7885
  • change: count hard links only once for each point of interest (POI means each input/argument directory and for each directory discovered with --max-depth), old behavior / count many times with -l or --count-links as with du
  • change: all logging output moved behind the optional log cargo feature (non-default!) using the log and env_logger crates, the --debug flag has been removed, enable the feature and use e.g. RUST_LOG=debug (there aren't lots of debug/trace messages yet, we'll see what the future brings)
  • fix: --user and --group numeric user IDs are no longer checked with the user database, so you can still filter by inactive users/groups