0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Version Version 6.202

This commit is contained in:
cketti 2022-07-26 16:55:29 +02:00
parent 8fc3e4b1b9
commit 6454d350fb
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 32001
versionName '6.201'
versionCode 32002
versionName '6.202'
// 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.202" versioncode="32002" date="2022-07-26">
<change>Increased timeout when sending messages because some users have reported problems with sending large attachments</change>
<change>Allow all URI schemes in HTML links</change>
<change>Fixed display bug with search in general settings</change>
<change>When composing messages don't hide Cc and Bcc fields if they contain incomplete email addresses</change>
</release>
<release version="6.201" versioncode="32001" date="2022-07-15">
<change>Added support for using OAuth 2.0 with Office365 accounts</change>
<change>Fixed a bug that could lead to two message lists being displayed on top of each other</change>

View File

@ -0,0 +1,4 @@
- Increased timeout when sending messages because some users have reported problems with sending large attachments
- Allow all URI schemes in HTML links
- Fixed display bug with search in general settings
- When composing messages don't hide Cc and Bcc fields if they contain incomplete email addresses