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

Commit 6d904b66 authored by cketti's avatar cketti
Browse files

Version 6.303

parent 71280139
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 33002
        versionName '6.303-SNAPSHOT'
        versionCode 33003
        versionName '6.303'

        // 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",
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.303" versioncode="33003" date="2022-09-08">
        <change>Fixed a bug that lead to search being broken</change>
        <change>Fixed error reporting for (old) send failures</change>
        <change>Fixed "strip signatures on reply"</change>
        <change>Fixed a crash when tapping a toolbar action in message view before loading the message has finished</change>
    </release>
    <release version="6.302" versioncode="33002" date="2022-09-05">
        <change>Fixed moving to next/previous message when sorting the message list by read/unread or starred/unstarred</change>
        <change>Fixed a crash when a third-party app shared a file to K-9 Mail without granting access to it</change>
+4 −0
Original line number Diff line number Diff line
- Fixed a bug that lead to search being broken
- Fixed error reporting for (old) send failures
- Fixed "strip signatures on reply"
- Fixed a crash when tapping a toolbar action in message view before loading the message has finished