8000 Upgrade version to 0.5.0. · next-coder/flutter-webrtc@e17445f · GitHub
[go: up one dir, main page]

Skip to content

Commit e17445f

Browse files
committed
Upgrade version to 0.5.0.
1 parent b581804 commit e17445f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.5.0] - 2020.11.18
5+
6+
* [Web] Add Unified-Plan for Flutter Web.
7+
* [Web] Add video frame mirror support for web.
8+
* [Web] Support Simulcast for web.
9+
* [Web] Use dart-webrtc as flutter web plugin.
10+
* [Android/Darwin] Fix crash when unset streamIds in RtpTransceiverInit.
11+
* [Dart]Change the constraints of createOffer/createAnswer as optional.
12+
* [iOS]Fix adding track to stream igal committed (#413)
13+
414
[0.4.1] - 2020.11.11
515

616
* Add transceiver to onTrack events.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.4.1
3+
version: 0.5.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.2.2 <3.0.0'

0 commit comments

Comments
 (0)
0