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

Commit bcf89ed0 authored by cketti's avatar cketti
Browse files

Version 6.311

parent 7ec2a0b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 33010
        versionName '6.311-SNAPSHOT'
        versionCode 33011
        versionName '6.311'

        // 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",
+9 −0
Original line number Diff line number Diff line
@@ -5,6 +5,15 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.311" versioncode="33011" date="2022-11-01">
        <change>Don't unexpectedly show and focus the "reply to" field when composing a message</change>
        <change>Fixed a bug where sometimes toolbar buttons in the message view would affect another message than the one currently being displayed</change>
        <change>Changed the way the app switches to the next/previous message to avoid a bug that could lead to the toolbar disappearing</change>
        <change>Fall back to using IPv4 if connecting to a POP3 server using IPv6 fails</change>
        <change>SMTP: Stop treating all TLS errors as certificate error</change>
        <change>Added more (local) logging when creating and removing notifications</change>
        <change>Fixed a couple of rare crashes</change>
    </release>
    <release version="6.310" versioncode="33010" date="2022-10-24">
        <change>Fixed "K-9 Accounts" shortcuts (you probably have to remove existing shortcuts and add them again)</change>
        <change>Fixed a couple of bugs and display issues in the message list widget</change>
+7 −0
Original line number Diff line number Diff line
- Don't unexpectedly show and focus the "reply to" field when composing a message
- Fixed a bug where sometimes toolbar buttons in the message view would affect another message than the one currently being displayed
- Changed the way the app switches to the next/previous message to avoid a bug that could lead to the toolbar disappearing
- Fall back to using IPv4 if connecting to a POP3 server using IPv6 fails
- SMTP: Stop treating all TLS errors as certificate error
- Added more (local) logging when creating and removing notifications
- Fixed a couple of rare crashes