diff --git a/xdg/pinta.appdata.xml.in b/xdg/pinta.appdata.xml.in index 3207903b9..200b56352 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 -
  • -
  • Image or palette files that have an unknown extension but have valid contents can now be loaded (#1679570) -
  • +
  • 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 -
  • -
  • Upgraded to .NET 7 -
  • +
  • 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