Skip to content

Commit

Permalink
Version 6.717
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 16, 2024
1 parent 60cb3de commit 153ed97
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
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 37016
versionName = "6.717-SNAPSHOT"
versionCode = 37017
versionName = "6.717"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
@@ -0,0 +1,5 @@
- Fixed order of autoconfig discovery steps
- Changed default display count to 100
- Enabled notifications for new accounts by default
- Reverted the change to handling mailto: URIs introduced in K-9 Mail 6.716 because of unintended side effects
- Fixed bug to make "colorize contacts" work again in message view
7 changes: 7 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Expand Up @@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.717" versioncode="37017" date="2024-02-16">
<change>Fixed order of autoconfig discovery steps</change>
<change>Changed default display count to 100</change>
<change>Enabled notifications for new accounts by default</change>
<change>Reverted the change to handling mailto: URIs introduced in K-9 Mail 6.716 because of unintended side effects</change>
<change>Fixed bug to make "colorize contacts" work again in message view</change>
</release>
<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>
Expand Down

0 comments on commit 153ed97

Please sign in to comment.