Version 6.510
This commit is contained in:
parent
eb64291474
commit
c24b339daf
3 changed files with 16 additions and 2 deletions
|
@ -47,8 +47,8 @@ android {
|
|||
applicationId = "com.fsck.k9"
|
||||
testApplicationId = "com.fsck.k9.tests"
|
||||
|
||||
versionCode = 35009
|
||||
versionName = "6.510-SNAPSHOT"
|
||||
versionCode = 35010
|
||||
versionName = "6.510"
|
||||
|
||||
// Keep in sync with the resource string array "supported_languages"
|
||||
resourceConfigurations.addAll(
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<release version="6.510" versioncode="35010" date="2023-03-17">
|
||||
<change>Made small changes to the appearance of the message list</change>
|
||||
<change>Added a font size setting for the account name when viewing a message</change>
|
||||
<change>Use colored navigation bar on Android 8.1 and above</change>
|
||||
<change>Fixed status bar color on Android 5</change>
|
||||
<change>IMAP: Fixed a bug where sometimes an authentication error was silently ignored</change>
|
||||
<change>Updated translations</change>
|
||||
</release>
|
||||
<release version="6.509" versioncode="35009" date="2023-02-28">
|
||||
<change>Cleaned up the message list design</change>
|
||||
<change>Added setting for three different message list densities: compact, default, relaxed</change>
|
||||
|
|
6
fastlane/metadata/android/en-US/changelogs/35010.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/35010.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
- Made small changes to the appearance of the message list
|
||||
- Added a font size setting for the account name when viewing a message
|
||||
- Use colored navigation bar on Android 8.1 and above
|
||||
- Fixed status bar color on Android 5
|
||||
- IMAP: Fixed a bug where sometimes an authentication error was silently ignored
|
||||
- Updated translations
|
Loading…
Reference in a new issue