mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-02-09 16:48:43 +01:00
Release 3.25.0 - beta release
This commit is contained in:
parent
06e8640219
commit
21c193db90
@ -13,8 +13,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 500
|
||||
versionName "3.24.1"
|
||||
versionCode 501
|
||||
versionName "3.25.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
@ -1,4 +1,9 @@
|
||||
[
|
||||
{
|
||||
"version": "3.25.0",
|
||||
"code": "501",
|
||||
"note": "Added:\n- Android 14 support\n- Automatically split long messages in threads (default: ASK)\n- Links and media are clickable when composing\n\nFixed:\n- Avoid error 429 with NTFY\n- Several crashes are fixed"
|
||||
},
|
||||
{
|
||||
"version": "3.24.1",
|
||||
"code": "500",
|
||||
|
@ -0,0 +1,8 @@
|
||||
Added:
|
||||
- Android 14 support
|
||||
- Automatically split long messages in threads (default: ASK)
|
||||
- Links and media are clickable when composing
|
||||
|
||||
Fixed:
|
||||
- Avoid error 429 with NTFY
|
||||
- Several crashes are fixed
|
Loading…
x
Reference in New Issue
Block a user