Releases: photostructure/exiftool-vendored.js
Release 28.2.0
- 🌱/✨/🐞 ExifTool upgraded to v12.91. Notably, the shebang line has changed from
/usr/bin/perl
to/usr/bin/env perl
. The exiftool-vendored.pl package works around a new error from this shebang line.
Commits
Release 28.1.0
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
Release 27.0.0
-
💔
ExifToolOptions.struct
is now"undef" | 0 | 1 | 2
. See #184 -
✨
ExifToolOptions
now includesreadArgs
andwriteArgs
, which can be specified both atExifTool
construction, as well as calls toExifTool.read
andExifTool.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
-
✨ 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
-
🌱/✨ 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
Release 25.2.0
-
🌱/✨ 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
- rebuild docs (1e10057)
- Pull in new ET 12.82. Rebuild tags. (70f78c4)
- reformat ncurc (171466e)
- roll back to eslint 8 (6e5c9d3)
- yarn u (03ab21b)
- Rebuild docs (6c556c0)
- Add support for NODE_DEBUG. Improve jsdocs. (58facdf)
Full Changelog: v25.1.0...v25.2.0
Release 25.1.0
-
✨ Added
retain
field toExifTool.deleteAllTags
to address #178 -
📦 Added jsdocs for many
Tag
interface types -
📦 Expose
GeolocationTags
andisGeolocationTag()
-
📦 Add
FileTags.FileCreateDate
(only a thing on Windows)
Commits
- at least lint before releases (4f82b7a)
- yarn docs (beff970)
- force-add File*Date to Tags (e94a6f7)
- add jsdoc to deleteAllTags params (22596e1)
- fix spec with feeling (a081ec6)
- fix spec (1afdc30)
- rebuild docs (5a61bb4)
- v25.1.0. Fixes #178 (7e13bc8)
- rebuild docs (7dd2239)
- fix link in geolocation jsdoc (2b44d0e)
- fix link to GeolocationTags (6e01705)
Release 25.0.0
-
🌱/✨ 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 thePATH
. -
✨
ExifToolOptions.exiftoolPath
can now be anasync
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)