Skip to content

Commit f55d3fd

Browse files
committed
Add v1.6.1 changelog (#36)
1 parent c84dfd8 commit f55d3fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
- On Debian : `sudo apt-get install exiftool`
2020

21+
By default, `go-exiftool` binary will look for `exiftool` binary in $PATH, but another location can be specified (see `SetExiftoolBinaryPath` functional option).
22+
2123
## Usage
2224

2325
```go
@@ -81,4 +83,6 @@ Output :
8183
- [v1.5.0](https://github.com/barasher/go-exiftool/milestone/9)
8284
- "ExtractEmbedded" functional option
8385
- [v1.6.0](https://github.com/barasher/go-exiftool/milestone/10)
84-
- "ExtractAllBinaryMetadata" functional option
86+
- "ExtractAllBinaryMetadata" functional option
87+
- [v1.6.1](https://github.com/barasher/go-exiftool/milestone/11)
88+
- "SetExiftoolBinaryPath" functional option : specify where to find exiftool binary (default : $path)

0 commit comments

Comments
 (0)