File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11EXIF.py Change Log
22##################
33
4+ 3.4.0 — 2025-08-04
5+ * better typing of serialize module, varius code cleanup
6+ * fix for invalid slice length (#235)
7+ * Add tests and document usage of truncate_tags (#232)
8+ * Add support for files with signature "ftypavif" or "ftypmif1" (#237) by Markus Vogt
9+ * Add basic makernote tags for Sony (#236)
10+
4113.3.2 — 2025-07-17
512 * Fix for import error (#230)
613
Original file line number Diff line number Diff line change 99 :target: https://pypi.org/project/ExifRead
1010 :alt: PyPi
1111.. image :: https://img.shields.io/pypi/dm/ExifRead
12- :target: https://opensource .org/license/bsd-3-clause
12+ :target: https://pypi .org/project/ExifRead
1313 :alt: BSD-3-clause
1414.. image :: http://www.mypy-lang.org/static/mypy_badge.svg
1515 :target: http://mypy-lang.org/
Original file line number Diff line number Diff line change 1313from exifread .serialize import convert_types
1414from exifread .tags import DEFAULT_STOP_TAG
1515
16- __version__ = "3.3.2 "
16+ __version__ = "3.4.0 "
1717
1818logger = get_logger ()
1919
You can’t perform that action at this time.
0 commit comments