### Version 385a630d0ecf81344d91266d6552030387bdca0d (main branch) ### Description When compressing or decompressing Zip archives, the progress bar does not update some progress details. ``` ouch compress ~/.cache output.zip ``` ### Current Behavior Progress bar end stuck at `0B/ (0B/s, 0s)` ### Expected Behavior The progress bar should update size, throughput and time waited. ### Additional Information _No response_