Release 3.10.0

This commit is contained in:
Thomas 2022-12-09 18:14:07 +01:00
parent d45ac1b9f9
commit 6710ef2e1f
3 changed files with 23 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 32
versionCode 442
versionName "3.9.7"
versionCode 443
versionName "3.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.10.0",
"code": "443",
"note": "Added:\n- Dracula theme\n- Customize message colors\n- Enable/Disable Card presentation\n\nChanged:\n- Colors for some themes\n- Space between buttons\n\nFixed:\n- Animated profile pictures not displayed\n- Mentions broken in profile bio and fields\n- Jumps with fit preview images when scrolling up\n- Fetch more button broken with cache\n- Tag patterns in URL break the link\n- Typo in followed tags"
},
{
"version": "3.9.7",
"code": "442",

View File

@ -0,0 +1,16 @@
Added:
- Dracula theme
- Customize message colors
- Enable/Disable Card presentation
Changed:
- Colors for some themes
- Space between buttons
Fixed:
- Animated profile pictures not displayed
- Mentions broken in profile bio and fields
- Jumps with fit preview images when scrolling up
- Fetch more button broken with cache
- Tag patterns in URL break the link
- Typo in followed tags