Skip to content

Commit

Permalink
Version 6.716
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 13, 2024
1 parent 24a4ca3 commit bbab4f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.716" versioncode="37016" date="2024-02-13">
<change>Small bug fixes and UI/UX polish in account setup</change>
<change>Fixed a crash caused by an interaction with OpenKeychain 6.0.0</change>
<change>Focus on subject or body input fields when opening the compose screen via a mailto: URI</change>
<change>Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome!</change>
<change>Updated remaining translations</change>
</release>
<release version="6.715" versioncode="37015" date="2024-02-01">
<change>Added image handling within the context menu for hyperlinks</change>
<change>Added ability to forward opened attachments to new emails</change>
Expand Down

0 comments on commit bbab4f2

Please sign in to comment.