diff --git a/app/build.gradle.kts b/app/build.gradle.kts index afdd39c0..fd6c5bea 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ configure { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 36 - versionCode = 540 - versionName = "88.1.5" + versionCode = 541 + versionName = "89.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/541.txt b/fastlane/metadata/android/en-US/changelogs/541.txt new file mode 100644 index 00000000..ad8ef694 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/541.txt @@ -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)