mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 03:50:13 +02:00
Add changelog and credit for #1265
This commit is contained in:
parent
3d7e8ef432
commit
80189ed689
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
Requires libvips v8.6.1.
|
Requires libvips v8.6.1.
|
||||||
|
|
||||||
|
#### v0.20.5 - TBD
|
||||||
|
|
||||||
|
* Expose libjpeg optimize_coding flag.
|
||||||
|
[#1265](https://github.com/lovell/sharp/pull/1265)
|
||||||
|
[@tomlokhorst](https://github.com/tomlokhorst)
|
||||||
|
|
||||||
#### v0.20.4 - 20<sup>th</sup> June 2018
|
#### v0.20.4 - 20<sup>th</sup> June 2018
|
||||||
|
|
||||||
* Prevent possible rounding error when using shrink-on-load and 90/270 degree rotation.
|
* Prevent possible rounding error when using shrink-on-load and 90/270 degree rotation.
|
||||||
|
@ -112,6 +112,7 @@ the help and code contributions of the following people:
|
|||||||
* [Rik Heywood](https://github.com/rikh42)
|
* [Rik Heywood](https://github.com/rikh42)
|
||||||
* [Thomas Parisot](https://github.com/oncletom)
|
* [Thomas Parisot](https://github.com/oncletom)
|
||||||
* [Nathan Graves](https://github.com/woolite64)
|
* [Nathan Graves](https://github.com/woolite64)
|
||||||
|
* [Tom Lokhorst](https://github.com/tomlokhorst)
|
||||||
|
|
||||||
Thank you!
|
Thank you!
|
||||||
|
|
||||||
|
@ -48,7 +48,8 @@
|
|||||||
"Andrea Bianco <andrea.bianco@unibas.ch>",
|
"Andrea Bianco <andrea.bianco@unibas.ch>",
|
||||||
"Rik Heywood <rik@rik.org>",
|
"Rik Heywood <rik@rik.org>",
|
||||||
"Thomas Parisot <hi@oncletom.io>",
|
"Thomas Parisot <hi@oncletom.io>",
|
||||||
"Nathan Graves <nathanrgraves+github@gmail.com>"
|
"Nathan Graves <nathanrgraves+github@gmail.com>",
|
||||||
|
"Tom Lokhorst <tom@lokhorst.eu>"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",
|
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user