Skip to content

Releases: aplteam/ZipArchive

Version 1.2.1

13 Oct 08:29
Compare
Choose a tag to compare

Filenames with spaces weren't handled correctly.

To be consumed as a Tatin package from https://tatin.dev

Version 1.2.0

19 Apr 14:36
Compare
Choose a tag to compare

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

12 Jun 05:57
Compare
Choose a tag to compare
  1. The Add method fails every now and then (rarely) on Linux. It now retries a couple of times in case of failure
  2. 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`

09 Apr 16:53
Compare
Choose a tag to compare

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

06 Feb 18:09
Compare
Choose a tag to compare

To be consumed as a Tatin package from https://tatin.dev

First version ready for production

13 Jun 17:26
Compare
Choose a tag to compare

To be consumed as a Tatin package via https://Tatin.dev/

Some fixes

06 Jun 06:57
Compare
Choose a tag to compare
  • 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`

02 Jun 12:50
Compare
Choose a tag to compare

Initial release

31 May 13:31
Compare
Choose a tag to compare

Consume as a Tatin package from https://tatin.dev