Skip to content

Commit 81878d8

Browse files
committed
K-9 Mail 8.0b1
1 parent f972e0a commit 81878d8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

app-k9mail/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ android {
4646
applicationId = "com.fsck.k9"
4747
testApplicationId = "com.fsck.k9.tests"
4848

49-
versionCode = 39004
50-
versionName = "6.905-SNAPSHOT"
49+
versionCode = 39005
50+
versionName = "8.0b1"
5151

5252
// Keep in sync with the resource string array "supported_languages"
5353
resourceConfigurations.addAll(

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
66
-->
77
<changelog>
8+
<release version="8.0b1" versioncode="39005" date="2024-09-30">
9+
<change>Updated subject encryption</change>
10+
<change>Removed outdated folder settings</change>
11+
<change>Improved maintainability</change>
12+
<change>Added domain validation for email input</change>
13+
<change>Fixed TalkBack and crypto dialog crashes</change>
14+
<change>Updated Material 3 colors</change>
15+
</release>
816
<release version="6.904" versioncode="39004" date="2024-06-27">
917
<change>Fixed crash when split screen mode is enabled</change>
1018
<change>Updated translations</change>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Updated subject encryption
2+
- Removed outdated folder settings
3+
- Improved maintainability
4+
- Added domain validation for email input
5+
- Fixed TalkBack and crypto dialog crashes
6+
- Updated Material 3 colors

metadata

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

0 commit comments

Comments
 (0)