exiftool v0.2.0.0 Release Notes
Release Date: 2021-09-28 // almost 3 years ago-
- ๐ New (backwards-incompatible) API. Highlights:
- The simplified Tag type allows greater syntactic flexibility when specifying tag names.
- The new FromValue/ToValue type classes and new functions for querying and manipulating metadata (get/set/del) support polymorphic values.
- ๐ New (backwards-incompatible) API. Highlights:
Previous changes from v0.1.1.0
-
- The getMeta* functions now extract unknown tags as well (exiftool -U option).
- ๐ Improved documentation in [README](README.md).
- Dependency version bumps.