Version 5.720
This commit is contained in:
parent
388a7f263e
commit
6c097b47da
2 changed files with 8 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.720​" 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>
|
||||
|
|
Loading…
Reference in a new issue