From 51599a26d79f418f3484813c70844ecbce472434 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 2 Jun 2026 08:52:26 +0300 Subject: [PATCH] New version 83.0.0 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/511.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/511.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 36426648..95f9bf07 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 = 510 - versionName = "82.2.2" + versionCode = 511 + versionName = "83.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/511.txt b/fastlane/metadata/android/en-US/changelogs/511.txt new file mode 100644 index 00000000..d4f768a3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/511.txt @@ -0,0 +1,6 @@ +- Added possibility to add labels to contacts +- When showing name of contact, show also label when appropriate +- Do not show Android system bar mic icon when call is muted +- Backup/restore fixes and improvements +- New translations (Chinese and French) +