0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Version 6.200

This commit is contained in:
cketti 2022-07-08 10:59:18 +02:00
parent 3805bcd7f1
commit 465be90a5a
3 changed files with 12 additions and 2 deletions

View File

@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 31001
versionName '6.102-SNAPSHOT'
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",

View File

@ -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>

View File

@ -0,0 +1,4 @@
- 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