diff --git a/app/build.gradle b/app/build.gradle index e84a4b1a..d782d410 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 100 - versionName = '12.2.1' + versionCode = 101 + versionName = '13.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/13.0.0.txt b/fastlane/metadata/android/en-US/changelogs/13.0.0.txt new file mode 100644 index 00000000..80e6e510 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.0.0.txt @@ -0,0 +1,9 @@ +- Play notification sound also when message arrives and baresip is visible. +- If contact's name is empty, use contact's SIP URI AoR as contact's name. +- Relaxed checking of contact's name. +- Avoid occasional crash when selecting an account in the spinner. +- Ask Record Audio (Microphone) permission when baresip starts (if not + already granted or permanently denied). +- Improved handling of Write/Read External Storage (Storage Space) + permission upon Backup/Restore. +- Read Phone State (Phone) permission is not needed.