Skip to content

Commit 08bccc7

Browse files
Release: Thunderbird Beta 13.0b1
1 parent 1b14c0f commit 08bccc7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 13.0b1, based on K-9 Mail. Changes include:
2+
- Added new design elements to Message List UI
3+
- Sync logging duration is now limited to 24 hours
4+
- Client certificate was not displayed in SMTP settings
5+
- Outlook headers included unnecessary newlines when replying
6+
- "Enable debug logging" did not provide verbose logging
7+
- Scrolling in a short email could trigger left/right swipe
8+
- Scrolling only worked in center of Welcome and New Account screens (landscape)

app-thunderbird/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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 = 27
20+
versionCode = 28
2121
versionName = "13.0"
2222

2323
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")

0 commit comments

Comments
 (0)