From 179128a4d8fb79dc5ec9b676db71f62604f735db Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 5 Oct 2021 18:00:10 +0200 Subject: [PATCH] Version 5.904 --- app/k9mail/build.gradle | 4 ++-- app/ui/legacy/src/main/res/raw/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/29004.txt | 5 +++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/29004.txt diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 1b081035c..37eb001ac 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -47,8 +47,8 @@ android { applicationId "com.fsck.k9" testApplicationId "com.fsck.k9.tests" - versionCode 29003 - versionName '5.904-SNAPSHOT' + versionCode 29004 + versionName '5.904' // 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 e02c76289..a82c5d109 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. --> + + Tweaked toolbar in move/copy screens + Fixed a bug where line breaks were added when editing a draft + Fixed animation when switching accounts + Fixed crash that could occur when deleting an account + Updated translations + Removed the "default account" setting; the first account in the list is now automatically the default account Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead diff --git a/fastlane/metadata/android/en-US/changelogs/29004.txt b/fastlane/metadata/android/en-US/changelogs/29004.txt new file mode 100644 index 000000000..9269ee508 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29004.txt @@ -0,0 +1,5 @@ +- Tweaked toolbar in move/copy screens +- Fixed a bug where line breaks were added when editing a draft +- Fixed animation when switching accounts +- Fixed crash that could occur when deleting an account +- Updated translations