img-optimize/CHANGELOG.md
VirtuBox 5e1c6d1da2
Update img-optimize
* avif support
2020-11-10 18:49:15 +01:00

780 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

[Unreleased]

[V2.0] - 2020-11-10

Added

  • quiet mode
  • option --no-run-if-empty added to xargs
  • scripts to compile optipng & libwebp from source
  • Avif (AV1 Image Format) support

Changed

  • JPG are optimized as progressive JPG
  • WebP and Avif newly created images are deleted in case of failure during conversion

[V1.1] - 2019-04-05

Added

  • Interactive mode with img-optimize -i
  • check if optipng, jpegoptim or cwebp executable before optimization
  • additional install method

Fixed

  • images path replaced by current directory if empty

[v1.0] - 2019-03-20

  • Initial release