Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Apr 26, 2024
1 parent e42e86b commit 8c798b2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
23 changes: 21 additions & 2 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@
| 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.1.1 - 2024-04-26

| Package | Version |
| -------------- | ------------------------------------------------------------------------------------------------------ |
| hms_room_kit | 1.1.1 |
| hmssdk_flutter | 1.10.1 |

### 🚀 Added

- Support for captions in HLS Player

HLS Player now supports captions for better accessibility. This can be enabled or disabled from the player settings.

- Introducing Landscape Mode for HLS Player

HLS Player now supports landscape mode for better viewing experience.

Uses `hmssdk_flutter` package version 1.10.1

## 1.1.0 - 2024-04-19

| Package | Version |
Expand Down Expand Up @@ -32,7 +51,7 @@

Prebuilt no longer uses `flutter_foreground_task` package. For apps that require foreground service, the package can be added on the application level.

Uses `hmssdk_flutter` package version to 1.1.10
Uses `hmssdk_flutter` package version 1.10.0

## 1.0.17 - 2024-04-01

Expand All @@ -41,7 +60,7 @@ Uses `hmssdk_flutter` package version to 1.1.10
| hms_room_kit | 1.0.17 |
| hmssdk_flutter | 1.9.14 |

Uses `hmssdk_flutter` package version to 1.9.14
Uses `hmssdk_flutter` package version 1.9.14

## 1.0.16 - 2024-03-15

Expand Down
18 changes: 18 additions & 0 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
| 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.10.1 - 2024-04-26

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.1 |
| hmssdk_flutter | 1.10.1 |

### ✨ Added

- Support for captions in HLS Player

HMSSDK now provides support for captions in HLS Player. You can now `enable` or `disable` captions in the HLS Player using the
`HMSHLSPlayerController` methods. Moreover HMSSDK provides a new `onCues` callback to get captions. Learn more about it [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/record-and-live-stream/hls-player#how-to-enabledisable-captions)

Uses Android SDK 2.9.54 & iOS SDK 1.9.0

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

# 1.10.0 - 2024-04-19

| Package | Version |
Expand Down
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/lib/assets/sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flutter": "1.10.0",
"flutter": "1.10.1",
"ios": "1.9.0",
"iOSBroadcastExtension": "0.0.9",
"iOSHLSPlayerSDK": "0.0.2",
Expand Down

0 comments on commit 8c798b2

Please sign in to comment.