[gimp] NEWS: update.



commit c342bcf1d992b5fb6b4b7878e4fb067db12b6f35
Author: Jehan <jehan girinstud io>
Date:   Thu Sep 29 22:47:18 2022 +0200

    NEWS: update.

 NEWS | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
---
diff --git a/NEWS b/NEWS
index b1796e2c38..49f4b9fafe 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,20 @@ Core:
   - The update check on macOS now uses native HTTPS-able API, so that we
     don't have to wait for GIO to have HTTPS modules for macOS.
 
+Graphical User Interface:
+
+  - New "Gray" theme based on a 18.42% luminance middle-gray background, which
+    should be a good neutral environment for color work.
+  - The foreground/background editor in the toolbox will now take into account
+    the toolbox icon size and resize itself accordingly (live, as you change
+    theme). This allows to have really narrow toolbox when you use small icons.
+  - Theme-override icon size selection in Preferences > Themes: this allows to
+    override theme-set icon sizes, with a global concept of small, medium, large
+    and huge. The following widgets are so far modified: toolbox icons, fg/bg
+    editor in toolbox, fg/bg editor in Colors dockable, dockables tab icons,
+    bottom buttons (in the button box) of dockables, header eye and lock icons
+    above item trees, and eye and lock icon switches in item tree cells.
+
 Plug-ins:
 
   - PDF:
@@ -25,6 +39,21 @@ Plug-ins:
       with a checkbox in the export dialog to allow exporting as pages
       the root layers only. The main usage is to organize your pages'
       contents in layer groups.
+  - AVIF:
+    * RGB AVIF compatibility with Safari on iOS 16.0: Some AVIF images are
+      rendered differently in Apple's implementation compared to implementations
+      of Google and Mozilla. See: https://github.com/AOMediaCodec/av1-avif/issues/195
+      This changes requires libheif 1.10.0 though the plug-in can still build
+      with older libheif.
+  - PSD:
+    * export of CMYK(A) files added, with 8 or 16-bit precision per channel,
+      using a CMYK soft-proof profile for conversion.
+
+API:
+
+  - Changes in libgimp:
+    * Abstract method get_window() of GimpProgressVtable had its signature
+      changed. The window ID is now a guint64.
 
 Build:
 
@@ -33,6 +62,7 @@ Build:
     official build for GIMP 3.0.
   - The CI now generates a tarball containing the GIMP references,
     generated by gi-docgen and g-ir-doc.
+  - Improved Clang 15.0.0 support.
 
 
 Overview of Changes from GIMP 2.99.10 to GIMP 2.99.12


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