Skip to content

Releases: usefulness/webp-imageio

v0.10.1

27 Jun 19:33
d00f1ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

30 May 16:07
bdd53a7
Compare
Choose a tag to compare

What's Changed

  • Updated garbage colleciton rules to (hopefully) address Segmentation Fault errors (#164) in #286

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

20 Dec 09:51
e2dbc2b
Compare
Choose a tag to compare

What's Changed

  • The library ships with libwebp binaries built from v1.5.0 tag - #255

Full Changelog: v0.8.0...v0.9.0

v0.8.0

14 Apr 07:35
fb92435
Compare
Choose a tag to compare

What's Changed

  • The library ships with libwebp binaries built from v1.4.0 tag - #195

Full Changelog: v0.7.0...v0.8.0

v0.7.0

29 Jan 17:16
8408fbb
Compare
Choose a tag to compare

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

24 Dec 14:36
02b5ed6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

05 Oct 20:47
d00aa66
Compare
Choose a tag to compare

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

28 Sep 09:47
3b7f6c2
Compare
Choose a tag to compare

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

03 Jul 05:42
45948e9
Compare
Choose a tag to compare

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

01 Jul 07:17
98c618d
Compare
Choose a tag to compare

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