Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51d34b7 authored by cketti's avatar cketti
Browse files

Version 6.708

parent 0572be9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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(
+12 −0
Original line number Diff line number Diff line
@@ -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>
+10 −0
Original line number Diff line number Diff line
- 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