Skip to content

Commit

Permalink
Version 6.510
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Mar 17, 2023
1 parent eb64291 commit c24b339
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
8 changes: 8 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35010.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c24b339

Please sign in to comment.