Version 5.721
This commit is contained in:
parent
68405c91b4
commit
e7bcfe7e3e
2 changed files with 7 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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​" 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>
|
||||
|
|
Loading…
Reference in a new issue