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

Commit 9c81c37

Browse files
Release: Thunderbird 18.0
1 parent 7b56f05 commit 9c81c37

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Thunderbird version 18.0
2+
3+
New:
4+
- PNG avatars
5+
- Setting to display ISO date/time in message list
6+
- Fixed-width font for composing
7+
8+
Changed:
9+
- Attachment summary moved to header
10+
11+
Fixed:
12+
- "Delete (from notification)" setting did not retain state
13+
- Find folder search hint text was cut off
14+
- User not notified if offline when sending message
15+
- CC/BCC fields were not expanded by default for Reply All
16+
- Crash occurred when retrieving images
17+
- Deleted messages could remain visible in message list

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 = 21
17+
versionCode = 22
1818
versionName = "18.0"
1919

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

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="18.0" versioncode="22" date="2026-04-14">
5+
<change>New: Add support for PNG avatars</change>
6+
<change>New: Add setting to display ISO date and time in message list</change>
7+
<change>New: Used fixed-width font for composing when user chooses fixed-width for viewing</change>
8+
<change>Changed: Attachment summary moved from message bottom to header for visibility</change>
9+
<change>Fixed: EHLO parsing exception appeared in logcat when sending email</change>
10+
<change>Fixed: &#34;Delete (from notification)&#34; setting did not retain state</change>
11+
<change>Fixed: Find folder search hint text was cut off on smaller screens</change>
12+
<change>Fixed: User was not notified if they were offline when sending message</change>
13+
<change>Fixed: &#34;Sent folder not found&#34; warning occurred when uploading sent messages was disabled</change>
14+
<change>Fixed: Loading bar appeared detached from header, leaving visible gap</change>
15+
<change>Fixed: CC/BCC fields were not expanded by default for Reply All</change>
16+
<change>Fixed: Crash occurred when retrieving images from large messages</change>
17+
<change>Fixed: Deleted messages could remain visible in message list</change>
18+
</release>
419
<release version="17.0" versioncode="21" date="2026-03-16">
520
<change>New: Account avatar customization</change>
621
<change>New: Foldable device support with split-screen</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)