Skip to content

Commit d1585c4

Browse files
Release: Thunderbird Beta 20.0b1
1 parent 39429a6 commit d1585c4

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Thunderbird version 20.0b1
2+
3+
Changed:
4+
- Only show message notification config actions above the cutoff
5+
6+
Fixed:
7+
- Account drawer stayed open after account switch despite auto-select Inbox setting
8+
- Imported settings could incorrectly show 'XX' avatar monogram
9+
- Printed emails omitted message headers and used minimal margins
10+
- Compose button did not work in tablet split-screen message view
11+
- New mail notifications showed avatars when contact pictures were disabled

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 = 51
17+
versionCode = 52
1818
versionName = "20.0"
1919

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

112112
applicationIdSuffix = ".beta"
113-
versionNameSuffix = "b0"
113+
versionNameSuffix = "b1"
114114

115115
isMinifyEnabled = !isCI
116116
isShrinkResources = !isCI

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="20.0b1" versioncode="52" date="2026-05-26">
5+
<change>Changed: Only show message notification configuration actions above the cutoff</change>
6+
<change>Fixed: Account drawer stayed open after account switch despite auto-select Inbox setting</change>
7+
<change>Fixed: Imported settings could incorrectly show &#39;XX&#39; avatar monogram</change>
8+
<change>Fixed: Printed emails omitted message headers and used minimal margins</change>
9+
<change>Fixed: Compose button did not work in tablet split-screen message view</change>
10+
<change>Fixed: Accented subfolder names sorted to bottom instead of locale order</change>
11+
<change>Fixed: Disabled font size setting appeared in General Settings search</change>
12+
<change>Fixed: New mail notifications showed avatars when contact pictures were disabled</change>
13+
<change>Fixed: Mail opening still used fade-in after animations were disabled</change>
14+
<change>Fixed: Sidebar account-switching animations were too fast</change>
15+
</release>
416
<release version="19.0b2" versioncode="51" date="2026-05-11">
517
<change>New: Integrate an easily discoverable way to configure and use Thundermail</change>
618
</release>

0 commit comments

Comments
 (0)