exiftool-vendored 18.2.0 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/Tags.d.ts +217 -213
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,14 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
25
25
|
|
|
26
26
|
## Version history
|
|
27
27
|
|
|
28
|
+
### v18.3.0
|
|
29
|
+
|
|
30
|
+
- 🌱 ExifTool upgraded to [v12.49](https://exiftool.org/history.html#v12.49), which adds write support to WEBP and a bunch of other goodness
|
|
31
|
+
|
|
32
|
+
- 📦 Added new cameras to test image corpus, rebuilt tags and docs
|
|
33
|
+
|
|
34
|
+
- 📦 Updated dependencies
|
|
35
|
+
|
|
28
36
|
### v18.2.0
|
|
29
37
|
|
|
30
38
|
- ✨ Add support for alternative gps timezone lookup libraries. If you want to use `geo-tz` instead, use something like this:
|