Skip to content

Commit 1f6b67c

Browse files
Release: Thunderbird Beta 13.0b5
1 parent 31d4505 commit 1f6b67c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Thunderbird for Android version 13.0b5, based on K-9 Mail. Changes include:
2+
- Reverted word-wrapping change that broke HTML and table rendering
3+
- Application crashed when opening placeholder folder

app-thunderbird/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId = "net.thunderbird.android"
1818
testApplicationId = "net.thunderbird.android.tests"
1919

20-
versionCode = 30
20+
versionCode = 31
2121
versionName = "13.0"
2222

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

120120
applicationIdSuffix = ".beta"
121-
versionNameSuffix = "b4"
121+
versionNameSuffix = "b5"
122122

123123
isMinifyEnabled = true
124124
isShrinkResources = true

app-thunderbird/src/beta/res/raw/changelog_master.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="13.0b5" versioncode="31" date="2025-10-13">
5+
<change>Reverted word-wrapping change that broke HTML and table rendering</change>
6+
<change>Application crashed when opening placeholder folder</change>
7+
</release>
48
<release version="13.0b4" versioncode="30" date="2025-09-29">
59
<change>Sync could cause &#34;IllegalStateException: No outbox_state entry for message id&#34; error</change>
610
</release>

0 commit comments

Comments
 (0)