Skip to content

4.13.0

Latest
Compare
Choose a tag to compare
@metaphore metaphore released this 02 Nov 20:13
· 10 commits to master since this release

This release doubles down on bringing in the KTX2 texture format (as part of Basis Universal output).
Since KTX2 is a direct successor to KTX, it's reasonable to drop support for old ETC1/ETC2/KTX encoders now.
Beware, if your project uses export to either of the old formats, it will be automatically migrated to KTX2.

  • KTX2 container added to Basis Universal output file type.
  • UASTC textures (.ktx2/.basis) are always compressed with ZSTD.
  • ETC1/ETC2/KTX output support removed (in favor of KTX2).
  • CLI mode to compress images into KTX2/Basis textures (--basis-pack).
  • Dockerfile added. Thanks to @Rubonnek. See #145
  • Previously muted notifications can be unmuted from the settings window ("General" tab).