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

Version 6.705

This commit is contained in:
cketti 2023-06-12 17:00:32 +02:00
parent e305d38275
commit 89fa882590
3 changed files with 18 additions and 2 deletions

View File

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

View File

@ -5,6 +5,15 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.705" versioncode="37005" date="2023-06-12">
<change>Adding to contacts should now allow you again to add the email address to an existing contact</change>
<change>Fixed display issue with recipients in message view screen</change>
<change>Fixed appearance of "Sign in with Google" button</change>
<change>Fixed bugs with importing and exporting identities</change>
<change>Manually entering names containing non-latin characters is now possible when composing messages</change>
<change>The app will no longer ask to save a draft when no changes have been made to an existing draft message</change>
<change>Updated translations</change>
</release>
<release version="6.704" versioncode="37004" date="2023-05-23">
<change>Changed primary action in message view header from "reply all" to "reply"</change>
<change>Fixed the app so it runs on devices that don't support home screen widgets</change>

View File

@ -0,0 +1,7 @@
- Adding to contacts should now allow you again to add the email address to an existing contact
- Fixed display issue with recipients in message view screen
- Fixed appearance of "Sign in with Google" button
- Fixed bugs with importing and exporting identities
- Manually entering names containing non-latin characters is now possible when composing messages
- The app will no longer ask to save a draft when no changes have been made to an existing draft message
- Updated translations