Skip to content

Commit

Permalink
Version 6.501
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jan 9, 2023
1 parent ed79d34 commit 2201cf3
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 @@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 35000
versionName '6.501-SNAPSHOT'
versionCode 35001
versionName '6.501'

// 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.501" versioncode="35001" date="2023-01-09">
<change>Delete spam messages immediately without moving them to the trash folder</change>
<change>Changed the way home screen widgets are disabled when there is no account set up to work around a bug in Android versions prior to 12</change>
<change>Mark recent changes as read when the snackbar is dismissed via swipe</change>
</release>
<release version="6.500" versioncode="35000" date="2023-01-06">
<change>The light and dark themes are now based on Material Design 2. This is still work in progress.</change>
<change>Added a floating compose button to the message list screen</change>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Delete spam messages immediately without moving them to the trash folder
- Changed the way home screen widgets are disabled when there is no account set up to work around a bug in Android versions prior to 12
- Mark recent changes as read when the snackbar is dismissed via swipe

0 comments on commit 2201cf3

Please sign in to comment.