- Fixed an issue when seeking in streams with SeekOrigin.End, thanks to GitHub user bneidhold.
- Fixed an issue when checking multi-volume 7z archives, thanks to GitHub user panda73111.
- Changed CI from AppVeyor to GitHub Actions.
- .NET Framework version bumped from 4.5 to 4.7.2.
- Added separate NuGet (Lite) excluding creation of self-extracting archives.
- Added a work-around to allow UWP apps to use SevenZipSharp in Release builds.
- Fix issue limiting split archive volume size to 2GB.
- Fixed issue with SFN paths during compression.
- Fixed issue with library path detection during initialization, thanks to GitHub user thoemmi.
- Fixed issue detecting .deb archives, thanks to GitHub user NickHarmer.
- Added ability to skip files during archive extraction, thanks to GitHub user NickHarmer.
- Added awaitable extraction functions, thanks to GitHub user kikijiki.
- Added awaitable compression functions.
- Fixed problem where a UNC destination path would fail extraction.
- Fixed several bugs in custom parameters for the SevenZipCompressor class.
- Improved Operation Result handling and better performance by removing excessive GC, thanks to GitHub user zylab-official.
- Improved support for non-solid extraction of 7z "Copy" file from solid archive using index, thanks to GitHub user Mgamerz.
- Fixed issue related to invalid character in directory and file name, thanks to GitHub user Ramkaran Yadav.
- Fixed issue when SevenZipSharp is embedded, thanks to GitHub user Mgamerz.
- Added NuGet dependencies for .NET Standard 2.0 projects.
- Improved error handling.
- Re-added support for detecting RAR4 sfx archives.
- Now supports both .NET45 and .NET Standard 2.0, thanks to Github user frblondin.
- Now accepts IDictionaries where applicable, thanks to GitHub user rotvel.
- Archive property VolumeIndex now exposed through SevenZipSharp, thanks to Ravi Patel (ravibpatel).
- Improved error output a little, no new functionality or bugfixes.
- Fixed problem when modifying encrypted archives.
- Added support for new archive formats supported by 7-Zip (thanks to Artem Tarasov).
- Fixed problems with creating self-extracting archives.
- Fixed bugs when:
- extracting .gz archives
- extracting .bz2 archives
- extracting zip file from stream
- compressing a stream into another stream
- Includes support for extracting RAR v5 archives.