Version 5.720

This commit is contained in:
cketti 2020-10-06 19:14:35 +02:00
parent 388a7f263e
commit 6c097b47da
2 changed files with 8 additions and 2 deletions

View file

@ -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",

View file

@ -8,6 +8,12 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.720&#8203;" versioncode="27020">
<change>Fixed bug in preview text extraction that could stop synchronization</change>
<change>When displaying text/plain parts the signature is de-emphasized</change>
<change>Sharing a message now includes subject, date, sender, and recipients</change>
<change>No longer use ISO-8859-1 encoding for headers</change>
</release>
<release version="5.719" versioncode="27019">
<change>Show image previews for attachments with application/octet-stream MIME type</change>
<change>Improved display of certain HTML messages</change>