Skip to content

Commit

Permalink
Version 6.715
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 1, 2024
1 parent b7dcbce commit 5c20716
Show file tree
Hide file tree
Showing 3 changed files with 24 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 @@ -34,8 +34,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 37014
versionName = "6.715-SNAPSHOT"
versionCode = 37015
versionName = "6.715"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
10 changes: 10 additions & 0 deletions app-k9mail/fastlane/metadata/android/en-US/changelogs/37015.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Added image handling within the context menu for hyperlinks
- Added ability to forward opened attachments to new emails
- Improved certificate error screen during account setup
- Improved settings import during account setup
- Improved account setup UI/UX
- Improved account setup rendering on small screens
- Improved edit account server settings UI/UX
- Fixed AlarmManager crash on Android 14
- Internal changes
- Updated translations
12 changes: 12 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,18 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.715" versioncode="37015" date="2024-02-01">
<change>Added image handling within the context menu for hyperlinks</change>
<change>Added ability to forward opened attachments to new emails</change>
<change>Improved certificate error screen during account setup</change>
<change>Improved settings import during account setup</change>
<change>Improved account setup UI/UX</change>
<change>Improved account setup rendering on small screens</change>
<change>Improved edit account server settings UI/UX</change>
<change>Fixed AlarmManager crash on Android 14</change>
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.714" versioncode="37014" date="2024-01-04">
<change>Added screen to configure special folders during account setup</change>
<change>Added copy action to recipient dropdown in compose screen</change>
Expand Down

0 comments on commit 5c20716

Please sign in to comment.