豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 6c32c95

Browse files
Release: Thunderbird Beta 17.0b4
1 parent b695d98 commit 6c32c95

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Thunderbird version 17.0b4
2+
3+
Fixed:
4+
- Application navigation and account switching could crash

app-thunderbird/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
applicationId = "net.thunderbird.android"
1515
testApplicationId = "net.thunderbird.android.tests"
1616

17-
versionCode = 44
17+
versionCode = 45
1818
versionName = "17.0"
1919

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

123123
applicationIdSuffix = ".beta"
124-
versionNameSuffix = "b3"
124+
versionNameSuffix = "b4"
125125

126126
isMinifyEnabled = true
127127
isShrinkResources = true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="17.0b4" versioncode="45" date="2026-02-24">
5+
<change>Fixed: Application navigation and account switching could crash</change>
6+
</release>
47
<release version="17.0b3" versioncode="44" date="2026-02-17">
58
<change>Fixed: Application could crash when rendering message list</change>
69
<change>Fixed: Avatar image updates did not propagate immediately</change>

0 commit comments

Comments
 (0)