Version 6.714

This commit is contained in:
cketti 2024-01-04 17:56:28 +01:00
parent 4a2dc4dbd9
commit f7a38a0a06
3 changed files with 14 additions and 2 deletions

View file

@ -50,8 +50,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 37013
versionName = "6.714-SNAPSHOT"
versionCode = 37014
versionName = "6.714"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View file

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.714" versioncode="37014" date="2024-01-04">
<change>Added screen to configure special folders during account setup</change>
<change>Added copy action to recipient dropdown in compose screen</change>
<change>Improved error messages during account setup</change>
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.713" versioncode="37013" date="2023-12-04">
<change>Note: For now please manually allow "alarms &amp; reminders" in Android's app settings when using Push on Android 14</change>
<change>Fixed crash when Push was enabled on Android 14</change>

View file

@ -0,0 +1,5 @@
- Added screen to configure special folders during account setup
- Added copy action to recipient dropdown in compose screen
- Improved error messages during account setup
- Internal changes
- Updated translations