From 2cffc0d64c9a3402e45ea9938a00ed693d7fb880 Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 28 Feb 2023 22:34:06 +0100 Subject: [PATCH] Version 6.509 --- app/k9mail/build.gradle.kts | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/35009.txt | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35009.txt diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index 5c34f8489f8..8d1da3c41b9 100644 --- a/app/k9mail/build.gradle.kts +++ b/app/k9mail/build.gradle.kts @@ -45,8 +45,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 35008 - versionName = "6.509-SNAPSHOT" + versionCode = 35009 + versionName = "6.509" // 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 b746283676e..9759bd727ad 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,13 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Cleaned up the message list design + Added setting for three different message list densities: compact, default, relaxed + Made small changes to the appearance of participant entries in the message details screen + Added validation for email address fields in "Edit identity" screen + Updated translations + Removed "Send…" submenu from the message view toolbar Limit summary notification actions to messages for which individual notifications are currently being displayed diff --git a/fastlane/metadata/android/en-US/changelogs/35009.txt b/fastlane/metadata/android/en-US/changelogs/35009.txt new file mode 100644 index 00000000000..db6f1f202d0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35009.txt @@ -0,0 +1,5 @@ +- Cleaned up the message list design +- Added setting for three different message list densities: compact, default, relaxed +- Made small changes to the appearance of participant entries in the message details screen +- Added validation for email address fields in "Edit identity" screen +- Updated translations