@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user