Merge branch 'develop' into check_remote_context
This commit is contained in:
commit
dbda1e13d2
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue