doc: update README for v2.12.6 release
This commit is contained in:
parent
5971f07878
commit
bdcc2f09a6
@ -27,11 +27,11 @@ Usage of gopngquant:
|
||||
|
||||
This package can be installed via go get: `go get code.ivysaur.me/imagequant`
|
||||
|
||||
The expected package path is `code.ivysaur.me/imagequant`. Build via `go build`.
|
||||
Import the package as `code.ivysaur.me/imagequant/v2` and compile via `go build`.
|
||||
|
||||
This is a CGO package and requires a C compiler installed. However, if you use `go install` then future invocations of `go build` do not require the C compiler to be present.
|
||||
|
||||
The `imagequant.go` file also declares a number of `CFLAGS` for GCC that allow the included libimagequant (2.8 git-a425e83) to build in an optimal way without using the upstream configure/make scripts.
|
||||
The `imagequant.go` file also declares a number of `CFLAGS` for GCC that allow the included libimagequant to build in a reasonably optimal way without using the upstream configure/make scripts.
|
||||
|
||||
## License
|
||||
|
||||
@ -39,6 +39,10 @@ I am releasing this binding under the ISC license, however, `libimagequant` itse
|
||||
|
||||
## Changelog
|
||||
|
||||
2020-07-25 v2.12.6
|
||||
- Update bundled libimagequant from 2.12.2 to 2.12.6
|
||||
- Fix missing v2 in go.mod file causing failure to import in Modules mode
|
||||
|
||||
2018-12-31 v2.12.2-go1.2
|
||||
- go-imagequant: Update bundled libimagequant from 2.9.0 to 2.12.2
|
||||
- build: Switch to Go Modules
|
||||
|
Loading…
Reference in New Issue
Block a user