Skip to content

Commit

Permalink
Release: Thunderbird Beta 8.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent e2f84a6 commit 5e5b1f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thunderbird for Android version 8.0b5, based on K-9 Mail. Changes include:
- Unread message colors are updated for better visibility
- You will be asked for a financial contribution once you've used the app for a while. Help us continue developing Thunderbird for Android!
- QR code import now suggests upgrading Thunderbird Desktop
- Irish translation included and 100% complete
- Folder drawer is no longer too wide on some devices
- New icon clarifies how to start a server-side email search
4 changes: 2 additions & 2 deletions app-thunderbird/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
applicationId = "net.thunderbird.android"
testApplicationId = "net.thunderbird.android.tests"

versionCode = 7
versionCode = 8
versionName = "8.0"

// Keep in sync with the resource string array "supported_languages"
Expand Down Expand Up @@ -120,7 +120,7 @@ android {
signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

applicationIdSuffix = ".beta"
versionNameSuffix = "b4"
versionNameSuffix = "b5"

isMinifyEnabled = true
isShrinkResources = true
Expand Down
9 changes: 8 additions & 1 deletion app-thunderbird/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="8.0b4" versioncode="7" date="2024-10-21">
<release version="8.0b5" versioncode="8" date="2024-10-28">
<change>Unread message colors are updated for better visibility</change>
<change>You will be asked for a financial contribution once you've used the app for a while. Help us continue developing Thunderbird for Android!</change>
<change>QR code import now suggests upgrading Thunderbird Desktop</change>
<change>Irish translation included and 100% complete</change>
<change>Folder drawer is no longer too wide on some devices</change>
<change>New icon clarifies how to start a server-side email search</change>
</release> <release version="8.0b4" versioncode="7" date="2024-10-21">
<change>Monthly financial contributions are now possible—try it today!</change>
<change>Accounts shown by default for better access to settings</change>
<change>Added Norsk Nynorsk translations</change>
Expand Down
2 changes: 1 addition & 1 deletion metadata

0 comments on commit 5e5b1f2

Please sign in to comment.