You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ vendored versions of ExifTool match the version that they vendor.
28
28
### v31.1.0
29
29
30
30
- 🌱 Upgraded ExifTool to version [13.38](https://exiftool.org/history.html#13.38).
31
+
- ✨ Rebuilt `Tags.ts`: fields that live in multiple groups **are now included in every group**. Prior versions would pick the first-seen group for these fields, and that was nondeterministic between versions.
32
+
- 📦 `TagMetadata.json` keys are sorted to minimize later per-version diffs
33
+
- 📦 (did you know that `File:Comment` was writable? TIL!)
0 commit comments