From 8b649ccca4b825d38dd2d77e72b0b021e775534f Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 11 Mar 2026 21:04:06 +0100 Subject: [PATCH] NEWS: update. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 12db3f2a66..63a82501ed 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,14 @@ Plug-Ins: * DCT options are shown again as a combo box (instead of a radio frame), just like they were during the 2.10 series. +API: + + - libgimp/PDB: gimp_image_convert_color_profile() allows a NULL + profile, which will convert the image to a built-in profile, as was + already documented (yet not properly implemented). + - libgimpwidgets: GimpUnitComboBox better interacting with pointer + events. + Translations: - New Kazakh translation of the Windows installer, as well as for @@ -59,6 +67,9 @@ Build: not found in XDG config home, similarly to what we do for Flatpak. - Our in-house macOS builds now uses macOS 26 to generate Liquid Glass icons. + - The RC2 splash image was chosen as final GIMP 3.2.0 splash. + - DMG packages for macOS are now properly built as relocatable. + - Building GIMP is now fully reproducible. Overview of Changes from GIMP 3.2.0 RC2 to GIMP 3.2.0 RC3