From 89fa882590f29dfbddc573ab1f35eb5db55d9551 Mon Sep 17 00:00:00 2001 From: cketti Date: Mon, 12 Jun 2023 17:00:32 +0200 Subject: [PATCH] Version 6.705 --- app/k9mail/build.gradle.kts | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/37005.txt | 7 +++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/37005.txt diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index 89da7c6e867..c4a5534522b 100644 --- a/app/k9mail/build.gradle.kts +++ b/app/k9mail/build.gradle.kts @@ -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( diff --git a/app/ui/legacy/src/main/res/raw/changelog_master.xml b/app/ui/legacy/src/main/res/raw/changelog_master.xml index ae9a3a4e483..1d5333b181d 100644 --- a/app/ui/legacy/src/main/res/raw/changelog_master.xml +++ b/app/ui/legacy/src/main/res/raw/changelog_master.xml @@ -5,6 +5,15 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + 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 + Changed primary action in message view header from "reply all" to "reply" Fixed the app so it runs on devices that don't support home screen widgets diff --git a/fastlane/metadata/android/en-US/changelogs/37005.txt b/fastlane/metadata/android/en-US/changelogs/37005.txt new file mode 100644 index 00000000000..a20be7dbc65 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/37005.txt @@ -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