Skip to content

Release 25.0.0

Compare
Choose a tag to compare
@mceachen mceachen released this 27 Mar 00:03
· 201 commits to main since this release
d9140cd
  • 🌱/✨ ExifTool upgraded to v12.80, which adds support for reverse-geo lookups and [several other geolocation features](https://exiftool.org/geolocation.html

  • ✨ If no vendored version of exiftool is available, we'll try to make do with whatever is available in the PATH.

  • ExifToolOptions.exiftoolPath can now be an async function

  • ✨ Added Geolocation Tags. These will only be available if {geolocation: true} is passed to the ExifTool constructor.

  • 📦 Added support for electron-forge: see the docs for details.

Commits

  • rebuild docs (db6c52d)
  • prep v25.0.0. Update installation instructions (84415a2)
  • yarn u (95c5dae)
  • Add support for geolocation - default option to false - add tag interface to mktags - add switched read tests - change testImg to used destructured object for parameters - extract tz from Geolocation if present (avoids tz-lookup call) (339c876)
  • Support async exiftool path search, and process.resourcesPath (60d4bab)