doc: update README
This commit is contained in:
parent
143c335818
commit
bb400ed6ae
11
README.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user