From 7516a59e5e6fd5e1c1bc966ca7c65618ffe76eb0 Mon Sep 17 00:00:00 2001 From: Inderpal Singh Aulakh <73618019+iaulakh@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:44:37 -0700 Subject: [PATCH] [Calling][Documentation] update versions and changelog (#1083) --- azure-communication-ui/build.gradle | 4 ++-- azure-communication-ui/calling/README.md | 4 ++-- docs/CHANGELOG_UI_CALLING.md | 17 +++++++++++++++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/azure-communication-ui/build.gradle b/azure-communication-ui/build.gradle index 50a7645a2..0c3b3a0d4 100644 --- a/azure-communication-ui/build.gradle +++ b/azure-communication-ui/build.gradle @@ -5,7 +5,7 @@ buildscript { } ext { - call_library_version_name = '1.11.0' + call_library_version_name = '1.11.0-beta.2' chat_library_version_name = '1.0.0-beta.3' ui_library_version_code = getVersionCode() @@ -49,7 +49,7 @@ buildscript { azure_calling_sdk_version_ga = '2.10.0' // Newest version of the SDK, can be beta - azure_calling_sdk_version_beta = '2.10.0-beta.1' + azure_calling_sdk_version_beta = '2.11.0-beta.1' } // Initialize the SDK Version based on the calling SDK Beta flag diff --git a/azure-communication-ui/calling/README.md b/azure-communication-ui/calling/README.md index 9d73e2659..a5ef099a0 100644 --- a/azure-communication-ui/calling/README.md +++ b/azure-communication-ui/calling/README.md @@ -4,7 +4,7 @@ ## Latest Release -- [1.9.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.9.0) +- [1.10.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.10.0) ## Getting Started @@ -27,7 +27,7 @@ android { ```groovy dependencies { ... - implementation 'com.azure.android:azure-communication-ui-calling:1.9.0' + implementation 'com.azure.android:azure-communication-ui-calling:1.10.0' ... } ``` diff --git a/docs/CHANGELOG_UI_CALLING.md b/docs/CHANGELOG_UI_CALLING.md index c3536d6be..e4dddf666 100644 --- a/docs/CHANGELOG_UI_CALLING.md +++ b/docs/CHANGELOG_UI_CALLING.md @@ -1,9 +1,22 @@ # Azure Communication UI Calling Release History -## 1.11.0-beta.1 (*) +## 1.11.0-beta.2 (2024-09-12) + +### Features +- Call screen information header title/subtitle customization +- Ability to hide or disable buttons and create custom buttons + +### Bug Fixes +- Bring to foreground crash in disconnecting state +- Snackbar text length fix +- Set text size for speaker button +- OnHold text position +- Most recent joined participant shows up in the participants list with the local User's custom avatar +- Apply correct colour to the window to avoid splash white screen on the launch + +## 1.11.0-beta.1 (2024-08-28) ### Features -- Call screen information header title customization and call duration timer - Call screen control bar custom button support ## 1.10.0 (2024-08-12)