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

Commit fd59bee3 authored by cketti's avatar cketti
Browse files

Version 5.716

parent 5451e07f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 27015
        versionName '5.716-SNAPSHOT'
        versionCode 27016
        versionName '5.716'

        minSdkVersion buildConfig.minSdk
        targetSdkVersion buildConfig.targetSdk
+7 −0
Original line number Diff line number Diff line
@@ -8,6 +8,13 @@
     They are automatically updated with "ant bump-version".
-->
<changelog>
    <release version="5.716" versioncode="27016">
        <change>Fixed bug that hid folders in the drawer behind the sticky footer</change>
        <change>Fixed crash when server contains a folder named 'Outbox'</change>
        <change>Avoid crash when adding an attachment fails</change>
        <change>Removed support for using Shift JIS charsets when sending a message</change>
        <change>Updated translations</change>
    </release>
    <release version="5.715" versioncode="27015">
        <change>Added swipe to refresh to side drawer</change>
        <change>Display day of the week in the message list for messages younger than 7 days</change>