Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e78b8aa authored by cketti's avatar cketti
Browse files

Version 5.914

parent d472ae2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 29013
        versionName '5.914-SNAPSHOT'
        versionCode 29014
        versionName '5.914'

        // 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",
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="5.914" versioncode="29014" date="2022-03-24">
        <change>The name and description of notification categories are now updated when the app language is changed</change>
        <change>Fixed bug where notification settings might not have been properly restored on settings import</change>
        <change>Fixed a crash when tapping the unread widget tries to open a folder that no longer exists</change>
        <change>Updated translations</change>
    </release>
    <release version="5.913" versioncode="29013" date="2022-03-11">
        <change>Don't create notifications when manually refreshing the message list</change>
        <change>Fixed import and export of notification settings</change>
+4 −0
Original line number Diff line number Diff line
- The name and description of notification categories are now updated when the app language is changed
- Fixed bug where notification settings might not have been properly restored on settings import
- Fixed a crash when tapping the unread widget tries to open a folder that no longer exists
- Updated translations