diff --git a/app/build.gradle b/app/build.gradle index 6dbf9101..1cf7ca2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 109 - versionName = '16.1.0' + versionCode = 110 + versionName = '17.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.0.0.txt b/fastlane/metadata/android/en-US/changelogs/17.0.0.txt new file mode 100644 index 00000000..3d1e23f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.0.0.txt @@ -0,0 +1,8 @@ +- Fixed saving of an account that has ;transport parameter in its AoR. +- Fixed enabling of notifications when call is closed. +- Use white status icon when account's registration has not been enabled. +- Default call volume now effects both voice call and music streams. +- Improved Accounts activity layout and implementation. +- Do not show baresip lib debug messages if Debug has not been enabled. +- Do not re-create activities when screen orientation changes. +- Properly show chat information that does not fit one line