Skip to content

Commit

Permalink
Version 6.708
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Aug 8, 2023
1 parent 0572be9 commit a51d34b
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 @@ -50,8 +50,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 37007
versionName = "6.708-SNAPSHOT"
versionCode = 37008
versionName = "6.708"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
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.708" versioncode="37008" date="2023-08-08">
<change>Changed compose icon in the message list widget to match the icon inside the app</change>
<change>Added information about the read state of a message to the data read by screen readers</change>
<change>A URI pasted when composing a message will now be surrounded by angle brackets</change>
<change>Improved error handling in many situations</change>
<change>Fixed bug where account name wasn't displayed in the message view when it should</change>
<change>Fixed inconsistent behavior when replying to messages</change>
<change>Fixed bug when saving a draft message using an identity without a display name</change>
<change>Fixed display issue when removing an account</change>
<change>Quite a few internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.707" versioncode="37007" date="2023-06-19">
<change>Fixed bug where navigating to a different screen after using the system back button/gesture could crash the app</change>
</release>
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Changed compose icon in the message list widget to match the icon inside the app
- Added information about the read state of a message to the data read by screen readers
- A URI pasted when composing a message will now be surrounded by angle brackets
- Improved error handling in many situations
- Fixed bug where account name wasn't displayed in the message view when it should
- Fixed inconsistent behavior when replying to messages
- Fixed bug when saving a draft message using an identity without a display name
- Fixed display issue when removing an account
- Quite a few internal changes
- Updated translations

0 comments on commit a51d34b

Please sign in to comment.