Releases: Trimatix/AEPi
Releases · Trimatix/AEPi
Beta v0.8.3.2
Patch v0.8.3.1
What's Changed
Many thanks to @BaalNetbek for reporting and figuring out the fix for ETC2 RGB decompression, which was assumed to be BGRA.
Full Changelog: 0.8.3...0.8.3.1
Beta v0.8.3
What's Changed
Thanks to @BaalNetbek for the feature request and testing material used for this release.
Full Changelog: 0.8.2...0.8.3
Beta v0.8.2
What's Changed
- Require all codec dependencies by default. etcpak and tex2img were previously omitted to save on file size and package build time, but this has caused some confusion, since ETC1 and DXT5 are common use cases.
- Allow reading mipmapped textures. Even though the content length of mipmapped textures is different, tex2img seems to be able to decode it perfectly fine, so I have disabled the missing feature exception. Writing mipmapped textures still is not an option.
Full Changelog: 0.8.1...0.8.2
Beta 0.8.1
What's Changed
Full Changelog: 0.8.0.1...0.8.1
Beta 0.8.0.1
- Update readme file
- Update testing pipeline to generate coverage badges
- Fix exception wrapping in
AEI.read
andAEI.write