Release 28.0.0
-
🌱/✨/🐞 ExifTool upgraded to v12.89. Notably, ExifTool on Windows is now using the "official" packaging. This should be equivalent to prior builds, as exiftool-vendored.exe was already using Oliver Betz's perl launcher.
-
💔 Prior versions included
APP1Tags
,APP4Tags
,APP5Tags
,APP6Tags
,APP12Tags
, andAPP14Tags
. Unfortunately, due to field name duplications, fields could hop between these interfaces between versions. These have all been collapsed into a single newAPPTags
. -
✨ Added support for old Sony A7 UTC inference. Thanks for the help, Friso Smit!
-
✨ Added support for Android Motion Photos. Thanks for the help, Lukas!
-
📦 Updated
ReadTask
andWriteTask
constructors to be public as well as the.parse()
methods as a workaround for #190 -
📦 Fought AND WON a very obscure issue with Node v22.5.0
Commits
- workaround for #190 (5c9f838)
- simpfy release (aeb0720)
- npm run u (8432715)
- sad (1aa6aea)
- run pretter on *.json, *.yml, and *.md (be97d55)
- remove unnecessary
npm i -g npm
(096c056) - See npm/cli#7672 (6fe3713)
- rebuild docs (6ef9ba5)
- Switched
package.json
scripts and docs fromyarn
tonpm
. Rebuild tags. (bb81744) - BLIND POKING WITH A STICK IN A DARK ROOM (809f8e5)
- WTH GHA (f4a13a7)
- attempt to fix "rimraf not found" (622b1ce)
- tweak test action to use
yarn install
instead ofyarn ci
(6a55ca3) - downgrade rimraf (2a606e3)
- yarn docs (a826360)
- bump major (20fb164)
- prettier (6a2fced)
- aggregate all APP\dTags interfaces to APPTags (c15d99b)
- Merge branch 'main' of https://github.com/fwsmit/exiftool-vendored.js (174b21a)
- reference #189 (f8053ac)
- Fix #189 (42b8c69)
- migrate jpg to LFS (e217fde)
- prep v27.1.0 (02a7e9c)
- delint regex (60fe76f)
- handleDeprecatedOptions takes a Partial (e05b7e0)
- fix run-p call. update deps. (8e450c9)
- mktags (a199606)
- add specs for handleDeprecatedOptions() (0e881b4)
- prettier (2391caa)
- merge (9f484dd)
- Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (eaf2f70)
- fix ImageDataHash jsdocs (7651ff0)
- Add SonyDateTime2 to mktags (61a9a98)
- Parse the timezone information from SonyDateTime2 (59436c6)
- Just Say No To -Rotation# (87ebf75)
What's Changed
New Contributors
Full Changelog: v27.0.0...v28.0.0