Skip to content

Releases: photostructure/exiftool-vendored.js

Release 28.2.1

15 Aug 04:05
d6fa634
Compare
Choose a tag to compare
  • rebuild docs (a050bb1)
  • Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (5371d76)
  • prep release (a37054a)
  • fix #200 (5ad534b)
  • update eslint. delint. (8678922)
  • Bump @types/node from 20.14.14 to 22.1.0 (ae42603)
  • Bump npm-check-updates from 16.14.20 to 17.0.2 (6a36098)

Release 28.2.0

24 Jul 22:20
baf1068
Compare
Choose a tag to compare

Commits

  • edit changelog verbiage (94f340d)
  • yarn docs (cc535f9)
  • prep v28.2.0: new ET with bugfix. rebuild tags. (da47272)

Release 28.1.0

24 Jul 04:10
2762d76
Compare
Choose a tag to compare
  • 📦 Add tests for #187

  • 📦 Export ImageDataHashTag interface

Commits

Release 28.0.0

22 Jul 16:24
d62dfec
Compare
Choose a tag to compare
  • 🌱/✨/🐞 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, and APP14Tags. Unfortunately, due to field name duplications, fields could hop between these interfaces between versions. These have all been collapsed into a single new APPTags.

  • ✨ 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 and WriteTask 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

What's Changed

  • Draft: First try at parsing the timezone information for the sony A7 camera by @fwsmit in #188

New Contributors

Full Changelog: v27.0.0...v28.0.0

Release 27.0.0

12 Jun 07:15
c7b72d6
Compare
Choose a tag to compare
  • 💔 ExifToolOptions.struct is now "undef" | 0 | 1 | 2. See #184

  • ExifToolOptions now includes readArgs and writeArgs, which can be specified both at ExifTool construction, as well as calls to ExifTool.read and ExifTool.write. The prior method signatures are deprecated.

Commits

  • prep release (d5e5b49)
  • tweak docs (72d3afe)
  • yarn docs (b2e3814)
  • Fix #184. Improve .read and .write APIs (d56fff7)
  • rebuild docs (c605676)
  • use "undef" instead of undefined to avoid inheriting the default (ece7bcd)
  • fix jsdoc (dd14db3)
  • remediate ReDOS patterns (none were hit with untrusted sources, so this is more to shush github) (d7360d9)
  • add link to struct jsdoc (40b5179)

Full Changelog: v26.2.0...v27.0.0

Release 26.2.0

03 Jun 20:57
9f1e591
Compare
Choose a tag to compare
  • ✨ Support for all ExifTool struct modes (fixes #184).

  • 📦 Fix documentation to reference ExifTool.read() (fixes #183)

Commits

  • releasing 26.2.0 (d299635)
  • yarn docs (8b728a0)
  • Support all four struct forms. May address #184. (add424c)
  • fix #183 (s/.readTags()/.read()/) (b725fb6)
  • Add new Geolocation tags (5d7fcd9)
  • prettier (whitespace) (2c5931d)
  • Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (06ba482)
  • rename ApplicationRecordTags (890e8f0)
  • Update issue templates (fa75000)
  • Update issue templates (f199c92)

Full Changelog: v26.1.0...v26.2.0

Release 26.0.0

26 Apr 00:58
7451661
Compare
Choose a tag to compare
  • 🌱/✨ ExifTool upgraded to v12.84

  • 📦 Support disabling -ignoreMinorErrors to work around shenanigans like #181. This is an optional field that defaults to prior behavior (enabled, which ignores minor errors, which is normally desired, but has some side effects like fully reading tags that may be extremely long). See ExifToolOptions.ignoreMinorErrors for details.

  • 📦 ExifTool on Windows was upgraded to Strawberry Perl 5.32.1

Commits

  • drop support for node v21. Add v22. (2433273)
  • edit changelog verbiage (05ed14b)
  • rebuild docs (7929e45)
  • pull in exiftool 12.84. rebuild tags. (df23627)
  • update deps. rebuild docs. (ba152b8)
  • add support for disabling -ignoreMinorErrors (3c21084)
  • pull in new strawberry perl build (08f4f7f)

Release 25.2.0

11 Apr 22:50
cfd8d26
Compare
Choose a tag to compare
  • 🌱/✨ ExifTool upgraded to v12.82

  • 📦 Add support for NODE_DEBUG=exiftool-vendored

  • 📦 Export exiftoolPath() so custom implementations can use it as a fallback
    (or default, and provide their own fallback)

Commits

Full Changelog: v25.1.0...v25.2.0

Release 25.1.0

28 Mar 22:42
9d4c154
Compare
Choose a tag to compare
  • ✨ Added retain field to ExifTool.deleteAllTags to address #178

  • 📦 Added jsdocs for many Tag interface types

  • 📦 Expose GeolocationTags and isGeolocationTag()

  • 📦 Add FileTags.FileCreateDate (only a thing on Windows)

Commits

Release 25.0.0

27 Mar 00:03
d9140cd
Compare
Choose a tag to compare
  • 🌱/✨ ExifTool upgraded to v12.80, which adds support for reverse-geo lookups and [several other geolocation features](https://exiftool.org/geolocation.html

  • ✨ If no vendored version of exiftool is available, we'll try to make do with whatever is available in the PATH.

  • ExifToolOptions.exiftoolPath can now be an async function

  • ✨ Added Geolocation Tags. These will only be available if {geolocation: true} is passed to the ExifTool constructor.

  • 📦 Added support for electron-forge: see the docs for details.

Commits

  • rebuild docs (db6c52d)
  • prep v25.0.0. Update installation instructions (84415a2)
  • yarn u (95c5dae)
  • Add support for geolocation - default option to false - add tag interface to mktags - add switched read tests - change testImg to used destructured object for parameters - extract tz from Geolocation if present (avoids tz-lookup call) (339c876)
  • Support async exiftool path search, and process.resourcesPath (60d4bab)