Skip to content

Version 0.6.2

Latest
Compare
Choose a tag to compare
@dnlmlr dnlmlr released this 25 Dec 18:25
  • πŸ”₯ Added detailed scan overview when using --verbose. This now shows the currently scanned directories for each thread. Note that this is currently not in any order due to the nature of the threadpool, but it can still help to potentially detect issues
  • πŸ”₯ Added --depth parameter to specify the maximum scan depth, making scans potentially much faster if the project structures are known
  • πŸͺ› Fixed infinite loop during target size calculation caused by following looping symlinks. The size scan now no longer follows symlinks
  • πŸͺ› Fixed panic when using ctrl+c during yes/no prompt
  • πŸͺ› Fixed error log messages not showing correctly due to interference with the progress bars