Releases: anibali/pywebp
Releases · anibali/pywebp
v0.4.0
- Added support for specifying
target_size
during image compression. When using this option, be sure to also setpasses
to a value greater than 1. #64 - Added support for specifying the animation loop count. #66
- Added typing. Thanks @laggykiller.
- Nested the private binary
_webp
module within thewebp
package. - Removed superfluous
*args
from a few functions.
v0.3.0
- We now bundle libwebp 1.3.2 (formerly 1.0.3) to address CVE-2023-4863. See GHSA-f9pm-4g9p-6vm3. Thanks @SCH227.
- We now build binary wheels for Python 3.12. Thanks @laggykiller.
v0.2.0
This is the first release after migrating from Conan 1.x to 2.0. Usage of the library has not been affected, but it is now easier to build the package and we can make more binary wheels available. Notably, musl builds are available which should be of benefit to Alpine Linux users (see #15). We will also be ready to build for Python 3.12 in the future.
Many thanks to @laggykiller for key contributions to this release.
v0.1.8
v0.1.7
Release v0.1.5
Fix another warning in GitHub Actions
Release v0.1.4
v0.1.4