Skip to content

Commit

Permalink
Release 6.2.1 (#231)
Browse files Browse the repository at this point in the history
* AppData: update for 6.2.1

* Update meson.build

* Update onlineaccounts.appdata.xml.in
  • Loading branch information
cassidyjames authored Sep 28, 2021
1 parent c2dfc91 commit 75e9d9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions data/onlineaccounts.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
<icon type="stock">preferences-desktop-online-accounts</icon>
<translation type="gettext">online-accounts-plug</translation>
<releases>
<release version="6.2.1" date="2021-09-02" urgency="medium">
<release version="6.2.1" date="2021-09-28" urgency="medium">
<description>
<p>Fixes:</p>
<ul>
<li>Close dialogs when pressing "ESC"</li>
<li>Make sure you can always navigate next by pressing "enter"</li>
<li>Make sure the refresh interval for an IMAP account is set</li>
<li>Fix adding, editing, and removing lists in CalDAV apps like Tasks</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Make sure you can always navigate next by pressing the Enter key</li>
<li>Close dialogs when pressing the Escape key</li>
<li>Use a more complete list of authentication methods for IMAP</li>
<li>Fix adding, editing, and removing lists in Tasks</li>
<li>Updated translations</li>
</ul>
</description>
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(
'online-accounts',
'vala', 'c',
version: '6.1.0'
version: '6.2.1'
)

gettext_name = meson.project_name() + '-plug'
Expand Down

0 comments on commit 75e9d9f

Please sign in to comment.