What's Changed
💥 Drop support for Python 3.5 and 3.6
- Add DJI makernotes, extract_thumbnail parameter by @pierotofy in #168
- Fix endianess bug while reading DJI makernotes, add Make tag by @pierotofy in #169
- Make CI pass by @nickdimitroff in #178
- fix webp for file conversion by magick by @mvaranda in #132
- ignore unknown parsers. fix #160 by @hpoul in #175
- fix mypy by @ianare in #180
- Allow extract thumbnail with details=False by @angel6700 in #170
- This commit fixes the error as described in issue by @manand881 in #207
- don't let debug logging trigger an exception by @rascalking in #196
- Added missing HEIC box names and handling of a TIFF header inside HEIC by @alketola in #173
- Fix broken automated tests by syncing with exif-samples by @EtiennePelletier in #202
- Put all test files in the repo by @ianare in #208
- Update README.rst by @kikislater in #183
- Add a serialization option for EXIF dictionaries by @EtiennePelletier in #129
- add more typing definitions by @ianare in #181
- run black, isort by @ianare in #209
- Canon MakerNote: Allow callable to process tag value by @TheDJVG in #189
New Contributors
- @nickdimitroff made their first contribution in #178
- @mvaranda made their first contribution in #132
- @hpoul made their first contribution in #175
- @angel6700 made their first contribution in #170
- @manand881 made their first contribution in #207
- @rascalking made their first contribution in #196
- @alketola made their first contribution in #173
- @kikislater made their first contribution in #183
- @TheDJVG made their first contribution in #189
Full Changelog: 3.0.0...3.1.0