File tree Expand file tree Collapse file tree
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ' XX' 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 >
You can’t perform that action at this time.
0 commit comments