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

Commit 7a361871 authored by cketti's avatar cketti
Browse files

Version 5.802

parent 97891d15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ android {
        applicationId "com.fsck.k9"
        testApplicationId "com.fsck.k9.tests"

        versionCode 28001
        versionName '5.802-SNAPSHOT'
        versionCode 28002
        versionName '5.802'

        // 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="5.802" versioncode="28002" date="2021-08-04">
        <change>Fixed a bug that was triggered when Push was enabled, but the server didn't support Push. If you've noticed high battery drain, this was probably it</change>
        <change>Added support for archive and spam actions in the Unified Inbox</change>
        <change>Fixed notification sounds/vibration. Sometimes notifications were audible when they shouldn't have been, sometimes the other way around</change>
        <change>Display the star of starred messages in yellow</change>
        <change>Don't show archive/spam action when no such folder is configured</change>
        <change>Fixed a crash when saving a draft message with modified signature text</change>
        <change>Fixed a crash when refreshing attachment previews</change>
    </release>
    <release version="5.801" versioncode="28001" date="2021-07-30">
        <change>Tweaked the default font sizes</change>
        <change>The name of the currently selected account is displayed in the top bar below the folder name (when using multiple accounts)</change>