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
Fixed a bunch of cancellation related bugs, the worst being that cancellation could deadlock the application if it occurred just before file extraction was about to take place.
Fixed progress bar flickering when starting on the next file
Now using SevenZipSharp library instead of calling the 7z.exe directly.
Due to using the library we can now display the extraction progress correctly file by file.
Note for 32 bit users
If this does not work on a machine you may need to replace the 7z.dll file with a 32bit 7z.dll file.
Fixes progress indicator to only factor in folders that have compressed files rather than all folders under the root directory.
Removes dependency on autofac.