Skip to content

Commit 9f1677e

Browse files
committed
added "New in 2.7.0" section
1 parent 841d757 commit 9f1677e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,19 @@ Bread on the table don't come for free, even though this library does, and alway
139139
- Max Kreminsky ($65)
140140
- Steven Sullivan ($51)
141141

142+
## New in 2.7.0:
143+
- ImageMagick now supports the "near-lossless" option (provided Imagick >= 7.0.10-54) [#299](https://github.com/rosell-dk/webp-convert/issues/299)
144+
- Added "try-common-system-paths" option for ImageMagick (default: true). So ImageMagick will now peek for "convert" in common system paths [#293](https://github.com/rosell-dk/webp-convert/issues/293)
145+
- Fixed memory leak in Gd on very old versions of PHP [#264](https://github.com/rosell-dk/webp-convert/issues/264)
146+
- And more (view closed issues [here](https://github.com/rosell-dk/webp-convert/milestone/24?closed=1)
147+
142148
## New in 2.6.0:
143149
- Introduced [auto-limit](https://github.com/rosell-dk/webp-convert/blob/master/docs/v2.0/converting/options.md#auto-limit) option which replaces setting "quality" to "auto" [#281](https://github.com/rosell-dk/webp-convert/issues/281)
144150
- Added "sharp-yuv" option and made it default on. [Its great](https://www.ctrl.blog/entry/webp-sharp-yuv.html), use it! Works in most converters (works in cwebp, vips, imagemagick, graphicsmagick, imagick and gmagick) [#267](https://github.com/rosell-dk/webp-convert/issues/267), [#280](https://github.com/rosell-dk/webp-convert/issues/280), [#284](https://github.com/rosell-dk/webp-convert/issues/284)
145151
- Bumped cwebp binaries to 1.2.0 [#273](https://github.com/rosell-dk/webp-convert/issues/273)
146152
- vips now supports "method" option and "preset" option.
147153
- graphicsmagick now supports "auto-filter" potion
148-
- vips, imagick, imagemagick, graphicsmagick and gmagick now supports "preset" option [#275(https://github.com/rosell-dk/webp-convert/issues/275)
154+
- vips, imagick, imagemagick, graphicsmagick and gmagick now supports "preset" option [#275](https://github.com/rosell-dk/webp-convert/issues/275)
149155
- cwebp now only validates hash of supplied precompiled binaries when necessary. This cuts down conversion time. [#287](https://github.com/rosell-dk/webp-convert/issues/287)
150156
- Added [new option](https://github.com/rosell-dk/webp-convert/blob/master/docs/v2.0/converting/options.md#cwebp-skip-these-precompiled-binaries) to cwebp for skipping precompiled binaries that are known not to work on current system. This will cut down on conversion time. [#288](https://github.com/rosell-dk/webp-convert/issues/288)
151157
- And more (view closed issues [here](https://github.com/rosell-dk/webp-convert/milestone/22?closed=1))
152-
153-
154-
I'm checking out github ci. It is still in queue...
155-
[![Build Status](https://img.shields.io/github/workflow/status/rosell-dk/webp-convert/PHP?style=flat-square)](https://github.com/rosell-dk/webp-convert/actions/workflows/php.yml)

0 commit comments

Comments
 (0)