Release Archive Tools 0.1.0

This commit is contained in:
2026-09-01 02:42:42 +02:00
commit a49ec6b17a
77 changed files with 11528 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Changelog
## 0.1.0 - 2026-09-01
- Added the initial local-first Archive Tools workbench.
- Added bounded ZIP and ZIP64 inspection through zip.js with collision-safe paths, encryption/multipart/special-entry refusal and CRC/local-header verification when reading content.
- Added project-owned TAR/USTAR/PAX parsing and deterministic TAR/PAX writing with checked offsets and header checksums.
- Added bounded gzip/tar.gz processing with CRC-32 and ISIZE verification.
- Added safe plain-text, hexadecimal and static JPEG/PNG/WebP previews with no active-content rendering.
- Added selective verification and repackaging into a newly created safe ZIP.
- Added deterministic ZIP, TAR and tar.gz creation and cross-format archive comparison.
- Added JSON inspection/comparison reports, explicit resource limits, browser-local processing and responsive Toolbox integration.
- Added unit, security-regression and Chromium/Firefox browser gates.