[gimp] NEWS: update.



commit 64ab8ac4e3a21217dc2589114eee0581141b29cc
Author: Jehan <jehan girinstud io>
Date:   Sun Oct 17 16:46:34 2021 +0200

    NEWS: update.
    
    I missed the new feature of Thumbnail preferences and associated
    gimp_export_thumbnail() API in my last NEWS update.
    Also adding some desktop file update and fix an action name.

 NEWS | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1c094a111d..ab33f38661 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@ Core:
     shortcut).
   - Config folder migration for GIMP 3 with initial implementation.
   - Action "view-rotate-reset" renamed to "view-reset" (resets both
-    flipping and rotate). New "view-rotate-reset" and "view-flip-rotate"
+    flipping and rotate). New "view-rotate-reset" and "view-flip-reset"
     for resetting rotation and flipping respectively.
   - New GimpEarlyRc class replacing GimpLangRc for very early config
     parsing (it used to be for language setting, now also for the
@@ -34,6 +34,12 @@ Core:
   - All g_memdup() ported to g_memdup2() thanks to GLib version bump.
   - Various leaks and other bugs fixed, notably with several static
     analyzer results
+  - Add metadata preference for saving thumbnail by default: saving a
+    thumbnail is closely related to the other metadata preferences,
+    but so far this was the only one that didn't have a preference for a
+    default user value. A new settings in the "Image Import & Export"
+    section of the Preferences allows to select whether thumbnail saving
+    should be enabled by default or not.
 
 Tools:
 
@@ -62,6 +68,9 @@ API:
     procedure dialogs.
   - All widgets within a same container in a GimpProcedureDialog are
     added to their own GtkSizeGroup.
+  - New function gimp_export_thumbnail() to query the user settings (as
+    set in Preferences) on whether or not a file plug-in should export
+    the image thumbnail.
 
 Plug-ins:
 
@@ -125,6 +134,9 @@ Build:
     with the Anitya backend allowing to monitor our dependencies and
     ensure they are always up-to-date. All dependencies have been
     updated accordingly.
+  - Our desktop file now lists a `StartupWMClass` tag to better
+    associate running GIMP windows with the application icon (and
+    possibly other metadata).
 
 
 Overview of Changes from GIMP 2.99.4 to GIMP 2.99.6


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]