Release 3.13.3

This commit is contained in:
Thomas 2022-12-30 18:06:28 +01:00
parent b1c22713b1
commit 90b9291dab
3 changed files with 14 additions and 2 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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