Version 6.714
This commit is contained in:
parent
4a2dc4dbd9
commit
f7a38a0a06
3 changed files with 14 additions and 2 deletions
|
@ -50,8 +50,8 @@ android {
|
||||||
applicationId = "com.fsck.k9"
|
applicationId = "com.fsck.k9"
|
||||||
testApplicationId = "com.fsck.k9.tests"
|
testApplicationId = "com.fsck.k9.tests"
|
||||||
|
|
||||||
versionCode = 37013
|
versionCode = 37014
|
||||||
versionName = "6.714-SNAPSHOT"
|
versionName = "6.714"
|
||||||
|
|
||||||
// Keep in sync with the resource string array "supported_languages"
|
// Keep in sync with the resource string array "supported_languages"
|
||||||
resourceConfigurations.addAll(
|
resourceConfigurations.addAll(
|
||||||
|
|
|
@ -5,6 +5,13 @@
|
||||||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||||
-->
|
-->
|
||||||
<changelog>
|
<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">
|
<release version="6.713" versioncode="37013" date="2023-12-04">
|
||||||
<change>Note: For now please manually allow "alarms & reminders" in Android's app settings when using Push on Android 14</change>
|
<change>Note: For now please manually allow "alarms & reminders" in Android's app settings when using Push on Android 14</change>
|
||||||
<change>Fixed crash when Push was enabled on Android 14</change>
|
<change>Fixed crash when Push was enabled on Android 14</change>
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/37014.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/37014.txt
Normal 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
|
Loading…
Reference in a new issue