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

Commit 54052990 authored by cketti's avatar cketti
Browse files

Version 6.304

parent 509453bd
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 33003
        versionName '6.304-SNAPSHOT'
        versionCode 33004
        versionName '6.304'

        // 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.304" versioncode="33004" date="2022-09-16">
        <change>Allow unmasking the password field without authentication as soon as the original password in incoming/outgoing server settings has been overwritten completely</change>
        <change>Don't crash when IMAP servers send attachment names that contain non-ASCII characters</change>
        <change>Fixed a bug where the search input field would collapse back into its toolbar icon while it was being used</change>
        <change>Removed support for Direct Share because the app can no longer use the number of times a person has been contacted to make useful suggestions</change>
        <change>More internal changes</change>
    </release>
    <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>
+5 −0
Original line number Diff line number Diff line
- Allow unmasking the password field without authentication as soon as the original password in incoming/outgoing server settings has been overwritten completely
- Don't crash when IMAP servers send attachment names that contain non-ASCII characters
- Fixed a bug where the search input field would collapse back into its toolbar icon while it was being used
- Removed support for Direct Share because the app can no longer use the number of times a person has been contacted to make useful suggestions
- More internal changes