Version 5.708

This commit is contained in:
cketti 2020-03-20 00:02:38 +01:00
parent 87ba57a12b
commit b558dc855f
2 changed files with 10 additions and 2 deletions

View file

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

View file

@ -8,6 +8,14 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<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>
<change>Fixed bug that disabled auto-completion when composing messages</change>
<change>Fixed dark/light theme issues</change>
<change>Removed 'Gestures' setting</change>
<change>Renamed "send again" to "edit as new message"</change>
</release>
<release version="5.707" versioncode="27007">
<change>Fixed a bug in the new 'back button opens default folder' code</change>
<change>Fixed a crash on Android 5.x devices with old WebView versions</change>