Release 25.0.0
-
🌱/✨ 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 thePATH
. -
✨
ExifToolOptions.exiftoolPath
can now be anasync
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)