diff --git a/NEWS b/NEWS index bb68119c6c..6c417d839e 100644 --- a/NEWS +++ b/NEWS @@ -30,8 +30,9 @@ Core: User interface: - - Lighter and Grey themes remove for now, Dark theme rewritten from - scratch to get rid of various usability issues and glitches. + - Lighter and Darker themes removed for now, Light and Dark themes + rewritten from scratch to get rid of various usability issues and + glitches. Only Gray theme from previous set kept as-is. - New GimpToolGyroscope on-canvas control, currently used for the Panorama Projection filter. The widget provides on-canvas interaction for 3D rotation (yaw, pitch, roll). diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index 95fe866f57..42a8386bee 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -138,15 +138,16 @@ including parallelized painting code. <_li>Symmetries are now preserved in XCF files (saved as image parasites). - <_li>Light and Dark themes rewritten from scratch to get rid - of various usability issues + <_li>"Light" and "Dark" themes rewritten from scratch to get + rid of various usability issues. "Lighter" and "Darker" themes + removed. <_li> New GimpToolGyroscope on-canvas control, currently used for the Panorama Projection filter. The widget provides on-canvas interaction for 3D rotation (yaw, pitch, roll). - <_li>Plug-ins debugging improved to output stack traces from + <_li>Plug-in debugging improved to output stack traces from plug-ins with --stack-trace-mode command line option not only - on receiving signals but also when "fatal-warnings" debug key - is set. + on receiving signals but also on warnings and critical errors + when "fatal-warnings" debug key is set. <_p>For more information, see https://www.gimp.org/news/2018/04/14/gimp-2-10-rc2-released/