diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index f42d446a2ec..3df6d6c2414 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 = 35011 - versionName = "6.512-SNAPSHOT" + versionCode = 36000 + versionName = "6.600" // 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 8c3629ee6e1..e8dd923c79f 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. --> + + Redesigned the message view screen; tap the message header containing sender/recipient names to see more details + Added a setting for three different message list densities: compact, default, relaxed + Added better support for right-to-left languages when composing messages + Search now also considers recipient addresses + Fixed a bug where notifications would sometimes reappear shortly after having been dismissed + IMAP: Fixed a bug where sometimes authentication errors were silently ignored + Various other small bug fixes and improvements; see changes for versions 6.5xx + Swiping between messages should now work more reliably Fixed message details layout when contact pictures are disabled diff --git a/fastlane/metadata/android/en-US/changelogs/36000.txt b/fastlane/metadata/android/en-US/changelogs/36000.txt new file mode 100644 index 00000000000..749ad1734bb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36000.txt @@ -0,0 +1,7 @@ +- Redesigned the message view screen; tap the message header containing sender/recipient names to see more details +- Added a setting for three different message list densities: compact, default, relaxed +- Added better support for right-to-left languages when composing messages +- Search now also considers recipient addresses +- Fixed a bug where notifications would sometimes reappear shortly after having been dismissed +- IMAP: Fixed a bug where sometimes authentication errors were silently ignored +- Various other small bug fixes and improvements; see changes for versions 6.5xx