Skip to content

Release 24.1.0

Choose a tag to compare

@mceachen mceachen released this 09 Dec 06:29
· 701 commits to main since this release
7e9a83b
  • 📦 Relaxed isWarning() detection to be simply /warning:/i. v24.0.0 would throw errors when extracting binary thumbnails due to issues like "Warning: Ignored non-standard EXIF at TIFF-IFD0-JPEG-APP1-IFD0", which is decidedly a warning. ExifTool.write now leans (hard) on returning .warnings rather than throwing errors: It is up to you to inspect .warnings and decide for your own usecase if the issue is exceptional. See issue #162 for details.

Commits

  • Expand isWarning() detection to avoid spurious errors (d21121d)
  • yarn docs (e0ff9a9)