Skip to content

Commit efcb74d

Browse files
Release: K-9 Mail 9.0
1 parent 53354f0 commit efcb74d

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

app-k9mail/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
applicationId = "com.fsck.k9"
2121
testApplicationId = "com.fsck.k9.tests"
2222

23-
versionCode = 39021
23+
versionCode = 39022
2424
versionName = "9.0"
2525

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

app-k9mail/src/main/res/raw/changelog_master.xml

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
66
-->
77
<changelog>
8+
<release version="9.0" versioncode="39022" date="2025-03-03">
9+
<change>Basic support for Android 15</change>
10+
<change>Add a link to the support article when signing in with Google</change>
11+
<change>Account setup attempts email provider's autoconfig first, then falls back to ISPDB</change>
12+
<change>Updated translations for multiple languages</change>
13+
<change>The changelog now properly displays release versions</change>
14+
<change>A wrong translation of the app name has been fixed</change>
15+
<change>Dependencies have been updated to fix a couple of bugs</change>
16+
</release>
817
<release version="8.2" versioncode="39019" date="2024-12-09">
918
<change>You can now support K-9 Mail development with financial contributions.</change>
1019
<change>Account initials now use the display name</change>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Basic support for Android 15
2+
- Add a link to the support article when signing in with Google
3+
- Account setup attempts email provider's autoconfig first, then falls back to ISPDB
4+
- Updated translations for multiple languages
5+
- The changelog now properly displays release versions
6+
- A wrong translation of the app name has been fixed
7+
- Dependencies have been updated to fix a couple of bugs

metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app-metadata/net.thunderbird.android
1+
app-metadata/com.fsck.k9

0 commit comments

Comments
 (0)