From ac2588c636473f94a86fe4ef75340e37f2a67811 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Sun, 24 Mar 2024 19:57:23 -0400 Subject: [PATCH] Fix appstream validation errors Using nested lists is not supported, and produces an error now. --- xdg/pinta.appdata.xml.in | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/xdg/pinta.appdata.xml.in b/xdg/pinta.appdata.xml.in index 3207903b9d..200b56352a 100644 --- a/xdg/pinta.appdata.xml.in +++ b/xdg/pinta.appdata.xml.in @@ -6,14 +6,14 @@ Pinta Edit images and paint digitally - <_p> +

Pinta is a image editing, drawing and painting application with a simple yet powerful interface. Pinta has a wide range of drawing tools, including: freehand, rectangles, circles and lines. It also has over 35 effects to apply to your images, and also has the ability to create unlimited layers to help organize your creativity. - +

pinta.desktop @@ -66,25 +66,14 @@
  • The File -> New Screenshot command now uses the XDG screenshot portal if available. This fixes issues with taking screenshots under Wayland (#218, #1955841)
  • Improved canvas rendering performance (#209, #210)
  • Added support for loading files from virtual filesystems such as Google Drive mounts (#215, #1958763)
  • -
  • Improved support for .ora files
      -
    • Hidden layers are now round-tripped correctly for .ora files (#1377566)
    • -
    • When saving a .ora file, a flattened image (mergedimage.png) is now included in the archive. This is required by the spec to accommodate viewer software (#1377566)
    • -
    -
  • -
  • Image or palette files that have an unknown extension but have valid contents can now be loaded (#1679570)
      -
    • The file dialog also now uses MIME types on Linux and macOS, allowing valid image files with unknown extensions to be included in the image file filter (#216)
    • -
    -
  • +
  • Improved support for .ora files
  • +
  • Hidden layers are now round-tripped correctly for .ora files (#1377566)
  • +
  • When saving a .ora file, a flattened image (mergedimage.png) is now included in the archive. This is required by the spec to accommodate viewer software (#1377566)
  • +
  • Image or palette files that have an unknown extension but have valid contents can now be loaded (#1679570). The file dialog also now uses MIME types on Linux and macOS, allowing valid image files with unknown extensions to be included in the image file filter (#216)
  • Updated the application icon (#220)
  • -
  • WebP support
      -
    • For Linux users, webp-pixbuf-loader is now a suggested dependency to enable WebP support in Pinta
    • -
    • webp-pixbuf-loader is now included with the macOS package for WebP support
    • -
    -
  • -
  • Upgraded to .NET 7
      -
    • Building against .NET 6 (LTS) is still supported. When building from the tarball, .NET 6 will be used if .NET 7 is unavailable
    • -
    -
  • +
  • For Linux users, webp-pixbuf-loader is now a suggested dependency to enable WebP support in Pinta
  • +
  • webp-pixbuf-loader is now included with the macOS package for WebP support
  • +
  • Upgraded to .NET 7. Building against .NET 6 (LTS) is still supported. When building from the tarball, .NET 6 will be used if .NET 7 is unavailable
  • Changes