Version 5.721

This commit is contained in:
cketti 2020-10-07 17:07:23 +02:00
parent 68405c91b4
commit e7bcfe7e3e
2 changed files with 7 additions and 2 deletions

View file

@ -48,8 +48,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27020
versionName '5.721-SNAPSHOT'
versionCode 27021
versionName '5.721'
// 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,11 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<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>
<change>Treat all whitespace as separator when detecting URLs</change>
</release>
<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>