Skip to content

Commit

Permalink
Version 5.722
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Oct 20, 2020
1 parent 11add8f commit 78a70c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle
Expand Up @@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 27021
versionName '5.722-SNAPSHOT'
versionCode 27022
versionName '5.722'

// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr",
Expand Down
10 changes: 10 additions & 0 deletions app/ui/legacy/src/main/res/xml/changelog_master.xml
Expand Up @@ -8,6 +8,16 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.722" versioncode="27022">
<change>Fixed bug where updating drafts wouldn't upload the change to the server</change>
<change>Fixed bug where URLs were duplicated when saving drafts</change>
<change>Improved HTTP URL detection when URL is wrapped in parentheses</change>
<change>Don't show archive or spam action when displaying the corresponding folder</change>
<change>Show recipient name for all messages in Sent, Drafts, and Outbox folders</change>
<change>Use automatic identity selection when forwarding emails</change>
<change>Display message headers in original order</change>
<change>Updated translations</change>
</release>
<release version="5.721" versioncode="27021">
<change>Fixed bug that lead to the message body not being displayed when it contained a signature ending with a URL</change>
<change>Added 'copy link text to clipboard' option when long-pressing links</change>
Expand Down

0 comments on commit 78a70c3

Please sign in to comment.