Version 5.705

This commit is contained in:
cketti 2020-02-06 22:24:58 +01:00
parent 92c4ffa440
commit af7887d20d
2 changed files with 12 additions and 2 deletions

View file

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

View file

@ -8,6 +8,16 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.705" versioncode="27005">
<change>Fixed bug that prevented contact pictures from being displayed</change>
<change>Display progress bar when syncing a folder</change>
<change>Fixed deleting messages when there's no Trash folder (IMAP)</change>
<change>Fixed a crash when encountering messages without a subject</change>
<change>Fixed bug that could lead to two message lists being displayed on top of each other</change>
<change>Stop trying to open external links inside the app when there's no app installed to handle the content</change>
<change>Updated translations</change>
<change>A lot of internal changes and improvements</change>
</release>
<release version="5.704" versioncode="27004">
<change>Changed background color of the app icon</change>
<change>Added setting to mark a message as read when it is deleted (enabled by default)</change>