Skip to content

Commit

Permalink
Add v1.6.1 changelog (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
barasher committed Jul 4, 2021
1 parent c84dfd8 commit f55d3fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- "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)

0 comments on commit f55d3fd

Please sign in to comment.