4.39.0
What's Changed
Added
decompress.maxDecompressedSizeoption to bound the size of any single
decompressed metadata block (default 128 MiB). Blocks that would exceed the
limit are skipped with aconsole.warn; remaining tags are returned as usual. By @mattiasw. #634
Fixed
- Update README by @kshmidt. #625
- Parse UserComment value when encoding is undefined but contains printable text by @mattiasw. #621
- Improved robustness when parsing ICC profiles with malformed
mluctags by @mattiasw. #634
Full Changelog: v4.38.1...v4.39.0