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

Commit 9da6212a authored by cketti's avatar cketti
Browse files

Version 6.511

parent 466c8bcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ android {
        applicationId = "com.fsck.k9"
        testApplicationId = "com.fsck.k9.tests"

        versionCode = 35010
        versionName = "6.511-SNAPSHOT"
        versionCode = 35011
        versionName = "6.511"

        // Keep in sync with the resource string array "supported_languages"
        resourceConfigurations.addAll(
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@
     Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
    <release version="6.511" versioncode="35011" date="2023-03-31">
        <change>Swiping between messages should now work more reliably</change>
        <change>Fixed message details layout when contact pictures are disabled</change>
        <change>Fixed disappearing toolbar buttons in the message view screen</change>
        <change>Fixed a couple of rare crashes</change>
        <change>Updated translations</change>
    </release>
    <release version="6.510" versioncode="35010" date="2023-03-17">
        <change>Made small changes to the appearance of the message list</change>
        <change>Added a font size setting for the account name when viewing a message</change>
+5 −0
Original line number Diff line number Diff line
- Swiping between messages should now work more reliably
- Fixed message details layout when contact pictures are disabled
- Fixed disappearing toolbar buttons in the message view screen
- Fixed a couple of rare crashes
- Updated translations