All Versions
164
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 12

  • v4.14.1 Changes

    • โšก๏ธ ๐Ÿ“ฆ Update deps
  • v4.14.0 Changes

    • ๐Ÿž Use spawn instead of execFile, as the latter has buggy maxBuffer exit behavior and could leak exiftool processes on windows
    • 0๏ธโƒฃ ๐Ÿž The .exiftool singleton now properly uses a DefaultMaxProcs const.
  • v4.13.1 Changes

    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v10.70
    • ๐Ÿ‘• ๐Ÿ“ฆ Replace tslint and tsfmt with prettier
    • โœ… ๐Ÿ“ฆ Add test coverage report

    (due to buggy interactions between yarn and np, v4.13.0 was published in an incomplete state and subsequently unpublished)

  • v4.12.1 Changes

    • โช ๐Ÿ“ฆ Rollback the rollback, as it's a known issue with par. If this happens again I'll add a windows-specific validation of the par directory.
  • v4.12.0 Changes

  • v4.11.0 Changes

  • v4.10.0 Changes

    • โฌ†๏ธ ๐ŸŒฑ ExifTool upgraded to v10.67
  • v4.9.2 Changes

    • 0๏ธโƒฃ ๐Ÿ“ฆ More conservative default for maxProcs: Math.max(1, system cpus / 4).
  • v4.9.0 Changes

    • ๐Ÿ“ฆ Expose ExifTool.ended
  • v4.8.0 Changes

    • โœจ Corrected the type interface to ExifTool.write() to be only string or numeric values with keys from Tags so intellisense can work it's magicks
    • โšก๏ธ ๐Ÿ“ฆ Updated the README with more examples
    • โœ… ๐Ÿ“ฆ Added timestamp write tests