exiftool-vendored
Advanced tools
Comparing version 14.2.0 to 14.3.0
@@ -18,2 +18,3 @@ # Changelog/Versioning | ||
- 🌱 New releases of ExifTool with no externally visible changes | ||
- 🔥 Security updates | ||
- ✨ Backwards-compatible features | ||
@@ -28,2 +29,12 @@ | ||
### v14.3.0 🔥 | ||
- 🔥/🌱 ExifTool upgraded to [v12.25](https://exiftool.org/history.html#v12.25). | ||
**All users should upgrade to this version as soon as possible**, as this should | ||
address | ||
[CVE-2021-22204](https://twitter.com/wcbowling/status/1385803927321415687). | ||
- 📦 Updated dependencies | ||
### v14.2.0 | ||
@@ -30,0 +41,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "14.2.0", | ||
"version": "14.3.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -71,11 +71,11 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.16", | ||
"@types/chai": "^4.2.17", | ||
"@types/chai-as-promised": "^7.1.3", | ||
"@types/chai-subset": "^1.3.3", | ||
"@types/fs-extra": "^9.0.10", | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/globule": "^1.1.3", | ||
"@types/he": "^1.1.1", | ||
"@types/luxon": "^1.26.3", | ||
"@types/luxon": "^1.26.5", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.37", | ||
"@types/node": "^15.0.1", | ||
"@types/progress": "^2.0.3", | ||
@@ -86,8 +86,8 @@ "@types/rimraf": "^3.0.0", | ||
"@types/xmldom": "^0.1.30", | ||
"@typescript-eslint/eslint-plugin": "^4.21.0", | ||
"@typescript-eslint/parser": "^4.21.0", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^7.24.0", | ||
"eslint": "^7.25.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
@@ -107,5 +107,5 @@ "eslint-plugin-node": "^11.1.0", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.20.35", | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.2.4", | ||
"xmldom": "^0.5.0", | ||
"xmldom": "^0.6.0", | ||
"xpath": "^0.0.32" | ||
@@ -120,5 +120,5 @@ }, | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "^12.23.0", | ||
"exiftool-vendored.pl": "^12.23.0" | ||
"exiftool-vendored.exe": "^12.25.0", | ||
"exiftool-vendored.pl": "^12.25.0" | ||
} | ||
} |
@@ -241,3 +241,3 @@ # exiftool-vendored | ||
Write a comment to the given file so it shows up in the Windows Explorer | ||
To write a comment to the given file so it shows up in the Windows Explorer | ||
Properties panel: | ||
@@ -249,3 +249,3 @@ | ||
Change the DateTimeOriginal, CreateDate and ModifyDate tags (using the | ||
To change the DateTimeOriginal, CreateDate and ModifyDate tags (using the | ||
[AllDates](https://sno.phy.queensu.ca/~phil/exiftool/TagNames/Shortcuts.html) | ||
@@ -258,3 +258,3 @@ shortcut) to 4:56pm UTC on February 6, 2016: | ||
Write to a specific metadata group's tag, prefix the tag name with the group. | ||
To write to a specific metadata group's tag, just prefix the tag name with the group. | ||
(TypeScript users: you'll need to cast to make this compile). | ||
@@ -261,0 +261,0 @@ |
545892