Skip to content

Commit d801060

Browse files
committed
release: v1.5.0
1 parent a817c7d commit d801060

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Changes since 1.4.6 (unreleased)
5-
--------------------------------
4+
1.5.0 (Mar 7, 2025)
5+
-------------------
66

77
* **Fixed**: Convert AVIF irot and imir into EXIF orientation when decoding
88
an image, in `#70`_. EXIF orientation has been preserved by the encoder
@@ -11,6 +11,8 @@ Changes since 1.4.6 (unreleased)
1111
its orientation would be lost.
1212
* **Fixed**: ``pillow_avif.AvifImagePlugin.CHROMA_UPSAMPLING`` is now actually
1313
used when decoding an image, in `#70`_.
14+
* **Fixed**: ``TypeError`` when saving images with float frame durations, by
15+
`@BlackSmith`_ in `#68`_ (merged from `#71`_)
1416
* **Added**: Python 3.13 free-thread mode support (experimental).
1517
* **CI**: Update libavif to 1.2.0 (`4eb0a40`_, 2025-03-05); publish wheels
1618
for python 3.13. See the table below for the current AVIF codec versions.
@@ -27,8 +29,11 @@ Changes since 1.4.6 (unreleased)
2729
rav1e 0.7.1
2830
=========== ==========
2931

32+
.. _#68: https://github.com/fdintino/pillow-avif-plugin/pull/68
3033
.. _#70: https://github.com/fdintino/pillow-avif-plugin/pull/70
34+
.. _#71: https://github.com/fdintino/pillow-avif-plugin/pull/71
3135
.. _4eb0a40: https://github.com/AOMediaCodec/libavif/commit/4eb0a40fb06612adf53650a14c692eaf62c068e6
36+
.. _@BlackSmith: https://github.com/BlackSmith
3237

3338
1.4.6 (Jul 14, 2024)
3439
--------------------

src/pillow_avif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__all__ = ["AvifImagePlugin"]
5-
__version__ = "1.4.6"
5+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)