Files
archive-tools/public/CHANGELOG.md
T
2026-09-01 02:42:42 +02:00

943 B

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.