Skip to content

Release 23.6.0

Choose a tag to compare

@mceachen mceachen released this 01 Dec 21:44
· 721 commits to main since this release
68570b2
  • 📦 Added new option, ignoreZeroZeroLatLon, and defaulted this new option to true. Several camera manufacturers and image applications will write 0 to the GPSLatitude and GPSLongitude tags when they mean "unset"--but this can cause incorrect timezone inference. Set to false to retain prior code behavior.

  • 📦 Rotation was added to the default set of numericTags, as it may be encoded as an EXIF orientation value. Prior builds could return Rotation values like "Rotate 270 CW".

  • 📦 XMPTags.Notes was added to Tags, 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