Skip to content

Commit

Permalink
v1.6.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barasher committed Jul 21, 2021
1 parent c0795e3 commit 4026654
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,23 @@ Output :
- [v1.1.1](https://github.com/barasher/go-exiftool/milestone/2)
- [add typed getters for filemetadata fields](https://github.com/barasher/go-exiftool/issues/2)
- [v1.1.3](https://github.com/barasher/go-exiftool/milestone/3)
- [add Mac & Windows support](https://github.com/barasher/go-exiftool/pull/7) (thank to @PROger4ever)
- [increase errors readability](https://github.com/barasher/go-exiftool/pull/8) (thank to @PROger4ever)
- [add Mac & Windows support](https://github.com/barasher/go-exiftool/pull/7) (thanks to @PROger4ever)
- [increase errors readability](https://github.com/barasher/go-exiftool/pull/8) (thanks to @PROger4ever)
- [v1.2.0](https://github.com/barasher/go-exiftool/milestone/4)
- [add stdout and stderr buffer configuration capabilities](https://github.com/barasher/go-exiftool/issues/6) (thank to @asannikov)
- [v1.3.0](https://github.com/barasher/go-exiftool/milestone/5)
- Add functionnal option to set [ExifTool](https://www.sno.phy.queensu.ca/~phil/exiftool/)'s `-charset` parameter (thank to @PROger4ever)
- [v1.3.1](https://github.com/barasher/go-exiftool/milestone/6)
- [fix line separator on macOS](https://github.com/barasher/go-exiftool/issues/16)
- [v1.3.2](https://github.com/barasher/go-exiftool/milestone/7)
- [add Freebsd support](https://github.com/barasher/go-exiftool/pull/21) (thank to @ghyman1)
- [add Freebsd support](https://github.com/barasher/go-exiftool/pull/21) (thanks to @ghyman1)
- [v1.4.0](https://github.com/barasher/go-exiftool/milestone/8)
- ["NoPrintConversion" functional option](https://github.com/barasher/go-exiftool/pull/24) (thank to [Kjeldgaard](https://github.com/Kjeldgaard))
- ["NoPrintConversion" functional option](https://github.com/barasher/go-exiftool/pull/24) (thanks to [Kjeldgaard](https://github.com/Kjeldgaard))
- [v1.5.0](https://github.com/barasher/go-exiftool/milestone/9)
- "ExtractEmbedded" functional option
- [v1.6.0](https://github.com/barasher/go-exiftool/milestone/10)
- "ExtractAllBinaryMetadata" functional option
- [v1.6.1](https://github.com/barasher/go-exiftool/milestone/11)
- "SetExiftoolBinaryPath" functional option : specify where to find exiftool binary (default : $path)
- "SetExiftoolBinaryPath" functional option : specify where to find exiftool binary (default : $path)
- [v1.6.2](https://github.com/barasher/go-exiftool/milestone/12)
- Several improvements (thanks to [Dale Hui](https://github.com/dhui))

0 comments on commit 4026654

Please sign in to comment.