-
Alpha 0.3.0 Stable
released this
2023-03-31 11:02:30 -04:00 | 82 commits to main since this releaseThis update adds some more compression formats and a bunch more extraction formats. I'm using a new library, SharpCompress, for it. However, SharpCompress can extract a lot more than it can compress, so that's why some compression commands are missing.
The wiki will be updated shortly.
Here's the full changelog:
Changelog
- Added the "ExtractionModule" to help with extracting some compression formats.
- Added compression and extraction for the GZip format (#30).
- Added compression and extraction for the Tar format (#31).
- Added compression and extraction for the combined Tar-GZip formats.
- Added the ability to include a comment when compression Zip files (#27).
- Auto-generated destinations in all compression and extraction formats now work slightly better (#29).
- Compressing a directory into the Zip format now tracks how many files it could not include.
- Added extraction to the Zip format.
- Disabled the "try" block when compiling in the "Debug" configuration.
Downloads