Skip to content

release_2.5.0

Choose a tag to compare

@drpetersonfernandes drpetersonfernandes released this 14 Jun 18:49
· 35 commits to master since this release

New Features

SevenZip Fallback Extraction

When SharpCompress fails to extract an archive entry, Simple Zip Drive now automatically falls back to the 7-Zip engine. This improves compatibility with archives that use compression methods or features not fully supported by SharpCompress.

Disk Cache Fallback for Memory Failures

If an in-memory cache allocation fails (e.g., due to memory pressure), the application now gracefully falls back to disk-based caching instead of crashing. This improves reliability when working with large archives on systems with limited RAM.

Improvements

WinFsp Version Mismatch Handling

Improved detection and user-facing messaging when the installed WinFsp version does not match the expected version. The application now provides clearer guidance to help resolve version conflicts.

Error Handling Refinements

Simplified background task error handling for more consistent behavior and easier maintenance.

SharpSevenZip Updated to 2.0.77

Updated the bundled SharpSevenZip library to version 2.0.77 for improved stability and compatibility.

Full Changelog: release_2.4.0...release_2.5.0