Version 5.726

This commit is contained in:
cketti 2021-01-06 07:39:42 +01:00
parent 1259d372b6
commit d29085774d
2 changed files with 8 additions and 2 deletions

View file

@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27025
versionName '5.726-SNAPSHOT'
versionCode 27026
versionName '5.726'
// 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",

View file

@ -8,6 +8,12 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.726" versioncode="27026">
<change>Updated password input fields to be able to reveal passwords</change>
<change>Added support for going back to previous steps when setting up an account</change>
<change>Fixed a couple of crashes</change>
<change>Updated translations</change>
</release>
<release version="5.725" versioncode="27025">
<change>Prefer email addresses marked as default in email auto-completion popup</change>
<change>Internal changes</change>