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

Commit 1f6b67c8 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 13.0b5

parent 31d45050
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Thunderbird for Android version 13.0b5, based on K-9 Mail. Changes include:
- Reverted word-wrapping change that broke HTML and table rendering
- Application crashed when opening placeholder folder
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 30
        versionCode = 31
        versionName = "13.0"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
@@ -118,7 +118,7 @@ android {
            signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b4"
            versionNameSuffix = "b5"

            isMinifyEnabled = true
            isShrinkResources = true
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
<changelog>
    <release version="13.0b5" versioncode="31" date="2025-10-13">
        <change>Reverted word-wrapping change that broke HTML and table rendering</change>
        <change>Application crashed when opening placeholder folder</change>
    </release>
    <release version="13.0b4" versioncode="30" date="2025-09-29">
        <change>Sync could cause &#34;IllegalStateException: No outbox_state entry for message id&#34; error</change>
    </release>