Releases: aplteam/ZipArchive
Releases · aplteam/ZipArchive
Version 1.2.1
Filenames with spaces weren't handled correctly.
To be consumed as a Tatin package from https://tatin.dev
Version 1.2.0
With High Sierra, Apple introduced a version of "unzip" that throws an error if a filename contains non-ANSI characters.
To be consumed as a Tatin package from https://tatin.dev
Version 1.1.0
- The
Add
method fails every now and then (rarely) on Linux. It now retries a couple of times in case of failure - When an assert lead to an error often no appropriate error message was provided
To be consumed as a Tatin package from https://tatin.dev
Bug fix in `UnzipTo`
Issue with spaces in filenames on non-Windows platforms fixed.
To be consumed as a Tatin package from https://tatin.dev
`UnzipTo` is more resilient under Linux now
To be consumed as a Tatin package from https://tatin.dev
First version ready for production
To be consumed as a Tatin package via https://Tatin.dev/
Some fixes
unzip
sometimes generates an error 66 (invalid CRC) when in reality the unzip is successfull;ZipArchive
now works around that- Bash statements are now concatenated with "&&" rather than ";"
ZipArchive
now works out whether "zip" and/or "unzip" are installed at all, and report accordingly
To be consumed as package from https://tatin.dev/
Problem with backslashes fixed in `UnZipTo`
To be consumed as package from https://tatin.dev
Initial release
Consume as a Tatin package from https://tatin.dev