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

Commit 4cea36e

Browse files
Release: Thunderbird 17.0
1 parent 23cd3ba commit 4cea36e

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Thunderbird version 17.0
2+
3+
New:
4+
- Account avatar customization
5+
- Foldable device support
6+
- Email messages can be printed
7+
- Unified folder account indicator
8+
- Display account avatar in message notifications
9+
10+
Fixed:
11+
- Tap behavior was unreliable in recipient fields
12+
- Device orientiation change duplicated recipient field text

app-thunderbird/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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 = 20
17+
versionCode = 21
1818
versionName = "17.0"
1919

2020
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="17.0" versioncode="21" date="2026-03-16">
5+
<change>New: Account avatar customization</change>
6+
<change>New: Foldable device support with split-screen</change>
7+
<change>New: Email messages can be printed</change>
8+
<change>New: Unified folder account indicator identifies message ownership</change>
9+
<change>New: Display account avatar in message notifications</change>
10+
<change>Fixed: Edge-to-edge regressions affected account setup screens</change>
11+
<change>Fixed: Tap behavior was unreliable in recipient fields</change>
12+
<change>Fixed: Incorrect icon was displayed for &#39;Find folder&#39;</change>
13+
<change>Fixed: Device orientiation change duplicated recipient field text</change>
14+
<change>Fixed: Copied link text incorrectly included CSS</change>
15+
<change>Fixed: Unselecting &#39;Colorize contact pictures&#39; setting did not persist</change>
16+
<change>Fixed: Some general settings were not preserved after export and import</change>
17+
</release>
418
<release version="16.1" versioncode="20" date="2026-02-09">
519
<change>Fixed: Messages containing complex CSS could be unreadable</change>
620
<change>Fixed: Deleted/read messages in unified inbox may not update until manual refresh</change>

metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app-metadata/com.fsck.k9
1+
app-metadata/net.thunderbird.android

0 commit comments

Comments
 (0)