revise changelog

This commit is contained in:
John Cupitt 2022-12-22 19:02:04 +00:00
parent ec98db2196
commit 34df78f778
1 changed files with 14 additions and 14 deletions

View File

@ -1,33 +1,33 @@
22/12/22 8.14.0 22/12/22 8.14.0
- expose location of interest when using attention based cropping [ejoebstl] - expose location of interest when using attention based cropping [ejoebstl]
- version bump to 8.14
- remove autotools - remove autotools
- remove various obsolete scripts - remove various obsolete scripts
- remove benchmark - remove benchmark
- jp2ksave defaults to chroma subsample off, and jp2 write - `jp2ksave` defaults to chroma subsample off, and jp2 write
- don't minimise sink_screen input after expose ... improves caching during - don't minimise `vips_sink_screen()` input after expose ... improves
interactive use caching during interactive use
- require libjxl 0.6+ - require libjxl 0.6+
- add "interlace" option to GIF save [dloebl] - add `interlace` option to GIF save [dloebl]
- magick load sets "magick-format" metadata [aksdb] - magick load sets `magick-format` metadata [aksdb]
- add ".pnm" save [ewelot] - add `.pnm` save [ewelot]
- threaded tiff jp2k and jpeg decompress - threaded tiff jp2k and jpeg decompress
- improve speed and efficiency of animated WebP write [dloebl] - improve speed and efficiency of animated WebP write [dloebl]
- add rgb mode to openslideload - add `rgb` mode to openslideload
- new thread recycler - new thread recycler
- threadpools size dynamically with load - threadpools size dynamically with load
- operations can hint threadpool size - operations can hint threadpool size
- faster `dzsave`
- support for N-colour ICC profiles - support for N-colour ICC profiles
- add bash completions for "vips" - add bash completions for `vips`
- fits load and allows many more bands - fits load and allows many more bands
- fits write doesn't duplicate header fields - fits write doesn't duplicate header fields
- add @wrap to vips_text() - add `wrap` to `vips_text()`
- GIF load supports truncated frames [tlsa] - GIF load supports truncated frames [tlsa]
- EXIF support for PNG load and save - EXIF support for PNG load and save
- deprecate gifsave reoptimise, add reuse - deprecate gifsave `reoptimise`, add `reuse`
- add "encoder" to heifsave [dloebl] - add `encoder` to heifsave [dloebl]
- add "cplusplus" meson build option [jcupitt] - add `cplusplus` meson build option [jcupitt]
9/11/22 started 8.13.4 9/11/22 started 8.13.4
- missing include in mosaic_fuzzer [ServOKio] - missing include in mosaic_fuzzer [ServOKio]