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

Commit a9d75ec4 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 13.0b3

parent 2c9f07a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Thunderbird for Android version 13.0b3, based on K-9 Mail. Changes include:
- Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss
- App crashed on startup when no folders were available after data loss
 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 = 28
        versionCode = 29
        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 = "b2"
            versionNameSuffix = "b3"

            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.0b3" versioncode="29" date="2025-09-22">
        <change>Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss</change>
        <change>App crashed on startup when no folders were available after data loss</change>
    </release>
    <release version="13.0b2" versioncode="28" date="2025-09-15">
        <change>On IMAP servers with folder prefixes, some folder operations stopped working</change>
    </release>