1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

NEWS: update.

This commit is contained in:
Jehan
2025-07-08 17:18:58 +02:00
parent 5f65133e20
commit f0357800bc

28
NEWS
View File

@@ -6,6 +6,34 @@
This is the development branch of GIMP.
Overview of Changes from GIMP 3.1.2 to GIMP 3.1.4
=================================================
Core:
- About dialog now shows "Up to date as of <date>" text for more
clarity.
- Fixed config migration when updating to GIMP 3.1/2.
- Reorganizing layer search code into generic item tree view search
code for further reusing into other use cases.
- Internal classes, config items and actions renamed from "vectors" to
"path".
- Some cleanup of outdated disabled unit tests and other warnings.
- Restructuration of internal GimpControllerManager API.
Graphical User Interface:
- More consistent capitalization across text in UI.
- Use system colors on Windows title bar when System colors theme is
set.
- Make the comment text area sensitive in Export procedure dialogs
depending on whether "Save Comment" checkbox is checked or not.
PDB:
- gimp-file-save properly sets associated save or exported files.
Overview of Changes from GIMP 3.0.4 to GIMP 3.1.2
=================================================