mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Release 3.34.0-beta-1
This commit is contained in:
parent
bb500d04a6
commit
7b770156de
2 changed files with 7 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 534
|
||||
versionName "3.33.1"
|
||||
versionCode 535
|
||||
versionName "3.34.0-beta-1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.34.0-beta-1",
|
||||
"code": "535",
|
||||
"note": "Added:\n- Quote support for Mastodon\n- Long press on tags: Follow / Mute\n\nChanged:\n- Limit the number of highlighted hashtags at the bottom of messages\n\nFixed:\n- Fix a crash with threads\n- Fix empty Hashtags"
|
||||
},
|
||||
{
|
||||
"version": "3.33.1",
|
||||
"code": "534",
|
||||
|
|
Loading…
Reference in a new issue