Version 6.717
This commit is contained in:
parent
60cb3dea2a
commit
153ed97180
3 changed files with 14 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue