23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
# 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 25–400% 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.
|