All Versions
194
Latest Version
Avg Release Cycle
6 days
Latest Release
43 days ago

Changelog History
Page 8

  • v9.1.0 Changes

    • โœจ Aded ExifTool.deleteAllTags.
  • v9.0.0 Changes

    • ๐Ÿ ๐Ÿ“ฆ This version is using the new Windows packaging of ExifTool written by Oliver Betz, and is why I bumped the major version (as there may be issues with the new packaging).
    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v11.73
  • v8.22.0 Changes

    • โœจ Added ExifDateTime.hasZone
    • โœจ ExifDateTime.toISOString automatically omits the timezone offset if unset
    • ๐Ÿž Hour timezone offsets were rendered without padding (which doesn't comply with the ISO spec).
    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v11.65.
  • v8.21.1 Changes

    • ๐Ÿ›  ๐Ÿž Fixed timezone inference rounding bug (UTC+2 would return UTC+02:15)
  • v8.21.0 Changes

    • โœจ Exposed Tags.tzSource from .read. This is an optional string holding a description of where and how the source timezone offset, Tags.tz, was extracted. You will love it.
  • v8.20.0 Changes

    • ๐Ÿ‘ โœจ Support for .ExifTool_config files was added. Either place your user configuration file in your HOME directory, or set the EXIFTOOL_HOME environment variable to the fully-qualified path that contains your user config. Addresses #55.
  • v8.19.0 Changes

    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v11.59.
    • โœจ Rebuilt Tags from 6,818 sample images.
    • ๐Ÿž GPSDateTime is now forced to be UTC.
  • v8.18.0 Changes

    • โœจ Expose Tags.tz from .read. This is an optional string holding the timezone offset, like UTC+1, or an actual location specification, like America/Los_Angeles. This is only included when it is specified or inferred from tag values.
    • โœจ Added another timezone offset extraction heuristic: if DateTimeUTC and another created-at time is present, the offset is inferred from the delta.
  • v8.17.0 Changes

    • ๐Ÿ‘€ โœจ Automagick workaround for AWS Lambda. See the new ignoreShebang option, which should automatically be set to true on non-Windows platforms that don't have /usr/bin/perl installed. See #53.
  • v8.16.0 Changes

    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v11.55.