Release 3.0.10

This commit is contained in:
Thomas 2022-07-21 14:46:56 +02:00
parent 3d2b1b6b7d
commit 07a819a9c2
3 changed files with 16 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 399 versionCode 400
versionName "3.0.9" versionName "3.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[ [
{
"version": "3.0.10",
"code": "400",
"note": "Added:\n- Allow to define the max chars count when not detected (In about the instance)\n- Add emoji one picker when composing (must be enabled in settings)\n- Add release notes with the ability to translate them\n\nFixed:\n- Friendica custom emojis not displayed\n- Long press to store media\n- Some bug fixes"
},
{ {
"version": "3.0.9", "version": "3.0.9",
"code": "399", "code": "399",

View File

@ -0,0 +1,9 @@
Added:
- Allow to define the max chars count when not detected (In about the instance)
- Add emoji one picker when composing (must be enabled in settings)
- Add release notes with the ability to translate them
Fixed:
- Friendica custom emojis not displayed
- Long press to store media
- Some bug fixes