Release 3.25.1

This commit is contained in:
Thomas 2023-12-17 17:43:14 +01:00
parent 5b805ca9a9
commit 4ebe2a2719
3 changed files with 15 additions and 2 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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