Release 3.23.3

This commit is contained in:
Thomas 2023-08-09 18:17:33 +02:00
parent 5a804fd892
commit 3d0d68d9f5
3 changed files with 14 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 495 versionCode 496
versionName "3.23.2" versionName "3.23.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[ [
{
"version": "3.23.3",
"code": "496",
"note": "- Longer fields when editing bio\n- Clicks on card do not open Mastodon posts inside the app\n- Crash with Pixelfed\n- Line breaks with Markdown\n- Side effects with Markdown and some links"
},
{ {
"version": "3.23.2", "version": "3.23.2",
"code": "495", "code": "495",

View File

@ -0,0 +1,7 @@
Fixed:
- Longer fields when editing bio
- Clicks on card do not open Mastodon posts inside the app
- Crash with Pixelfed
- Line breaks with Markdown
- Side effects with Markdown and some links