Files
image-tools/public/CHANGELOG.md
T
zemion 79d223c347
Verify / verify (push) Canceled after 0s
Release Image Tools 0.2.0
2026-09-02 07:56:38 +02:00

23 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
## 0.2.0 - 2026-09-02
- Adopted the shared bounded worker-job protocol, byte-size formatter, Blob URL
leases and safe download helpers from `@add-ideas/toolbox-helpers` 0.2.0.
- Added synchronized 25400% preview zoom, pointer/keyboard crop editing and
versioned transform recipe import/export.
- Added a bounded, cancellable batch ZIP containing collision-free image names,
per-file reports and a machine-readable batch manifest.
- Added real per-format PNG/JPEG/WebP decoder and encoder probes and explicit
unsupported-codec disclosure without silent format substitution.
## 0.1.0 - 2026-09-01
- Added bounded pre-decode JPEG, PNG and WebP header inspection with static-only enforcement.
- Added bounded structural scans so animation chunks hidden behind large PNG or WebP ancillary payloads are rejected before decode.
- Added orientation-aware crop, quarter-turn, flip, fit/fill/exact resize and PNG/JPEG/WebP export.
- Added disposable worker processing, stale cancellation, side-by-side previews and a sequential bounded batch queue.
- Added truthful metadata, colour-profile and browser-codec reports with per-result JSON downloads.
- Added generated format/security fixtures and full Chromium/Firefox local upload/export coverage.
- Added Toolbox integration, offline shell and deterministic release packaging.