diff --git a/README.md b/README.md index 3286d7d..61863a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -A thumbnailing library for Go. +# thumbnail -Written in Go +A thumbnailing library for Go. - Supports jpeg / png / gif / bmp / webp files (internally) - Supports video files (requires `ffmpeg` in `$PATH`) @@ -12,9 +12,12 @@ Written in Go A standalone binary `mkthumb` is provided as a sample utility. This package can be installed via go get: `go get code.ivysaur.me/thumbnail` -[go-get]code.ivysaur.me/thumbnail git https://git.ivysaur.me/code.ivysaur.me/thumbnail.git[/go-get] -=CHANGELOG= +## Changelog + +2018-12-31 1.0.1 +- Convert to Go Modules +- Update vendored dependencies 2018-06-09 1.0.0 - Feature: Major speed improvement