Skip to content

Releases: wanadev/yoga

YOGA v1.1.0

27 Aug 12:31
1ed3a44
Compare
Choose a tag to compare
  • 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
  • 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
  • Python versions:

    • Python 2.7 support dropped
  • NOTE for packagers:

YOGA v1.0.0

27 Apr 18:32
eef0be4
Compare
Choose a tag to compare
  • 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

09 Mar 17:57
1e3fd63
Compare
Choose a tag to compare
  • Automated workflow for deploying the PyPI packages
  • Wheel are now distributed on PyPI

YOGA v0.11.0

07 May 09:15
4886fb9
Compare
Choose a tag to compare

First version compatible with Windows

Changelog:

  • Allows to build YOGA on Windows
  • Scripts and workflow to build Windows standalone versions