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

Version 6.712

This commit is contained in:
cketti 2023-11-29 20:36:20 +01:00
parent 582c5bbc79
commit 0d54e9e197
3 changed files with 30 additions and 2 deletions

View File

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

View File

@ -5,6 +5,21 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml. Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
--> -->
<changelog> <changelog>
<release version="6.712" versioncode="37012" date="2023-11-30">
<change>New server settings screens are now also used when editing an existing account</change>
<change>Made it harder to accidentally trigger swipe actions in the message list screen</change>
<change>Added option to return to the message list after marking a message as unread in the message view</change>
<change>Combined settings "Return to list after delete" and "Show next message after delete" into "After deleting or moving a message"</change>
<change>Added screen to ask for Android permissions in the onboarding flow</change>
<change>Added support for the IMAP MOVE extension</change>
<change>Tweaked setup theme to more closely match the rest of the app</change>
<change>Fixed notification sounds on WearOS devices</change>
<change>Fixed crash when entering an unsupported email address during account setup</change>
<change>Fixed crash when MX lookup during account setup returns an invalid host name</change>
<change>Respect app theme and language settings in new account setup</change>
<change>Set hints for software keyboards not to use auto-correct in server settings text fields</change>
<change>Updated translations</change>
</release>
<release version="6.711" versioncode="37011" date="2023-10-04"> <release version="6.711" versioncode="37011" date="2023-10-04">
<change>Simplified the app icon so it can be a vector drawable</change> <change>Simplified the app icon so it can be a vector drawable</change>
<change>Improved screen reader experience in various places</change> <change>Improved screen reader experience in various places</change>

View File

@ -0,0 +1,13 @@
- New server settings screens are now also used when editing an existing account
- Made it harder to accidentally trigger swipe actions in the message list screen
- Added option to return to the message list after marking a message as unread in the message view
- Combined settings "Return to list after delete" and "Show next message after delete" into "After deleting or moving a message"
- Added screen to ask for Android permissions in the onboarding flow
- Added support for the IMAP MOVE extension
- Tweaked setup theme to more closely match the rest of the app
- Fixed notification sounds on WearOS devices
- Fixed crash when entering an unsupported email address during account setup
- Fixed crash when MX lookup during account setup returns an invalid host name
- Respect app theme and language settings in new account setup
- Set hints for software keyboards not to use auto-correct in server settings text fields
- Updated translations