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

Version 6.701

This commit is contained in:
cketti 2023-04-28 17:25:06 +02:00
parent 1531355f27
commit f1155d4be3
3 changed files with 8 additions and 2 deletions

View File

@ -45,8 +45,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 37000
versionName = "6.701-SNAPSHOT"
versionCode = 37001
versionName = "6.701"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -5,6 +5,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.701" versioncode="37001" date="2023-04-28">
<change>IMAP: Added support for sending the ID command (that is required by some email providers)</change>
<change>Updated translations</change>
</release>
<release version="6.700" versioncode="37000" date="2023-04-24">
<change>Don't attempt to open file: URIs in an email; tapping such a link will now copy the URL to the clipboard instead</change>
<change>Fixed a crash when trying to export accounts containing an identity without a sender name</change>

View File

@ -0,0 +1,2 @@
- IMAP: Added support for sending the ID command (that is required by some email providers)
- Updated translations