Skip to content

Commit

Permalink
Updated release notes (#1694)
Browse files Browse the repository at this point in the history
* Updated release notes

* Updated tag position

* Added image

* Update readme
  • Loading branch information
Decoder07 authored Jan 15, 2024
1 parent 1bff4d1 commit 581af6e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 6 deletions.
36 changes: 36 additions & 0 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@
| hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) |
| hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) |

## 1.0.9 - 2024-01-15

| Package | Version |
| -------------- | ------------------------------------------------------------------------------------------------------ |
| hms_room_kit | 1.0.9 |
| hmssdk_flutter | 1.9.6 |

### 🚀 Added

- Added: Enhanced Chat Controls

- 📌 Pin and Hide Messages

Elevate your chat experience with our new room kit feature. Effortlessly pin messages to keep them visible at the top of your chat, or hide messages to remove them from view.

- 🔒 Chat Moderation

Gain more control over your chat environment. You can now temporarily block peers within a session, preventing them from sending messages.

- 👥 Recipient Selector

Communication tailored to your needs. Send broadcast messages, reach specific groups or roles, and initiate direct messages (DMs) to particular peers with ease.

- 📋 Copy Messages

Simplify your interactions. Copy any message quickly with just a single tap, enhancing your chat efficiency.

- Added Skip Preview functionality

100ms Prebuilt now supports skipping preview screen, while changing roles. This can be configured from 100ms dashboard.
If preview screen is skipped, then mic and camera will be muted by default.

### 🛠️ Fixed

- Fixed participants list bugs

## 1.0.8 - 2023-12-15

| Package | Version |
Expand Down
4 changes: 1 addition & 3 deletions packages/hms_room_kit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![100ms-svg](https://user-images.githubusercontent.com/93931528/205858417-8c0a0d1b-2d46-4710-9316-7418092fd3d6.svg)](https://100ms.live/)
# 100ms Room Kit 🎉

[![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit)
[![License](https://img.shields.io/github/license/100mslive/100ms-flutter)](https://www.100ms.live/)
Expand All @@ -9,8 +9,6 @@
[![Activity](https://img.shields.io/github/commit-activity/m/100mslive/100ms-flutter.svg)](https://github.com/100mslive/100ms-flutter/projects/1)
[![Register](https://img.shields.io/badge/Contact-Know%20More-blue)](https://dashboard.100ms.live/register)

# 100ms Room Kit 🎉

<p align="center" width="100%">
<img width="600" height="500" alt="Prebuilt - Edtech" src="https://github.com/100mslive/100ms-flutter/assets/93931528/de8008f7-1fa7-4329-84b4-ce6fedc0833f">
</p>
Expand Down
21 changes: 21 additions & 0 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
| hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) |
| hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) |

# 1.9.6 - 2024-01-15

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.0.9 |
| hmssdk_flutter | 1.9.6 |

### ✨ Added

- Added `isLargeRoom` property in `HMSRoom` class to check whether the current room is a large room or not

### 🔄 Changed

- `setSessionMetadataForKey` method now supports `dynamic` type for `data` parameter instead of `String?` type.

Learn more about Session Store [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/interact-with-room/room/session-store#setting-a-value-for-a-specific-key).

Updated to Android SDK 2.8.5 & iOS SDK 1.4.1

**Full Changelog**: [1.9.5...1.9.6](https://github.com/100mslive/100ms-flutter/compare/1.9.5...1.9.6)

# 1.9.5 - 2023-12-15

| Package | Version |
Expand Down
4 changes: 1 addition & 3 deletions packages/hmssdk_flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![100ms-svg](https://user-images.githubusercontent.com/93931528/205858417-8c0a0d1b-2d46-4710-9316-7418092fd3d6.svg)](https://100ms.live/)
# 100ms Flutter SDK 🎉

[![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter)
[![Build](https://github.com/100mslive/100ms-flutter/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/100mslive/100ms-flutter/actions/workflows/build.yml)
Expand All @@ -10,8 +10,6 @@
[![Activity](https://img.shields.io/github/commit-activity/m/100mslive/100ms-flutter.svg)](https://github.com/100mslive/100ms-flutter/projects?type=classic)
[![Register](https://img.shields.io/badge/Contact-Know%20More-blue)](https://dashboard.100ms.live/register)

# 100ms Flutter SDK 🎉

<p align="center" width="100%">
<img alt="Prebuilt - Edtech" src="https://github.com/100mslive/100ms-flutter/assets/93931528/2bee8810-fe0b-44de-ab4f-35d0998581d3">
</p>
Expand Down

0 comments on commit 581af6e

Please sign in to comment.