Skip to content

Commit

Permalink
Release 6.0.2 (#233)
Browse files Browse the repository at this point in the history
* Release 6.0.2

* Update meson.build

* Update screenshot.appdata.xml.in

* Update screenshot.appdata.xml.in

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
  • Loading branch information
danirabbit and cassidyjames committed Dec 13, 2021
1 parent 044ce21 commit 03358ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion data/screenshot.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
</screenshot>
</screenshots>
<releases>
<release version="6.0.2" date="2021-12-07" urgency="medium">
<release version="6.0.2" date="2021-12-13" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Update elementary runtime to 6.1</li>
<li>Updated translations</li>
Expand All @@ -35,16 +36,21 @@
</release>
<release version="6.0.1" date="2021-10-22" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Support the dark style</li>
<li>Drag and Drop the preview image from the save dialog</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Drag to move the window from anywhere</li>
<li>Show details for errors if they occur</li>
<li>Translation updates</li>
Expand All @@ -53,6 +59,7 @@
</release>
<release version="1.7.1" date="2020-01-21" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Fix minor visual issues with selection items</li>
<li>Translation updates</li>
Expand All @@ -61,6 +68,7 @@
</release>
<release version="1.7.0" date="2019-11-15" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Close when pressing the Escape key</li>
<li>Translation updates</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 03358ba

Please sign in to comment.