Skip to content

Commit

Permalink
Version 6.705
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jun 12, 2023
1 parent e305d38 commit 89fa882
Show file tree
Hide file tree
Showing 3 changed files with 18 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 = 37004
versionName = "6.705-SNAPSHOT"
versionCode = 37005
versionName = "6.705"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
9 changes: 9 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,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>
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37005.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89fa882

Please sign in to comment.