Releases: usefulness/webp-imageio
Releases · usefulness/webp-imageio
v0.10.1
What's Changed
- Improve identifying the OS by @guyarye-rna in #292
New Contributors
- @guyarye-rna made their first contribution in #292
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
What's Changed
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Automatically bundle Proguard rules - #174
for build systems using Proguard for Android or R8, the rules should be loaded automatically. In all other cases, proguard rules can be found here
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- WebP writer: Add support for other (non-sRGB) color spaces by @kaden-sharpin in #159
New Contributors
- @kaden-sharpin made their first contribution in #159
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Change exception thrown when invalid
imageIndex
is passed - #136 - Restore old cleanup behavior to improve cleanup performance - #140
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- [Breaking] The project now requires Java 9 and leverages more perfomant GC mechanism (java.lang.ref.Cleaner) - #120
- The library ships with libwebp binaries built from v1.3.2 tag - #133
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Fixed
UnsatisfiedLinkError
happening when native wrappers were called in a specific order, thus not loading JNI binaries - #112
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- The library ships with libwebp binaries built from v1.3.1 tag - #110
- The project is now written in Kotlin. All the changes should be source & binary compatible with Java version
NativeLoader
is not part of the public api anymore
Full Changelog: v0.3.1...v0.4.0