Skip to content

Commit

Permalink
Version 6.506
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 3, 2023
1 parent 5cfd334 commit 8e7685c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 35005
versionName '6.506-SNAPSHOT'
versionCode 35006
versionName '6.506'

// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
Expand Down
4 changes: 4 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,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.506" versioncode="35006" date="2023-02-03">
<change>Fixed a crash when displaying a message without any recipients</change>
<change>Fetch BCC header when partially downloading a message</change>
</release>
<release version="6.505" versioncode="35005" date="2023-02-01">
<change>Redesign of the message view screen</change>
<change>Internal changes</change>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed a crash when displaying a message without any recipients
- Fetch BCC header when partially downloading a message

0 comments on commit 8e7685c

Please sign in to comment.