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

Commit 8a7103d1 authored by /e/ robot's avatar /e/ robot
Browse files

Merge branch 'latest_upstream_tag_branch' into main

parents b9da73e3 465be90a
Loading
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 31001
        versionName '6.101'
        versionCode 32000
        versionName '6.200'

        // 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.200" versioncode="32000" date="2022-07-08">
        <change>Added support for using OAuth 2.0 with Google, Yahoo, AOL, and personal Microsoft accounts (Office365 accounts are not supported yet)</change>
        <change>Added "Unsubscribe" action that is displayed in the menu when viewing a message that contains an Unsubscribe header</change>
        <change>Various bug fixes and improvements</change>
        <change>Updated translations</change>
    </release>
    <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>
+4 −0
Original line number Diff line number Diff line
- Added support for using OAuth 2.0 with Google, Yahoo, AOL, and personal Microsoft accounts (Office365 accounts are not supported yet)
- Added "Unsubscribe" action that is displayed in the menu when viewing a message that contains an Unsubscribe header
- Various bug fixes and improvements
- Updated translations