From 97f18d313ce3d01816e6271123f2123b48d0d9bd Mon Sep 17 00:00:00 2001 From: cketti Date: Wed, 4 Oct 2023 12:31:42 +0200 Subject: [PATCH] Version 6.711 --- app/k9mail/build.gradle.kts | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/37011.txt | 8 ++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/37011.txt diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index bcf60947b3f..047b77b54f4 100644 --- a/app/k9mail/build.gradle.kts +++ b/app/k9mail/build.gradle.kts @@ -50,8 +50,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 37010 - versionName = "6.711-SNAPSHOT" + versionCode = 37011 + versionName = "6.711" // 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 711d63e9652..d0327107cf1 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,16 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Simplified the app icon so it can be a vector drawable + Improved screen reader experience in various places + Improved logging on failing settings import + Improved display of some HTML messages + Changed background color in message view and compose screens when using dark theme + Fixed OAuth 2.0 with Yahoo and AOL + Fixed display issues when rendering a message/rfc822 inline part + Updated translations + Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709 Moved "Show only subscribed folders" setting to "Folders" section diff --git a/fastlane/metadata/android/en-US/changelogs/37011.txt b/fastlane/metadata/android/en-US/changelogs/37011.txt new file mode 100644 index 00000000000..d9d64e4ebdc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/37011.txt @@ -0,0 +1,8 @@ +- Simplified the app icon so it can be a vector drawable +- Improved screen reader experience in various places +- Improved logging on failing settings import +- Improved display of some HTML messages +- Changed background color in message view and compose screens when using dark theme +- Fixed OAuth 2.0 with Yahoo and AOL +- Fixed display issues when rendering a message/rfc822 inline part +- Updated translations