-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1421 from 100mslive/release/1.7.2
Updated changelog
- Loading branch information
Showing
16 changed files
with
89 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ | |
plugins | ||
user_trunk.yaml | ||
user.yaml | ||
# TODO(lauri): Remove shims after a release or two | ||
shims | ||
tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
version: 0.1 | ||
cli: | ||
version: 1.11.1 | ||
version: 1.12.0 | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v0.0.21 | ||
uri: https://github.com/trunk-io/plugins | ||
lint: | ||
enabled: | ||
- [email protected].307 | ||
- [email protected].324 | ||
- [email protected] | ||
- trivy@0.42.1 | ||
- trufflehog@3.41.1 | ||
- trivy@0.43.1 | ||
- trufflehog@3.44.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- prettier@2.8.8 | ||
- prettier@3.0.0 | ||
- git-diff-check | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- ktlint@0.49.1 | ||
- ktlint@0.50.0 | ||
runtimes: | ||
enabled: | ||
- [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,8 @@ | ||
Board: https://github.com/100mslive/100ms-flutter/projects/19 | ||
|
||
- Added HLS Player Support | ||
https://github.com/100mslive/100ms-flutter/issues/1089 | ||
- Removed unnecessary dependencies for `HMSHLSPlayer` | ||
https://100ms.atlassian.net/browse/LIVE-1588 | ||
|
||
- Fixed android screen share, where the screen share was coming at the top rather than center. | ||
https://github.com/100mslive/100ms-flutter/issues/1068 | ||
|
||
- Added support for messageId on Messages | ||
https://github.com/100mslive/100ms-flutter/issues/1335 | ||
|
||
- Updated `captureSnapshot` implementation | ||
https://github.com/100mslive/100ms-flutter/pull/1350 | ||
|
||
- Added API to open iOS Control Centre' Switch Audio Output UI | ||
https://github.com/100mslive/100ms-flutter/issues/1293 | ||
|
||
- Add support for starting RTMP Streaming / Recording without Meeting URLs | ||
https://github.com/100mslive/100ms-flutter/issues/1314 | ||
|
||
- Enabled S/W echo cancellation on Android by default | ||
https://github.com/100mslive/react-native-hms/issues/1068 | ||
|
||
Flutter SDK: 1.7.0 | ||
Android SDK: 2.6.7 | ||
Flutter SDK: 1.7.2 | ||
Android SDK: 2.7.1 | ||
iOS SDK: 0.9.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"flutter": "1.7.1", | ||
"flutter": "1.7.2", | ||
"ios": "0.9.5", | ||
"iOSBroadcastExtension": "0.0.9", | ||
"iOSHLSPlayerSDK": "0.0.2", | ||
"android": "2.6.8" | ||
"android": "2.7.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.