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

Commit 2641a854 authored by cketti's avatar cketti
Browse files

Version 6.309

parent 3b506146
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 33008
        versionName '6.309-SNAPSHOT'
        versionCode 33009
        versionName '6.309'

        // 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",
+8 −0
Original line number Diff line number Diff line
@@ -5,6 +5,14 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.309" versioncode="33009" date="2022-10-12">
        <change>Automatically scroll to the top after using pull to refresh, so new messages are visible</change>
        <change>Fixed a bug that prevented the app from establishing a connection to the outgoing server under certain circumstances</change>
        <change>Fixed a bug that could lead to messages being sent twice when the send button was double clicked</change>
        <change>Changed the structure of HTML signatures in outgoing messages to increase compatibility</change>
        <change>More bug fixes and internal changes</change>
        <change>Updated translations</change>
    </release>
    <release version="6.308" versioncode="33008" date="2022-10-06">
        <change>Added swipe actions to the message list screen</change>
        <change>Changed the minimum size of the message list widget to 2x2 cells</change>
+6 −0
Original line number Diff line number Diff line
- Automatically scroll to the top after using pull to refresh, so new messages are visible
- Fixed a bug that prevented the app from establishing a connection to the outgoing server under certain circumstances
- Fixed a bug that could lead to messages being sent twice when the send button was double clicked
- Changed the structure of HTML signatures in outgoing messages to increase compatibility
- More bug fixes and internal changes
- Updated translations