diff --git a/app/build.gradle b/app/build.gradle index 3805a00d..46833967 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 91 - versionName = '10.3.0' + versionCode = 92 + versionName = '10.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/10.4.0.txt b/fastlane/metadata/android/en-US/changelogs/10.4.0.txt new file mode 100644 index 00000000..624a1a3b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.4.0.txt @@ -0,0 +1,6 @@ +- Allow deletion of account's chat history via chats activity menu item. +- Ask confirmation before deleting chat and call history. +- Improved updating of main activity voicemail, chat, and call icons. +- Go directly to Accounts activity when baresip is started without any accounts. +- Swapped positions of call Accept and Reject buttons. +- Do not allow terminating outgoing call before call attempt has started.