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

Commit f6d81976 authored by cketti's avatar cketti
Browse files

Version 6.305

parent c3632a26
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 33004
        versionName '6.305-SNAPSHOT'
        versionCode 33005
        versionName '6.305'

        // 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",
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.305" versioncode="33005" date="2022-09-17">
        <change>Fixed a bug that could lead to a crash when opening the message list</change>
    </release>
    <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>
+1 −0
Original line number Diff line number Diff line
- Fixed a bug that could lead to a crash when opening the message list