Release 3.25.1
This commit is contained in:
parent
5b805ca9a9
commit
4ebe2a2719
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 501
|
||||
versionName "3.25.0"
|
||||
versionCode 502
|
||||
versionName "3.25.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.25.1",
|
||||
"code": "502",
|
||||
"note": "Fix a crash from release 3.25.0"
|
||||
},
|
||||
{
|
||||
"version": "3.25.0",
|
||||
"code": "501",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
Added:
|
||||
- Android 14 support
|
||||
- Automatically split long messages in threads (default: ASK)
|
||||
- Links and media are clicka ble when composing
|
||||
|
||||
Fixed:
|
||||
- Avoid error 429 with NTFY
|
||||
- Several crashes are fixed
|
Loading…
Reference in New Issue