Skip to content

Commit

Permalink
Version 6.504
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jan 27, 2023
1 parent 55b15a6 commit 033fd2d
Show file tree
Hide file tree
Showing 3 changed files with 10 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 35003
versionName '6.504-SNAPSHOT'
versionCode 35004
versionName '6.504'

// 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
5 changes: 5 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,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.504" versioncode="35004" date="2023-01-27">
<change>POP3: Fixed bug that lead to messages not being deleted from the server</change>
<change>Fixed a crash when a message is deleted (remotely) while it is being dragged in the message list</change>
<change>Avoid crash when opening drafts from the message list widget</change>
</release>
<release version="6.503" versioncode="35003" date="2023-01-19">
<change>Tweaked theme colors</change>
<change>Added support for HTML messages using the &lt;base> tag and relative links</change>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35004.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- POP3: Fixed bug that lead to messages not being deleted from the server
- Fixed a crash when a message is deleted (remotely) while it is being dragged in the message list
- Avoid crash when opening drafts from the message list widget

0 comments on commit 033fd2d

Please sign in to comment.