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).