Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
barasher committed Jun 22, 2022
1 parent 4b7fa8a commit 1228218
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ See [example function ExampleExiftool_Write in exiftool_sample_test.go](exiftool
- Several improvements (thanks to [Dale Hui](https://github.com/dhui))
- [v1.7.0](https://github.com/barasher/go-exiftool/milestone/13)
- Add metadata writing capabilities (thanks to [Dale Hui](https://github.com/dhui))
- [v1.7.1](https://github.com/barasher/go-exiftool/milestone/14)
- [v1.8.0](https://github.com/barasher/go-exiftool/milestone/14)
- [Fix a bug](https://github.com/barasher/go-exiftool/issues/52) that was blocking `go-exiftool` when a folder was provided. Folder metadata extraction will now return a new sentinel error (ErrNotFile).
- Add a new sentinel error (`ErrBufferTooSmall`) that is returned when `go-exiftool`'s buffer isn't big enough for a specifi file (countermeasure: initialize `go-exiftool` with the `Buffer` option)
- Add a new sentinel error (`ErrBufferTooSmall`) that is returned when `go-exiftool`'s buffer isn't big enough for a specifi file (countermeasure: initialize `go-exiftool` with the `Buffer` option)
- [New option to specify a date format (`DateFormat`)](https://github.com/barasher/go-exiftool/pull/60) (thanks to [Andy Gorman](https://github.com/agorman))
- [New option to output format for GPS coordinates (`CoordFormat`)](https://github.com/barasher/go-exiftool/pull/60) (thanks to [Andy Gorman](https://github.com/agorman))

0 comments on commit 1228218

Please sign in to comment.