From f55d3fdfc0f8e2821b698cbbd6ffda70558d1f86 Mon Sep 17 00:00:00 2001 From: barasher Date: Sun, 4 Jul 2021 23:07:31 +0200 Subject: [PATCH] Add v1.6.1 changelog (#36) --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 4515b44..9bb5af9 100644 --- a/README.MD +++ b/README.MD @@ -18,6 +18,8 @@ - On Debian : `sudo apt-get install exiftool` +By default, `go-exiftool` binary will look for `exiftool` binary in $PATH, but another location can be specified (see `SetExiftoolBinaryPath` functional option). + ## Usage ```go @@ -81,4 +83,6 @@ Output : - [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 \ No newline at end of file + - "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) \ No newline at end of file