Skip to content

Commit 5f1a0ac

Browse files
author
Jeremy Wootten
authored
Release 6.3.0 (#329)
1 parent 8552228 commit 5f1a0ac

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

data/io.elementary.switchboard.pantheon-shell.appdata.xml.in

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@
77
<icon type="stock">preferences-desktop-wallpaper</icon>
88
<translation type="gettext">pantheon-desktop-plug</translation>
99
<releases>
10+
<release version="6.3.0" date="2022-08-15" urgency="medium">
11+
<description>
12+
<p>New features:</p>
13+
<ul>
14+
<li>There is now an undo option after removing a wallpaper</li>
15+
<li>Wallpapers are now sorted with custom wallpapers first</li>
16+
</ul>
17+
<p>Fixes:</p>
18+
<ul>
19+
<li>Wallpaper accent color follows system setting</li>
20+
<li>Set-wallpaper contract fails gracefully when run as sudo</li>
21+
<li>Wallpapers with the same name are distinguished</li>
22+
<li>Switching styles with the keyboard cancels dark style scheduling</li>
23+
<li>Style dyslexia-friendly switch properly</li>
24+
</ul>
25+
<p>Other updates:</p>
26+
<ul>
27+
<li>Updated translations</li>
28+
</ul>
29+
</description>
30+
</release>
1031
<release version="6.2.0" date="2022-07-02" urgency="medium">
1132
<description>
1233
<p>New features:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pantheon-desktop',
33
'vala', 'c',
4-
version: '6.2.0'
4+
version: '6.3.0'
55
)
66
gettext_name = meson.project_name() + '-plug'
77
gnome = import('gnome')

0 commit comments

Comments
 (0)