File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed
app-metadata/net.thunderbird.android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 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
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 = 21
17+ versionCode = 22
1818 versionName = " 18.0"
1919
2020 buildConfigField(" String" , " CLIENT_INFO_APP_NAME" , " \" Thunderbird for Android\" " )
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.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: " 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: " Sent folder not found" 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 >
Original file line number Diff line number Diff line change 1- app-metadata/com.fsck.k9
1+ app-metadata/net.thunderbird.android
You can’t perform that action at this time.
0 commit comments