mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Release 3.25.0 - beta release
This commit is contained in:
parent
06e8640219
commit
21c193db90
3 changed files with 15 additions and 2 deletions
|
@ -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…
Reference in a new issue