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

Commit 77f9404c authored by cketti's avatar cketti
Browse files

Version 6.301

parent 52b999fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 33000
        versionName '6.301-SNAPSHOT'
        versionCode 33001
        versionName '6.301'

        // 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",
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.301" versioncode="33001" date="2022-08-09">
        <change>Fixed crash when viewing a message and OpenKeychain needed to display its user interface, e.g. to ask for a password</change>
        <change>When composing a message containing consecutive spaces convert them to non-breaking spaces in the generated HTML part of the message</change>
        <change>Fixed bug where moving a message to another folder wouldn't update the apps search index</change>
        <change>Fixed small bug where not all cached values were removed when using "clear local messages"</change>
        <change>Updated translations</change>
    </release>
    <release version="6.300" versioncode="33000" date="2022-08-04">
        <change>Added support for swiping between messages</change>
        <change>Fixed multiple bugs when there are notifications for more than 8 messages</change>
+5 −0
Original line number Diff line number Diff line
- Fixed crash when viewing a message and OpenKeychain needed to display its user interface, e.g. to ask for a password
- When composing a message containing consecutive spaces convert them to non-breaking spaces in the generated HTML part of the message
- Fixed bug where moving a message to another folder wouldn't update the apps search index
- Fixed small bug where not all cached values were removed when using "clear local messages"
- Updated translations