NEWS: update.

This commit is contained in:
Jehan 2025-02-09 19:50:07 +01:00
parent e496a1ce4f
commit 3970300e9e

10
NEWS
View file

@ -127,6 +127,16 @@ API:
* Filters created by libgimp are always set as "unclipped". * Filters created by libgimp are always set as "unclipped".
Functions to control this settings will likely happen after 3.0.0 Functions to control this settings will likely happen after 3.0.0
release. release.
* Compat PDB-only procedure plug-in-autocrop is now transformed to
proper gimp-image-autocrop procedure with corresponding libgimp
function gimp_image_autocrop().
* Compat PDB-only procedure plug-in-autocrop-layer is now
transformed to proper gimp-image-autocrop-selected-layers
procedure with corresponding libgimp function
gimp_image_autocrop_selected_layers().
* Both the new autocrop procedures now allow a NULL input drawable
and will use the image for determining cropping extents in this
case.
- Changes in libgimpwidgets: - Changes in libgimpwidgets:
* New GimpFileChooser widget. * New GimpFileChooser widget.
* New functions: * New functions: