Skip to content

Commit

Permalink
prep changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 3, 2023
1 parent 546f9aa commit 6e626da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ vendored versions of ExifTool match the version that they vendor.

## Version history

### v20.0.0 (not yet released)
### v20.0.0

- 💔 `ExifTool.write` took a generic that defaulted to `WriteTags`, but the type wasn't used for anything. I removed the generic typing, which may require consumers to change their code.

- 📦 Updated dependencies. `yarn prettier` now re-organizes imports. Re-ran prettier, rebuilt tags, and rebuilt docs.

- 🌱 ExifTool upgraded to [v12.55](https://exiftool.org/history.html#v12.55)

- 📦 `yarn prettier` now re-organizes imports

- 📦 Updated dependencies, re-ran prettier, rebuilt tags, rebuilt docs

### v19.0.0

- 💔/🐞 [Fix #124](https://github.com/photostructure/exiftool-vendored.js/issues/124): Improved support for filenames with non-latin (a-z0-9) characters on Windows machines that weren't set to UTF-8. Thanks for the bug report and PR, [Jürg Rast](https://github.com/jrast)!
Expand Down

0 comments on commit 6e626da

Please sign in to comment.