Version 6.706

This commit is contained in:
cketti 2023-06-16 15:35:00 +02:00
parent fb457bc7d6
commit f60e5e073f
3 changed files with 8 additions and 2 deletions

View file

@ -44,8 +44,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 37005
versionName = "6.706-SNAPSHOT"
versionCode = 37006
versionName = "6.706"
// 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.706" versioncode="37006" date="2023-06-16">
<change>Fixed a bug that lead to folders appearing to be empty</change>
<change>Don't use nickname as display name when auto-completing recipient using the nickname</change>
</release>
<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>

View file

@ -0,0 +1,2 @@
- Fixed a bug that lead to folders appearing to be empty
- Don't use nickname as display name when auto-completing recipient using the nickname