exiftool-vendored 35.16.0 → 35.18.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 +9 -0
- package/data/TagMetadata.json +316 -288
- package/dist/Tags.d.ts +64 -64
- package/dist/Tags.js +2 -2
- package/dist/Tags.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,15 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
35
35
|
|
|
36
36
|
## History
|
|
37
37
|
|
|
38
|
+
### v35.18.0
|
|
39
|
+
|
|
40
|
+
- 🌱 Upgraded ExifTool to version [13.57](https://exiftool.org/history.html#13.57).
|
|
41
|
+
- 🐞 Fixes an ExifTool 13.56 regression (shipped in v35.17.0) where XMP list-valued tags (`dc:subject`, `HierarchicalSubject`, `Keywords`) read from sidecar files were collapsed to just the last `<rdf:li>` as a scalar string when `-api struct=1` was in effect. Users on v35.17.0 who read XMP sidecars should upgrade.
|
|
42
|
+
|
|
43
|
+
### v35.17.0
|
|
44
|
+
|
|
45
|
+
- 🌱 Upgraded ExifTool to version [13.56](https://exiftool.org/history.html#13.56).
|
|
46
|
+
|
|
38
47
|
### v35.16.0
|
|
39
48
|
|
|
40
49
|
- 🌱 Upgraded ExifTool to version [13.55](https://exiftool.org/history.html#13.55).
|