Skip to content

Commit

Permalink
Version 6.706
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jun 16, 2023
1 parent fb457bc commit f60e5e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 4 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37006.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f60e5e0

Please sign in to comment.