Version 5.709

This commit is contained in:
cketti 2020-04-18 17:38:07 +02:00
parent 9fdf396cb8
commit ec0ce5ed1d
2 changed files with 9 additions and 2 deletions

View file

@ -40,8 +40,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27008
versionName '5.709-SNAPSHOT'
versionCode 27009
versionName '5.709'
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk

View file

@ -8,6 +8,13 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.709" versioncode="27009">
<change>Display larger preview for image attachments</change>
<change>Fixed import and export of folder settings</change>
<change>IMAP: Properly handle UIDVALIDITY changes</change>
<change>Various smaller bug fixes</change>
<change>Updated translations</change>
</release>
<release version="5.708" versioncode="27008">
<change>Long-press on message in message list now selects the message</change>
<change>Click on contact picture in message list now selects the message</change>