mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
parent
c26b77683a
commit
9bfaca2857
@ -4,6 +4,16 @@
|
|||||||
|
|
||||||
Requires libvips v8.15.3
|
Requires libvips v8.15.3
|
||||||
|
|
||||||
|
### v0.33.6 - TBD
|
||||||
|
|
||||||
|
* Improve support for ppc64le architecture.
|
||||||
|
[#4203](https://github.com/lovell/sharp/pull/4203)
|
||||||
|
[@sumitd2](https://github.com/sumitd2)
|
||||||
|
|
||||||
|
* Add `pdfBackground` constructor property.
|
||||||
|
[#4207](https://github.com/lovell/sharp/pull/4207)
|
||||||
|
[@calebmer](https://github.com/calebmer)
|
||||||
|
|
||||||
### v0.33.5 - 16th August 2024
|
### v0.33.5 - 16th August 2024
|
||||||
|
|
||||||
* Upgrade to libvips v8.15.3 for upstream bug fixes.
|
* Upgrade to libvips v8.15.3 for upstream bug fixes.
|
||||||
|
@ -302,3 +302,9 @@ GitHub: https://github.com/ton11797
|
|||||||
|
|
||||||
Name: Nathan Keynes
|
Name: Nathan Keynes
|
||||||
GitHub: https://github.com/nkeynes
|
GitHub: https://github.com/nkeynes
|
||||||
|
|
||||||
|
Name: Sumit D
|
||||||
|
GitHub: https://github.com/sumitd2
|
||||||
|
|
||||||
|
Name: Caleb Meredith
|
||||||
|
GitHub: https://github.com/calebmer
|
||||||
|
File diff suppressed because one or more lines are too long
@ -7,6 +7,7 @@
|
|||||||
"darwin-x64",
|
"darwin-x64",
|
||||||
"linux-arm",
|
"linux-arm",
|
||||||
"linux-arm64",
|
"linux-arm64",
|
||||||
|
"linux-ppc64",
|
||||||
"linux-s390x",
|
"linux-s390x",
|
||||||
"linux-x64",
|
"linux-x64",
|
||||||
"linuxmusl-arm64",
|
"linuxmusl-arm64",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user