From 571c96979bb5f9f1bacb802df580bb4bb0f81f7e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 10 Oct 2024 17:32:06 +0300 Subject: [PATCH] New version 61.0.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/61.0.0.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/61.0.0.txt diff --git a/app/build.gradle b/app/build.gradle index 8c79e7d9..34834bd3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 34 - versionCode = 402 - versionName = '60.4.2' + versionCode = 403 + versionName = '61.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/61.0.0.txt b/fastlane/metadata/android/en-US/changelogs/61.0.0.txt new file mode 100644 index 00000000..867bacd8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.0.0.txt @@ -0,0 +1,5 @@ +- Allow , and # characters in tel number (for example when calling Teams) +- Use accent color intead of bold in Call History time column if a call in that call row has been recorded +- Do not include uuid in backup file (prevents having many baresip UAs with same identity) +- By default, include date and time in backup file name +- New Spanish and Portuguese (Brazil) translations