Version 5.904
This commit is contained in:
parent
706e5ced5a
commit
179128a4d8
3 changed files with 14 additions and 2 deletions
|
@ -47,8 +47,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 29003
|
||||
versionName '5.904-SNAPSHOT'
|
||||
versionCode 29004
|
||||
versionName '5.904'
|
||||
|
||||
// Keep in sync with the resource string array 'supported_languages'
|
||||
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
|
||||
|
|
|
@ -5,6 +5,13 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.904" versioncode="29004" date="2021-10-05">
|
||||
<change>Tweaked toolbar in move/copy screens</change>
|
||||
<change>Fixed a bug where line breaks were added when editing a draft</change>
|
||||
<change>Fixed animation when switching accounts</change>
|
||||
<change>Fixed crash that could occur when deleting an account</change>
|
||||
<change>Updated translations</change>
|
||||
</release>
|
||||
<release version="5.903" versioncode="29003" date="2021-09-28">
|
||||
<change>Removed the "default account" setting; the first account in the list is now automatically the default account</change>
|
||||
<change>Removed the "hide subject in notifications" setting; use the "lock screen notifications" setting instead</change>
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/29004.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/29004.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
- Tweaked toolbar in move/copy screens
|
||||
- Fixed a bug where line breaks were added when editing a draft
|
||||
- Fixed animation when switching accounts
|
||||
- Fixed crash that could occur when deleting an account
|
||||
- Updated translations
|
Loading…
Reference in a new issue