Release 23.6.0
-
📦 Added new option,
ignoreZeroZeroLatLon, and defaulted this new option totrue. Several camera manufacturers and image applications will write0to theGPSLatitudeandGPSLongitudetags when they mean "unset"--but this can cause incorrect timezone inference. Set tofalseto retain prior code behavior. -
📦
Rotationwas added to the default set ofnumericTags, as it may be encoded as an EXIF orientation value. Prior builds could return Rotation values like"Rotate 270 CW". -
📦
XMPTags.Noteswas added toTags, used as an album description -
🐞 Some
ExifToolOptions were not passed from ExifTool into the ReadTask, which caused ReadTask to revert to defaults.
Commits
- changelog twiddle (8683f1f)
- prep release - update changelog - force-add Notes field - rebuild tags and docs (537933d)
- ReadTask improvements - DRY up option pick for ReadTask to fix missing fields - Add new ignoreZeroZeroLatLon option (5a6c914)
- yarn u (ab096a1)
- Add Rotation as a numeric tag (14a44a6)
- add node 21 (b56f12a)
Full Changelog: v23.5.0...v23.6.0