Skip to content

Commit

Permalink
Release 6.4.0 (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbetschar authored Jan 24, 2022
1 parent 00f896a commit b44991d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions data/io.elementary.mail.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@
<binary>io.elementary.mail</binary>
</provides>
<releases>
<release version="6.3.2" date="2022-01-11" urgency="medium">
<release version="6.4.0" date="2022-01-22" urgency="medium">
<description>
<p>Improvements:</p>
<p>New features:</p>
<ul>
<li>Fixed an error which caused the inbox monitoring in the background to crash</li>
<li>Use message subject for composer window title</li>
<li>Added support for Unified Inbox for Microsoft 365 accounts</li>
<li>Use message subject for compose window title</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Fixed an error which caused the inbox monitoring in the background to crash</li>
<li>Removed duplicate sender addresses when composing a message</li>
<li>Fix a freeze when archiving the last message in a folder</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Renamed Office 365 to Microsoft 365 to follow suite on Microsoft's rebranding</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(
'io.elementary.mail',
'vala', 'c',
version: '6.3.1'
version: '6.4.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit b44991d

Please sign in to comment.