All Versions
194
Latest Version
Avg Release Cycle
6 days
Latest Release
43 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v9.1.0 Changes
- โจ Aded
ExifTool.deleteAllTags.
- โจ Aded
-
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.toISOStringautomatically 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.
- โจ Added
-
v8.21.1 Changes
- ๐ ๐ Fixed timezone inference rounding bug (
UTC+2would returnUTC+02:15)
- ๐ ๐ Fixed timezone inference rounding bug (
-
v8.21.0 Changes
- โจ Exposed
Tags.tzSourcefrom.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.
- โจ Exposed
-
v8.20.0 Changes
- ๐ โจ Support for
.ExifTool_configfiles was added. Either place your user configuration file in yourHOMEdirectory, or set theEXIFTOOL_HOMEenvironment variable to the fully-qualified path that contains your user config. Addresses #55.
- ๐ โจ Support for
-
v8.19.0 Changes
- โฌ๏ธ ๐ฑ ExifTool upgraded to v11.59.
- โจ Rebuilt
Tagsfrom 6,818 sample images. - ๐
GPSDateTimeis now forced to beUTC.
-
v8.18.0 Changes
- โจ Expose
Tags.tzfrom.read. This is an optional string holding the timezone offset, likeUTC+1, or an actual location specification, likeAmerica/Los_Angeles. This is only included when it is specified or inferred from tag values. - โจ Added another timezone offset extraction heuristic: if
DateTimeUTCand another created-at time is present, the offset is inferred from the delta.
- โจ Expose
-
v8.17.0 Changes
- ๐ โจ Automagick workaround for AWS Lambda. See the new
ignoreShebangoption, which should automatically be set totrueon non-Windows platforms that don't have/usr/bin/perlinstalled. See #53.
- ๐ โจ Automagick workaround for AWS Lambda. See the new
-
v8.16.0 Changes
- โฌ๏ธ ๐ฑ ExifTool upgraded to v11.55.