Skip to content

Commit

Permalink
Version 6.511
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Mar 31, 2023
1 parent 466c8bc commit 9da6212
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -45,8 +45,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 35010
versionName = "6.511-SNAPSHOT"
versionCode = 35011
versionName = "6.511"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
7 changes: 7 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,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.511" versioncode="35011" date="2023-03-31">
<change>Swiping between messages should now work more reliably</change>
<change>Fixed message details layout when contact pictures are disabled</change>
<change>Fixed disappearing toolbar buttons in the message view screen</change>
<change>Fixed a couple of rare crashes</change>
<change>Updated translations</change>
</release>
<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>
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35011.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Swiping between messages should now work more reliably
- Fixed message details layout when contact pictures are disabled
- Fixed disappearing toolbar buttons in the message view screen
- Fixed a couple of rare crashes
- Updated translations

0 comments on commit 9da6212

Please sign in to comment.