Skip to content

Releases: aternosorg/armarius

v2.4.0

30 Apr 18:28
bf10614

Choose a tag to compare

Full Changelog: v2.3.1...v2.4.0

  • Add allowTrailingSlashInFileName entry option

v2.3.1

30 Apr 17:28
8e74073

Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

  • Use central directory length instead of entry count to check if the start position can be validated

v2.3.0

10 Dec 16:30
c7c3ddd

Choose a tag to compare

Full Changelog: v2.2.0...v2.3.0

  • Add allowAdditionalCentralDirectoryEntries option: Continue reading central directory entries even after the expected number of entries was reached

v2.2.0

10 Dec 12:00
f0ce35e

Choose a tag to compare

Full Changelog: v2.1.2...v2.2.0

Add options to make reading archives less strict:

  • ignoreMultiDiskErrors: Simply ignore information about multiple disks instead of throwing an error when encountering a multi disk archive
  • allowTruncatedCentralDirectory: Do not throw an error if the central directory does not contain the expected number of entries
  • ignoreInvalidChecksums: Do not throw an error if the uncompressed data does not match the checksum
  • ignoreInvalidUncompressedSize: Do not throw an error if the uncompressed data does not match the expected size

v2.1.2

27 May 10:42
4ed35d0

Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 May 10:01
dace4bd

Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

  • Update dependencies

v2.1.0

23 Feb 18:16
f842cad

Choose a tag to compare

implement DataStream in EntryDataReader, remove incorrect exports in …

v2.0.0

23 Feb 13:17
7f490d2

Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v2.0.0

v1.14.2

19 Oct 14:02
196208d

Choose a tag to compare

update version

v1.14.1

06 Sep 12:23
8705e90

Choose a tag to compare

fix incorrect import in EntrySource