Release 3.13.3
This commit is contained in:
parent
b1c22713b1
commit
90b9291dab
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 456
|
||||
versionName "3.13.2"
|
||||
versionCode 457
|
||||
versionName "3.13.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.13.3",
|
||||
"code": "457",
|
||||
"note": "Added:\n- Allow to enable extra features in Settings\n- Customizable settings for extra features\n- Support quotes, reactions with messages\n- Support text format (html, markdown, etc.) when composing\n\nFixed:\n- CW not working with media\n- Media not displayed for older instances\n- Some crashes\n"
|
||||
},
|
||||
{
|
||||
"version": "3.13.2",
|
||||
"code": "456",
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
Added:
|
||||
- Allow to enable extra features in Settings
|
||||
- Customizable settings for extra features
|
||||
- Support quotes, reactions with messages
|
||||
- Support text format (html, markdown, etc.) when composing
|
||||
|
||||
Fixed:
|
||||
- CW not working with media
|
||||
- Media not displayed for older instances
|
||||
- Some crashes
|
||||
|
|
Loading…
Reference in New Issue