Skip to content

Commit 53354f0

Browse files
Release: Thunderbird 9.0
1 parent 78352f6 commit 53354f0

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thunderbird for Android version 9.0, based on K-9 Mail. Changes include:
2+
- Basic support for Android 15
3+
- Add a link to the support article when signing in with Google
4+
- Account setup attempts email provider's autoconfig first, then falls back to ISPDB
5+
- Updated translations for multiple languages
6+
- The changelog now properly displays release versions
7+
- A wrong translation of the app name has been fixed
8+
- Dependencies have been updated to fix a couple of bugs

app-thunderbird/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
applicationId = "net.thunderbird.android"
2121
testApplicationId = "net.thunderbird.android.tests"
2222

23-
versionCode = 8
23+
versionCode = 9
2424
versionName = "9.0"
2525

2626
// Keep in sync with the resource string array "supported_languages"

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
33
<changelog>
4+
<release version="9.0" versioncode="9" date="2025-03-03">
5+
<change>Basic support for Android 15</change>
6+
<change>Add a link to the support article when signing in with Google</change>
7+
<change>Account setup attempts email provider's autoconfig first, then falls back to ISPDB</change>
8+
<change>Updated translations for multiple languages</change>
9+
<change>The changelog now properly displays release versions</change>
10+
<change>A wrong translation of the app name has been fixed</change>
11+
<change>Dependencies have been updated to fix a couple of bugs</change>
12+
</release>
413
<release version="8.2" versioncode="8" date="2024-12-09">
514
<change>Account initials now use the display name</change>
615
<change>Account icons remain in the same position when selected</change>

metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app-metadata/com.fsck.k9
1+
app-metadata/net.thunderbird.android

0 commit comments

Comments
 (0)