From e093a7bf652bc859f734635e82b98e277513088c Mon Sep 17 00:00:00 2001 From: Aniket Kadam Date: Mon, 16 Oct 2023 10:02:28 +0000 Subject: [PATCH 1/3] Release 1.1.0 prebuilt --- docs/android/v2/changelog/release-notes-prebuilt.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/android/v2/changelog/release-notes-prebuilt.mdx b/docs/android/v2/changelog/release-notes-prebuilt.mdx index c2f462e384..d4c4b4cec6 100644 --- a/docs/android/v2/changelog/release-notes-prebuilt.mdx +++ b/docs/android/v2/changelog/release-notes-prebuilt.mdx @@ -3,6 +3,18 @@ nav: 4.2 description: Release Notes for 100ms Android Prebuilt --- +## v1.1.0 - 2023-10-13 +### Fixes +- Bug fix for import issues without jitpack. +- Lower local peer's hand when their role is changed. +- Fixed double notifications for hand raise. +- Participants list doesn't jump when updating. + +### Added +- Hand raise lower using groups. +- Targeting api level 33. +- Updated depedencies + ## v1.0.0 - 2023-09-14 ### Added From 593add65ab5ab502403a296fb1e7a659534f2696 Mon Sep 17 00:00:00 2001 From: Aniket Kadam Date: Wed, 25 Oct 2023 15:44:04 +0530 Subject: [PATCH 2/3] Update release-notes-prebuilt.mdx --- docs/android/v2/changelog/release-notes-prebuilt.mdx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/android/v2/changelog/release-notes-prebuilt.mdx b/docs/android/v2/changelog/release-notes-prebuilt.mdx index d4c4b4cec6..3cfc848f52 100644 --- a/docs/android/v2/changelog/release-notes-prebuilt.mdx +++ b/docs/android/v2/changelog/release-notes-prebuilt.mdx @@ -3,6 +3,12 @@ nav: 4.2 description: Release Notes for 100ms Android Prebuilt --- +## v1.1.! - 2023-10-21 +### Added +Polls answering. +Updated to use themes from prebuilt. +Uses SDK 2.8.8 which corrects an issue with polls state being incorrectly updated. + ## v1.1.0 - 2023-10-13 ### Fixes - Bug fix for import issues without jitpack. @@ -12,11 +18,11 @@ ### Added - Hand raise lower using groups. -- Targeting api level 33. -- Updated depedencies +- Targeting API level 33. +- Updated dependencies. ## v1.0.0 - 2023-09-14 ### Added Hello world. Prebuilt is launched. Customize your app themes and add video conferencing to your app with one line of code. -Details [here](https://www.100ms.live/docs/javascript/v2/quickstart/prebuilt-quickstart). \ No newline at end of file +Details [here](https://www.100ms.live/docs/javascript/v2/quickstart/prebuilt-quickstart). From 5fd52ead3f8286b84b2722293f02a890d5a65570 Mon Sep 17 00:00:00 2001 From: Aniket Kadam Date: Mon, 30 Oct 2023 12:36:03 +0530 Subject: [PATCH 3/3] Update release-notes-prebuilt.mdx --- docs/android/v2/changelog/release-notes-prebuilt.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android/v2/changelog/release-notes-prebuilt.mdx b/docs/android/v2/changelog/release-notes-prebuilt.mdx index 3cfc848f52..4fe2ba90e6 100644 --- a/docs/android/v2/changelog/release-notes-prebuilt.mdx +++ b/docs/android/v2/changelog/release-notes-prebuilt.mdx @@ -3,7 +3,7 @@ nav: 4.2 description: Release Notes for 100ms Android Prebuilt --- -## v1.1.! - 2023-10-21 +## v1.1.1 - 2023-10-21 ### Added Polls answering. Updated to use themes from prebuilt. @@ -11,7 +11,7 @@ Uses SDK 2.8.8 which corrects an issue with polls state being incorrectly update ## v1.1.0 - 2023-10-13 ### Fixes -- Bug fix for import issues without jitpack. +- Bug fix for import issues without Jitpack. - Lower local peer's hand when their role is changed. - Fixed double notifications for hand raise. - Participants list doesn't jump when updating.