v0.3.0
mateuszkwiecinski
released this
19 Jun 22:48
·
290 commits
to master
since this release
What's Changed
- The native part of the library has been refreshed:
- binaries are now built against v1.3.0 libwebp version
- the library supports passing use_sharp_yuv, as well as other "recently" added config properties (see
WebPWriteParam
class) - native binaries are now built on GitHub Actions, which should improve predictability and straighten the update process
Huge thanks to @joostoudeman who did most of the challenging work 🚀
❗ Warning ❗
Given the difficulty to test all native binaries under all architectures, it may turn out something got broken between 0.2.1 and this release. Be careful when running on niche(?) architectures, visit this thread for more context.
Current test suite covers only the following architectures Mac/x86_64
, Linux/x86_64
, Windows/x86_64
. This release has also been manually tested on Mac/aarch64
.
New Contributors
- @joostoudeman made their first contribution in #81
♥️
Full Changelog: v0.2.1...v0.3.0