Version 6.601

This commit is contained in:
cketti 2023-04-18 12:14:01 +02:00
parent a94d22985c
commit af28c757dd
3 changed files with 6 additions and 2 deletions

View file

@ -45,8 +45,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 36000
versionName = "6.600"
versionCode = 36001
versionName = "6.601"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View file

@ -5,6 +5,9 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.601" versioncode="36001" date="2023-04-18">
<change>Reverted changes to home screen widgets because apparently not every device vendor has incorporated the relevant fixes in Android 12+</change>
</release>
<release version="6.600" versioncode="36000" date="2023-04-11">
<change>Redesigned the message view screen; tap the message header containing sender/recipient names to see more details</change>
<change>Added a setting for three different message list densities: compact, default, relaxed</change>

View file

@ -0,0 +1 @@
- Reverted changes to home screen widgets because apparently not every device vendor has incorporated the relevant fixes in Android 12+