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

Commit 159726b7 authored by Michael Enoma's avatar Michael Enoma
Browse files

Version 5.903

parent 6457c80e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ android {
        applicationId "foundation.e.mail"
        testApplicationId "foundation.e.mail.tests"

        versionCode 29002
        versionName '5.903-SNAPSHOT'
        versionCode 29003
        versionName '5.903'

        // 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",
+16 −0
Original line number Diff line number Diff line
@@ -3,6 +3,22 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release
        date="2021-09-28"
        version="5.903"
        versioncode="29003">
        <change>Removed the "default account" setting; the first account in the list is now automatically the default
            account
        </change>
        <change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting
            instead
        </change>
        <change>Fixed bug where the list of displayed folders wasn't updated when a folder was added or removed from the
            server
        </change>
        <change>Fixed lock screen notification when there's only one new message</change>
        <change>Fixed bug that lead to newly created accounts not having an account color</change>
    </release>
    <release
        date="2021-09-21"
        version="5.902"