Skip to content

Commit c561d32

Browse files
Release: Thunderbird Beta 17.0b1
1 parent 57d7c45 commit c561d32

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Thunderbird version 17.0b1
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+
- Improved email rendering enabled for beta
10+
11+
Fixed:
12+
- Deleted/read messages in unified inbox may not update until refresh
13+
- Tap behavior was unreliable in recipient fields
14+
- 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 = 41
17+
versionCode = 42
1818
versionName = "17.0"
1919

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

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="17.0b1" versioncode="42" date="2026-02-04">
5+
<change>Account avatar customization</change>
6+
<change>Foldable device support with split-screen</change>
7+
<change>Email messages can be printed</change>
8+
<change>Unified folder account indicator identifies message ownership</change>
9+
<change>Display account avatar in message notifications</change>
10+
<change>Improved email rendering enabled enabled for beta</change>
11+
<change>Deleted/read messages in unified inbox may not update until manual refresh</change>
12+
<change>Edge-to-edge regressions affected account setup screens</change>
13+
<change>Tap behavior was unreliable in recipient fields</change>
14+
<change>Incorrect icon was displayed for &#39;Find folder&#39;</change>
15+
<change>Device orientiation change duplicated recipient field text</change>
16+
<change>Copied link text incorrectly included CSS</change>
17+
<change>Unselecting &#39;Colorize contact pictures&#39; setting did not persist</change>
18+
<change>Some general settings were not preserved after export and import</change>
19+
</release>
420
<release version="16.0b4" versioncode="41" date="2026-01-20">
521
<change>OAuth SMTP authentication failed with some Microsoft servers</change>
622
</release>

0 commit comments

Comments
 (0)