Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 13:07
· 16 commits to main since this release
a294e6c

Changelog

Breaking Changes

  • Linux and macOS require libjpeg and libpng.
    Or use *-no-deps.tar.bz2 versions that don't support jpg and png.
  • Linux and macOS require -- as an argument before file paths.
    (e.g. texconv -ft tga -o outdir -y -- test.dds)

Other Changes

  • Updated DirectXTex, texconv, and texassemble to the March 2024 release.
  • Supported jpg and png on Unix/Linux systems.
  • Added a function to initialize COM.
  • Fixed memory leaks for gpu resources (ID3D11Device).
  • Fixed a bug that exe can't parse args correctly on Unix/Linux systems.