Skip to content

Commit

Permalink
Version 6.508
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 15, 2023
1 parent c973d33 commit eda2a50
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
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 35007
versionName '6.508-SNAPSHOT'
versionCode 35008
versionName '6.508'

// 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
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.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>
<change>Fixed crash when trying to download an embedded image not using an http(s) URI</change>
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.507" versioncode="35007" date="2023-02-10">
<change>Respect "show contact names" setting in message details screen</change>
<change>Display folder name in message details screen</change>
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Removed "Send…" submenu from the message view toolbar
- Limit summary notification actions to messages for which individual notifications are currently being displayed
- Fixed crash when trying to download an embedded image not using an http(s) URI
- Internal changes
- Updated translations

0 comments on commit eda2a50

Please sign in to comment.