Releases: laurencee/SubFolderExtractor
Releases · laurencee/SubFolderExtractor
1.3
Updated 7z.dll to 15.06 beta - this has better support for newer rar formats
1.2.2
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
1.2.1
Minor bug fix to logging the root folder the extraction process starts from.
1.2
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.
1.1
Fixes progress indicator to only factor in folders that have compressed files rather than all folders under the root directory.
Removes dependency on autofac.
Initial release
Includes 7zip command line executable in the release.