From 7a7de5c61caaceee43006b06dc24477587f17b8c Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 26 Aug 2018 15:11:52 +0200 Subject: [PATCH] desktop: add missing filter in notes. Also remove '.' at end of some
  • . `appstream-util` does not like full stops in item lists, when in `validate-strict` mode (we don't test in this mode, but it is worth improving the warning list a bit). --- desktop/org.gimp.GIMP.appdata.xml.in.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index 9e002ba8b7..92f7d4a32a 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -87,6 +87,9 @@ New "Little Planet" (gegl:stereographic-projection) filter <_li> + New "Long Shadow" filter + + <_li> The "Straighten" option of the Measure Tool now allows vertical straightening @@ -219,9 +222,9 @@
      <_li>Major core optimizations for painting and display, - including parallelized painting code. + including parallelized painting code <_li>Symmetries are now preserved in XCF files (saved as image - parasites). + parasites) <_li>"Light" and "Dark" themes rewritten from scratch to get rid of various usability issues. "Lighter" and "Darker" themes removed. @@ -231,7 +234,7 @@ <_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 on warnings and critical errors - when "fatal-warnings" debug key is set. + when "fatal-warnings" debug key is set
    <_p>For more information, see https://www.gimp.org/news/2018/04/17/gimp-2-10-0-rc2-released/