Releases: wanadev/yoga
Releases · wanadev/yoga
YOGA v1.1.0
-
JPEG Optimization:
- Honor the JPEG orientation EXIF tag
- JPEG optimization has been improved by using some optimizations from
MozJPEG after the Guetzli encoding (from 2.4 % to 7.3 % of additional size
reduction)
-
PNG Optimization:
- YOGA can no more output a PNG larger than the input one when performing
a PNG to PNG optimization
- YOGA can no more output a PNG larger than the input one when performing
-
CLI:
- Allow to cancel an optimization using Ctrl+C (NOTE: may not work on
Windows) - Add a
--version
option to get YOGA's version - Improve
yoga --help
usage
- Allow to cancel an optimization using Ctrl+C (NOTE: may not work on
-
Python versions:
- Python 2.7 support dropped
-
NOTE for packagers:
- new dependency to mozjpeg-lossless-optimization
YOGA v1.0.0
- WEBP (lossy and lossless) images supported as output format
- PNG default optimization preset changed to a 10× faster preset (old preset stil available with
--png-slow-optimization
flag) - New model flag
--no-fix-infacing-normals
to disable Assimp's "fix infacing normals" postprocess (#32, #33) - Show CLI usage when no parameter given
- Developer documentation improved (#31)
- ASSIMP library updated
WARNING: This is the last version to actively support Python 2.7!
YOGA v0.11.1
- Automated workflow for deploying the PyPI packages
- Wheel are now distributed on PyPI
YOGA v0.11.0
First version compatible with Windows
Changelog:
- Allows to build YOGA on Windows
- Scripts and workflow to build Windows standalone versions