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

Version 6.506

This commit is contained in:
cketti 2023-02-03 12:10:15 +01:00
parent 5cfd334f1e
commit 8e7685c44d
3 changed files with 8 additions and 2 deletions

View File

@ -53,8 +53,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 35005
versionName '6.506-SNAPSHOT'
versionCode 35006
versionName '6.506'
// 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,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.506" versioncode="35006" date="2023-02-03">
<change>Fixed a crash when displaying a message without any recipients</change>
<change>Fetch BCC header when partially downloading a message</change>
</release>
<release version="6.505" versioncode="35005" date="2023-02-01">
<change>Redesign of the message view screen</change>
<change>Internal changes</change>

View File

@ -0,0 +1,2 @@
- Fixed a crash when displaying a message without any recipients
- Fetch BCC header when partially downloading a message