0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Version 6.308

This commit is contained in:
cketti 2022-10-06 19:21:44 +02:00
parent f5c682ee97
commit f7f0f02aa6
3 changed files with 14 additions and 2 deletions

View File

@ -50,8 +50,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 33007
versionName '6.308-SNAPSHOT'
versionCode 33008
versionName '6.308'
// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",

View File

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.308" versioncode="33008" date="2022-10-06">
<change>Added swipe actions to the message list screen</change>
<change>Changed the minimum size of the message list widget to 2x2 cells</change>
<change>Fixed a bug where the app would start using the light theme before switching to the dark theme resulting in a brief flash of white</change>
<change>More minor bug fixes and improvements</change>
<change>Updated translations</change>
</release>
<release version="6.307" versioncode="33007" date="2022-09-26">
<change>Fixed the message list background color in the dark theme</change>
<change>Fixed a small display issue where "Load up to X more" could have been displayed when it shouldn't have been</change>

View File

@ -0,0 +1,5 @@
- Added swipe actions to the message list screen
- Changed the minimum size of the message list widget to 2x2 cells
- Fixed a bug where the app would start using the light theme before switching to the dark theme resulting in a brief flash of white
- More minor bug fixes and improvements
- Updated translations