From eda2a50c983f6213c9e9180deffaa4502a7a14cb Mon Sep 17 00:00:00 2001 From: cketti Date: Wed, 15 Feb 2023 15:24:19 +0100 Subject: [PATCH] Version 6.508 --- app/k9mail/build.gradle | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/35008.txt | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35008.txt diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index e45c78f45d8..4f5b06d5d5c 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -53,8 +53,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 35007 - versionName '6.508-SNAPSHOT' + versionCode 35008 + versionName '6.508' // Keep in sync with the resource string array 'supported_languages' resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl", 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 d3902cd7ae8..b746283676e 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. --> + + Removed "Send…" submenu from the message view toolbar + Limit summary notification actions to messages for which individual notifications are currently being displayed + Fixed crash when trying to download an embedded image not using an http(s) URI + Internal changes + Updated translations + Respect "show contact names" setting in message details screen Display folder name in message details screen diff --git a/fastlane/metadata/android/en-US/changelogs/35008.txt b/fastlane/metadata/android/en-US/changelogs/35008.txt new file mode 100644 index 00000000000..a577304fd95 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35008.txt @@ -0,0 +1,5 @@ +- Removed "Send…" submenu from the message view toolbar +- Limit summary notification actions to messages for which individual notifications are currently being displayed +- Fixed crash when trying to download an embedded image not using an http(s) URI +- Internal changes +- Updated translations