Version 5.731

This commit is contained in:
cketti 2021-02-23 16:16:41 +01:00
parent c7ddc7946b
commit d3e881e032
2 changed files with 9 additions and 2 deletions

View file

@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27030
versionName '5.731-SNAPSHOT'
versionCode 27031
versionName '5.731'
// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",

View file

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.731" versioncode="27031" date="2021-02-23">
<change>Fixed display bug when opening Unified Inbox from a launcher shortcut</change>
<change>Fixed functionality to download and save linked images on Android 10+</change>
<change>Moved 'show headers' functionality to a separate screen</change>
<change>Added save button to 'edit identity' screen</change>
<change>Added translation: Malayalam</change>
</release>
<release version="5.730" versioncode="27030" date="2021-02-16">
<change>Fixed bug where account wouldn't refresh automatically</change>
<change>Fixed crash when trying to compose a message</change>