We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a04787 commit 8c5e09fCopy full SHA for 8c5e09f
CHANGELOG.md
@@ -1,5 +1,17 @@
1
All notable changes to this project will be documented in this file.
2
3
+## [0.22.0 - 2025-03-15]
4
+
5
+### Added
6
7
+- Boolean `pillow_heif.options.DISABLE_SECURITY_LIMITS` to bypass security limit of libheif for the image size. #328
8
9
+### Changed
10
11
+- `libx265` library was updated to the latest `4.1` version.
12
+- `libheif` was updated from the `1.19.5` to `1.19.7` version.
13
+- `AVIF` format marked as deprecated and pending for the removal.
14
15
## [0.21.0 - 2024-11-29]
16
17
### Added
pillow_heif/_version.py
@@ -1,3 +1,3 @@
"""Version of pillow_heif/pi_heif."""
-__version__ = "0.22.0.dev0"
+__version__ = "0.22.0"
0 commit comments