Skip to content

Commit

Permalink
Release 6.3.0 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten authored Aug 15, 2022
1 parent 8552228 commit 5f1a0ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions data/io.elementary.switchboard.pantheon-shell.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@
<icon type="stock">preferences-desktop-wallpaper</icon>
<translation type="gettext">pantheon-desktop-plug</translation>
<releases>
<release version="6.3.0" date="2022-08-15" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>There is now an undo option after removing a wallpaper</li>
<li>Wallpapers are now sorted with custom wallpapers first</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Wallpaper accent color follows system setting</li>
<li>Set-wallpaper contract fails gracefully when run as sudo</li>
<li>Wallpapers with the same name are distinguished</li>
<li>Switching styles with the keyboard cancels dark style scheduling</li>
<li>Style dyslexia-friendly switch properly</li>
</ul>
<p>Other updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="6.2.0" date="2022-07-02" urgency="medium">
<description>
<p>New features:</p>
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(
'pantheon-desktop',
'vala', 'c',
version: '6.2.0'
version: '6.3.0'
)
gettext_name = meson.project_name() + '-plug'
gnome = import('gnome')
Expand Down

0 comments on commit 5f1a0ac

Please sign in to comment.