From 81c0c7a98bb29ffdacef2de8eee0086c6eaa2c30 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 18 May 2025 00:47:42 +0200 Subject: [PATCH] desktop: fix release notes. I realized that without a listing of changes, the "Release Notes" tab is missing from the Welcome dialog. I can change this in the code, but having just a single small sentence filling a big tab is not really nice either. So instead, let's add some more details even if these are not as major changes as on a minor point release. After all, these are still nice changes anyway. Several of these even take good advantage of the demo feature in our AppStream parsing. --- desktop/org.gimp.GIMP.appdata.xml.in.in | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index e22e02900b..2e90b2ee4e 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -85,8 +85,24 @@

- This second micro release in the 3.0 series fixes various bugs and improves usability in several parts of the interface. + This second micro release in the 3.0 series fixes various bugs and improves usability in several parts of the interface:

+
    +
  • + MyPaint Brush: tool options layout made more consistent with other paint tools +
  • +
  • + Paths: clicking on the starting point in design mode closes the path
  • +
  • Scissors Select: pressing Enter connects the start and end points
  • +
  • Pencil: "Force" slider is now hidden in the tool options
  • +
  • Dockable dialogs in Windows have titlebars matching the theme's dark mode setting
  • +
  • Editing non-destructive filters now creates undo steps
  • +
  • Optimized font loading for faster startup
  • +
  • Improvements in various file format supports
  • +
  • And more bug fixes and usability improvements…
  • +