From bb400ed6ae6f552e7e3965b57df0285e33f9cf55 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 31 Dec 2018 16:52:12 +1300 Subject: [PATCH] doc: update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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