File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ Thunderbird for Android version 11.0b3, based on K-9 Mail. Changes include:
2
+ - Sharing multiple selected images from gallery only selected last image
3
+ - Account drawer could crash when folder was selected
4
+ - Application could crash when fetching emails
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
17
17
applicationId = " net.thunderbird.android"
18
18
testApplicationId = " net.thunderbird.android.tests"
19
19
20
- versionCode = 15
20
+ versionCode = 16
21
21
versionName = " 11.0"
22
22
23
23
// Keep in sync with the resource string array "supported_languages"
@@ -118,7 +118,7 @@ android {
118
118
signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
119
119
120
120
applicationIdSuffix = " .beta"
121
- versionNameSuffix = " b2 "
121
+ versionNameSuffix = " b3 "
122
122
123
123
isMinifyEnabled = true
124
124
isShrinkResources = true
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<?xml-stylesheet type =" text/xsl" href =" changelog_style.xsl" ?>
3
3
<changelog >
4
+ <release version =" 11.0b3" versioncode =" 16" date =" 2025-06-10" >
5
+ <change >Sharing multiple selected images from gallery only selected last image</change >
6
+ <change >Account drawer could crash when folder was selected</change >
7
+ <change >Application could crash when fetching emails</change >
8
+ </release >
4
9
<release version =" 11.0b2" versioncode =" 15" date =" 2025-05-13" >
5
10
<change >System navigation bar did not correctly blend with message content</change >
6
11
<change >"New Mail Notifications" setting did not persist</change >
You can’t perform that action at this time.
0 commit comments