Skip to content

Commit

Permalink
Version 6.600
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 11, 2023
1 parent 10d9377 commit 35f4c28
Show file tree
Hide file tree
Showing 3 changed files with 18 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 = 35011
versionName = "6.512-SNAPSHOT"
versionCode = 36000
versionName = "6.600"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
9 changes: 9 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,15 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.600" versioncode="36000" date="2023-04-11">
<change>Redesigned the message view screen; tap the message header containing sender/recipient names to see more details</change>
<change>Added a setting for three different message list densities: compact, default, relaxed</change>
<change>Added better support for right-to-left languages when composing messages</change>
<change>Search now also considers recipient addresses</change>
<change>Fixed a bug where notifications would sometimes reappear shortly after having been dismissed</change>
<change>IMAP: Fixed a bug where sometimes authentication errors were silently ignored</change>
<change>Various other small bug fixes and improvements; see changes for versions 6.5xx</change>
</release>
<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>
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Redesigned the message view screen; tap the message header containing sender/recipient names to see more details
- Added a setting for three different message list densities: compact, default, relaxed
- Added better support for right-to-left languages when composing messages
- Search now also considers recipient addresses
- Fixed a bug where notifications would sometimes reappear shortly after having been dismissed
- IMAP: Fixed a bug where sometimes authentication errors were silently ignored
- Various other small bug fixes and improvements; see changes for versions 6.5xx

0 comments on commit 35f4c28

Please sign in to comment.