Skip to content

Commit 53ac411

Browse files
Release: Thunderbird Beta 11.0b3
1 parent ff84c14 commit 53ac411

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

app-thunderbird/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId = "net.thunderbird.android"
1818
testApplicationId = "net.thunderbird.android.tests"
1919

20-
versionCode = 15
20+
versionCode = 16
2121
versionName = "11.0"
2222

2323
// Keep in sync with the resource string array "supported_languages"
@@ -118,7 +118,7 @@ android {
118118
signingConfig = signingConfigs.getByType(SigningType.TB_BETA)
119119

120120
applicationIdSuffix = ".beta"
121-
versionNameSuffix = "b2"
121+
versionNameSuffix = "b3"
122122

123123
isMinifyEnabled = true
124124
isShrinkResources = true

app-thunderbird/src/beta/res/raw/changelog_master.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<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>
49
<release version="11.0b2" versioncode="15" date="2025-05-13">
510
<change>System navigation bar did not correctly blend with message content</change>
611
<change>"New Mail Notifications" setting did not persist</change>

0 commit comments

Comments
 (0)