You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π₯ 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