exiftool v0.2.0.0 Release Notes

Release Date: 2021-09-28 // over 2 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.

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.