doc: update README

This commit is contained in:
mappu 2018-12-31 16:52:12 +13:00
parent 143c335818
commit bb400ed6ae
1 changed files with 7 additions and 4 deletions

View File

@ -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