Version 5.908

This commit is contained in:
cketti 2022-01-05 23:50:50 +01:00
parent ef3b7af0bb
commit aa560736a6
3 changed files with 10 additions and 2 deletions

View file

@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 29007
versionName '5.908-SNAPSHOT'
versionCode 29008
versionName '5.908'
// 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,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.908" versioncode="29008" date="2022-01-06">
<change>Fixed a bug where sometimes the app created notifications when downloading old messages</change>
<change>Fixed settings import so the imported theme is applied right away</change>
<change>Updated translations</change>
</release>
<release version="5.907" versioncode="29007" date="2021-12-27">
<change>Added support for setting the notification vibration pattern on Android 8+</change>
<change>Added support for setting a custom notification light color on Android 8+</change>

View file

@ -0,0 +1,3 @@
- Fixed a bug where sometimes the app created notifications when downloading old messages
- Fixed settings import so the imported theme value is applied right away
- Updated translations