Skip to content

Commit

Permalink
Version 6.509
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 28, 2023
1 parent 48ce3e4 commit 2cffc0d
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 = 35008
versionName = "6.509-SNAPSHOT"
versionCode = 35009
versionName = "6.509"

// 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.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>
<change>Made small changes to the appearance of participant entries in the message details screen</change>
<change>Added validation for email address fields in "Edit identity" screen</change>
<change>Updated translations</change>
</release>
<release version="6.508" versioncode="35008" date="2023-02-15">
<change>Removed "Send…" submenu from the message view toolbar</change>
<change>Limit summary notification actions to messages for which individual notifications are currently being displayed</change>
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35009.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Cleaned up the message list design
- Added setting for three different message list densities: compact, default, relaxed
- Made small changes to the appearance of participant entries in the message details screen
- Added validation for email address fields in "Edit identity" screen
- Updated translations

0 comments on commit 2cffc0d

Please sign in to comment.