New version 89.0.0

This commit is contained in:
Juha Heinanen
2026-08-14 16:07:19 +03:00
parent 1232aebec0
commit 57bbc20af7
2 changed files with 9 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 540
versionName = "88.1.5"
versionCode = 541
versionName = "89.0.0"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -0,0 +1,7 @@
- Mobile account and calling related fixes and enhancements
- Search also contact TEL URIs and SIP URI userparts for suggestions
- In addition to contact name, show also contact's URI or label in suggestions
- Reject incoming mobile call if SIP call is already active and vice versa
- Unique Contact URI setting is now by default disabled
- Made SIP Trace setting sub-setting of Debug setting
- New translations (Chinese)