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

Commit f8573017 authored by cketti's avatar cketti
Browse files

Version 6.101

parent 425b097a
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 31000
        versionName '6.101-SNAPSHOT'
        versionCode 31001
        versionName '6.101'

        // 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="6.101" versioncode="31001" date="2022-07-06">
        <change>Added support for using OAuth 2.0 with personal Microsoft accounts (Office365 accounts don't work yet)</change>
        <change>Made the transition of existing Gmail accounts to OAuth 2.0 a bit easier</change>
        <change>Fixed various small UI bugs</change>
        <change>Updated translations</change>
    </release>
    <release version="6.100" versioncode="31000" date="2022-06-15">
        <change>Added support for using OAuth 2.0 with Google accounts</change>
        <change>Added support for using OAuth 2.0 with Yahoo and AOL accounts</change>
+4 −0
Original line number Diff line number Diff line
- Added support for using OAuth 2.0 with personal Microsoft accounts (Office365 accounts don't work yet)
- Made the transition of existing Gmail accounts to OAuth 2.0 a bit easier
- Fixed various small UI bugs
- Updated translations