Skip to content

Commit d1e4f33

Browse files
authored
Release 6.0.0 (#219)
* Release 6.0.0 * Update meson.build * Update io.elementary.screenshot.yml * Update screenshots * Update io.elementary.screenshot.yml
1 parent 488eed1 commit d1e4f33

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

data/screenshot.appdata.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
</screenshot>
2626
</screenshots>
2727
<releases>
28+
<release version="6.0.0" date="2021-07-19" urgency="medium">
29+
<description>
30+
<ul>
31+
<li>Support the dark style</li>
32+
<li>Drag and Drop the preview image from the save dialog</li>
33+
<li>Drag to move the window from anywhere</li>
34+
<li>Show details for errors if they occur</li>
35+
<li>Translation updates</li>
36+
</ul>
37+
</description>
38+
</release>
2839
<release version="1.7.1" date="2020-01-21" urgency="medium">
2940
<description>
3041
<ul>

data/screenshot.png

-5.96 KB
Loading

data/screenshot2.png

-33.5 KB
Loading

io.elementary.screenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.elementary.screenshot
22
runtime: io.elementary.Platform
3-
runtime-version: 'daily'
3+
runtime-version: '6'
44
sdk: io.elementary.Sdk
55
command: io.elementary.screenshot
66
finish-args:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.screenshot', 'vala', 'c',
33
meson_version : '>= 0.46',
4-
version: '1.7.1'
4+
version: '6.0.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)