Version 5.907

This commit is contained in:
cketti 2021-12-27 20:06:15 +01:00
parent 09ea6bd7e8
commit cbd2ded456
3 changed files with 22 additions and 2 deletions

View file

@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 29006
versionName '5.907-SNAPSHOT'
versionCode 29007
versionName '5.907'
// 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,17 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<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>
<change>Fixed back button behavior when opening a single message from a notification</change>
<change>Improved behavior when clicking grouped notifications for new messages of an account</change>
<change>Hide sensitive information when sync and error notifications are displayed on the lock screen</change>
<change>The account color is now used for sync and error notifications</change>
<change>Hide notification vibration settings when there's no vibrator hardware</change>
<change>Fixed hotkey handling when using non-QWERTY keyboard layouts</change>
<change>Updated translations</change>
</release>
<release version="5.906" versioncode="29006" date="2021-12-07">
<change>Set the auto-expand folder to 'Inbox' by default</change>
<change>Restore 'new mail' notifications when the app is restarted</change>

View file

@ -0,0 +1,9 @@
- Added support for setting the notification vibration pattern on Android 8+
- Added support for setting a custom notification light color on Android 8+
- Fixed back button behavior when opening a single message from a notification
- Improved behavior when clicking grouped notifications for new messages of an account
- Hide sensitive information when sync and error notifications are displayed on the lock screen
- The account color is now used for sync and error notifications
- Hide notification vibration settings when there's no vibrator hardware
- Fixed hotkey handling when using non-QWERTY keyboard layouts
- Updated translations