Skip to content

Commit

Permalink
Version 6.700
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 24, 2023
1 parent 60716ac commit 2492d9f
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.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 = 36001
versionName = "6.700-SNAPSHOT"
versionCode = 37000
versionName = "6.700"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
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.700" versioncode="37000" date="2023-04-24">
<change>Don't attempt to open file: URIs in an email; tapping such a link will now copy the URL to the clipboard instead</change>
<change>Fixed a crash when trying to export accounts containing an identity without a sender name</change>
<change>Improved logging when exporting settings to a file fails</change>
<change>Fixed various crashes</change>
<change>Updated translations</change>
</release>
<release version="6.601" versioncode="36001" date="2023-04-18">
<change>Reverted changes to home screen widgets because apparently not every device vendor has incorporated the relevant fixes in Android 12+</change>
</release>
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Don't attempt to open file: URIs in an email; tapping such a link will now copy the URL to the clipboard instead
- Fixed a crash when trying to export accounts containing an identity without a sender name
- Improved logging when exporting settings to a file fails
- Fixed various crashes
- Updated translations

0 comments on commit 2492d9f

Please sign in to comment.