diff --git a/app-k9mail/build.gradle.kts b/app-k9mail/build.gradle.kts index 3233aad71..37a446a42 100644 --- a/app-k9mail/build.gradle.kts +++ b/app-k9mail/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 37015 - versionName = "6.716-SNAPSHOT" + versionCode = 37016 + versionName = "6.716" // Keep in sync with the resource string array "supported_languages" resourceConfigurations.addAll( diff --git a/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt b/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt new file mode 100644 index 000000000..f36d48ac0 --- /dev/null +++ b/app-k9mail/fastlane/metadata/android/en-US/changelogs/37016.txt @@ -0,0 +1,5 @@ +- Small bug fixes and UI/UX polish in account setup +- Fixed a crash caused by an interaction with OpenKeychain 6.0.0 +- Focus on subject or body input fields when opening the compose screen via a mailto: URI +- Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome! +- Updated remaining translations 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 da4d16aa3..95e28db7d 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. --> + + Small bug fixes and UI/UX polish in account setup + Fixed a crash caused by an interaction with OpenKeychain 6.0.0 + Focus on subject or body input fields when opening the compose screen via a mailto: URI + Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome! + Updated remaining translations + Added image handling within the context menu for hyperlinks Added ability to forward opened attachments to new emails