From 03358ba8638b83cea0384685a602d8da8fffd845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 13 Dec 2021 22:40:26 +0000 Subject: [PATCH] Release 6.0.2 (#233) * Release 6.0.2 * Update meson.build * Update screenshot.appdata.xml.in * Update screenshot.appdata.xml.in Co-authored-by: Cassidy James Blaede --- data/screenshot.appdata.xml.in | 10 +++++++++- meson.build | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/data/screenshot.appdata.xml.in b/data/screenshot.appdata.xml.in index ab5bf928..68ba0b0e 100644 --- a/data/screenshot.appdata.xml.in +++ b/data/screenshot.appdata.xml.in @@ -25,8 +25,9 @@ - + +

Minor updates:

  • Update elementary runtime to 6.1
  • Updated translations
  • @@ -35,6 +36,7 @@ +

    Minor updates:

    • Translation updates
    @@ -42,9 +44,13 @@
    +

    New features:

    • Support the dark style
    • Drag and Drop the preview image from the save dialog
    • +
    +

    Minor updates:

    +
    • Drag to move the window from anywhere
    • Show details for errors if they occur
    • Translation updates
    • @@ -53,6 +59,7 @@ +

      Minor updates:

      • Fix minor visual issues with selection items
      • Translation updates
      • @@ -61,6 +68,7 @@ +

        Minor updates:

        • Close when pressing the Escape key
        • Translation updates
        • diff --git a/meson.build b/meson.build index 2bdfa394..844e4be9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.screenshot', 'vala', 'c', meson_version : '>= 0.46', - version: '6.0.1' + version: '6.0.2' ) gnome = import('gnome')