diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 4434405d6..a3432278e 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -48,8 +48,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 27019 - versionName '5.720-SNAPSHOT' + versionCode 27020 + versionName '5.720' // 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", diff --git a/app/ui/legacy/src/main/res/xml/changelog_master.xml b/app/ui/legacy/src/main/res/xml/changelog_master.xml index 9b1445976..0b3026b6d 100644 --- a/app/ui/legacy/src/main/res/xml/changelog_master.xml +++ b/app/ui/legacy/src/main/res/xml/changelog_master.xml @@ -8,6 +8,12 @@ They are automatically updated with "ant bump-version". --> + + Fixed bug in preview text extraction that could stop synchronization + When displaying text/plain parts the signature is de-emphasized + Sharing a message now includes subject, date, sender, and recipients + No longer use ISO-8859-1 encoding for headers + Show image previews for attachments with application/octet-stream MIME type Improved display of certain HTML messages