Skip to content

Releases: laurencee/SubFolderExtractor

1.3

18 Aug 06:01
Compare
Choose a tag to compare

Updated 7z.dll to 15.06 beta - this has better support for newer rar formats

1.2.2

06 Jun 11:10
Compare
Choose a tag to compare

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

06 Jun 05:41
Compare
Choose a tag to compare

Minor bug fix to logging the root folder the extraction process starts from.

1.2

03 Jun 09:05
Compare
Choose a tag to compare
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

18 Jan 13:56
Compare
Choose a tag to compare
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

06 Jul 07:46
Compare
Choose a tag to compare

Includes 7zip command line executable in the release.