File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1+ Thunderbird version 18.0b1
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 for visibility
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+ - Warned "Sent folder not found" when uploading sent messages was disabled
16+ - CC/BCC fields were not expanded by default for Reply All
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 = 45
17+ versionCode = 46
1818 versionName = " 18.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 =" 18.0b1" versioncode =" 46" date =" 2026-03-16" >
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: " Delete (from notification)" 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: Warned " Sent folder not found" 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+ </release >
417 <release version =" 17.0b4" versioncode =" 45" date =" 2026-02-24" >
518 <change >Fixed: Application navigation and account switching could crash</change >
619 </release >
You can’t perform that action at this time.
0 commit comments