Release Archive Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 09:34:59 +02:00
parent a49ec6b17a
commit fe578f46bd
47 changed files with 3337 additions and 253 deletions
+18
View File
@@ -1,5 +1,23 @@
# Changelog
## 0.2.0 - 2026-09-02
- Adopted shared byte-size, portable filename, Blob download, typed byte-cursor
and CRC helpers from `@add-ideas/toolbox-helpers` 0.2.0.
- Changed bounded gzip verification to update CRC-32 incrementally while output
chunks are produced, avoiding a second full pass over expanded data.
- Added bounded GNU TAR long-name/long-link metadata and independently verified
concatenated gzip members.
- Added local AES-256 and legacy ZipCrypto ZIP creation/readback with
memory-only passwords and generic wrong-password/integrity errors.
- Added bounded structural 7z inspection with validated signature, start-header
offsets/sizes, independent CRC-32 checks, encoded/plain next-header evidence,
and safe plain FilesInfo name/empty-entry inventory where available.
- Added bounded RAR4/RAR5 block framing and header-CRC validation with plaintext
file-header inventory for names, sizes, compression, encryption and split
flags. Encrypted headers stop inspection; RAR/7z decompression and extraction
remain explicitly unsupported.
## 0.1.0 - 2026-09-01
- Added the initial local-first Archive Tools workbench.