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

Commit a5fa2ddc authored by cketti's avatar cketti
Browse files

Version 5.905

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

        versionCode 29004
        versionName '5.905-SNAPSHOT'
        versionCode 29005
        versionName '5.905'

        // 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",
+11 −0
Original line number Diff line number Diff line
@@ -5,6 +5,17 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="5.905" versioncode="29005" date="2021-11-24">
        <change>Set subject when forwarding a message as attachment</change>
        <change>Added a menu option to export the debug log under Settings → General settings → Debugging</change>
        <change>Don't display "unread count" in notifications; only number of new messages</change>
        <change>Properly decode multiple encoded words using the ISO-2022-JP charset (e.g. in subjects)</change>
        <change>Fixed a crash when users left the message view screen before the download of an image attachment was complete</change>
        <change>Don't crash when loading images without internet permission (could only happen with custom ROMs)</change>
        <change>Fixed a rare crash when auto-completing email addresses in the compose screen</change>
        <change>A lot of internal changes and cleanup</change>
        <change>Updated translations</change>
    </release>
    <release version="5.904" versioncode="29004" date="2021-10-05">
        <change>Tweaked toolbar in move/copy screens</change>
        <change>Fixed a bug where line breaks were added when editing a draft</change>