From d197841e6d90cbd29f159b09f43f100d52790e9a Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sun, 3 Sep 2023 22:13:25 -0700 Subject: [PATCH] prep v22.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420eaa07..8d28139e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ vendored versions of ExifTool match the version that they vendor. ## Version history +### v22.1.0 + +- 🌱 ExifTool upgraded to [v12.65](https://exiftool.org/history.html#v12.65) + +- ✨ Add support for new `ImageDataHash` tag: [See the docs for details](https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#imageHashType). + +- 🐞 `perl` is checked for on non-windows machines at startup. This resolves [#152](https://github.com/photostructure/exiftool-vendored.js/issues/152). You can disable this with the [new `checkPerl` option](https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#checkPerl). + ### v22.0.0 - 🏚️ Drop support for Node 14, which EOL'ed 2023-04-30