File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ Thunderbird version 19.0b1
2+
3+ New:
4+ - Message notification actions can be configured
5+ - Message font size scales with device preferences
6+
7+ Fixed:
8+ - Thunderbird crashed on Android 8 when fetching images
9+ - Accidental swipe in message viewer marked unread email as read
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 = 49
17+ versionCode = 50
1818 versionName = " 19.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 =" 19.0b1" versioncode =" 50" date =" 2026-04-14" >
5+ <change >New: Message notification actions can be configured</change >
6+ <change >New: Message font size scales with device preferences</change >
7+ <change >Fixed: Thunderbird crashed on Android 8 when fetching images</change >
8+ <change >Fixed: Accidental swipe in message viewer marked unread email as read</change >
9+ </release >
410 <release version =" 18.0b4" versioncode =" 49" date =" 2026-04-06" >
511 <change >Fixed: Deleted messages could remain visible in message list</change >
612 </release >
You can’t perform that action at this time.
0 commit comments