diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index fa2a6989f1..76dd0fc42e 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -74,7 +74,7 @@ - +

One step further towards GIMP 3.0, GIMP 2.99.12 comes along with the following noteworthy improvements: @@ -90,10 +90,38 @@ tool-options:line-art-settings"> Redesigned and reorganized "Fill by line art detection" settings -

  • Added support for the BigTIFF file format
  • -
  • New option "Number of repeats" in GIF export
  • + +
  • New "Default" and "Compact" themes with dark and light variants
  • +
  • New "Drag-to-zoom" behavior and speed settings in Preferences
  • +
  • On-canvas modifiers are now customizable
  • Tool pointer settings reorganized and moved from "Image Windows" to "Input Devices" tabs in Preferences
  • Improved handling of unchecked "Show pointer for paint tools" option
  • + +
  • Touchpad gesture rotation (2-finger pinch) on canvas
  • +
  • Preview size in item dockables now settable with Ctrl+wheel and pinch gesture
  • +
  • Gradient editor can be zoomed with pinch gesture
  • + +
  • New soft-proofing toggle in the status bar, with pop-over settings on right click
  • +
  • CMYK export implemented and import improved for JPEG, using the soft-proofing profile
  • +
  • CMYK(A) import and export support for 8 and 16-bit TIFF files, using the soft-proofing profile
  • +
  • Improved CMYK import support for PSD files, using the soft-proofing profile
  • +
  • The CMYK color selector is now simulation-space (soft-proofing) aware
  • + +
  • Added support for the BigTIFF file format
  • +
  • Minimal support of Duotone PSD files
  • +
  • SVG import can now disable size parsing (with security implications)
  • +
  • New option "Number of repeats" in GIF export
  • +
  • PNG export has a new settings to optimize the palette size of indexed images
  • +
  • New "Flip image" option in DDS export, as needed by some game engines
  • +
  • Various improvements to DDS support, in particular for 16-bit channels
  • +
  • Various improvements to FLI support
  • +
  • Various improvements to RAW data support
  • +
  • New WBMP format initial support
  • +
  • New ANI format initial support
  • +
  • Huge internal work on script-fu
  • +
  • New command line option --quit to quit GIMP immediately after running batch commands, propagating script failure in exit code
  • +
  • The command line option --batch-interpreter is now mandatory for --batch as there is no default interpreter anymore
  • +
  • Many plug-in API improvements