8000 Upgrade version to 0.3.3. · tmthecoder/flutter-webrtc@bb2ce3e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb2ce3e

Browse files
committed
Upgrade version to 0.3.3.
1 parent 54ff66d commit bb2ce3e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.3.3] - 2020.09.14
5+
6+
* Add RTCDTMFSender for mobile, web and macOS.
7+
* Improve RenegotiationNeededCallback.
8+
* Refactor RTCVideoView for web and solve the resize problem.
9+
* Reduce code size.
10+
411
[0.3.2] - 2020.09.11
512

613
* Reorganize the directory structure.
@@ -15,7 +22,6 @@
1522

1623
* [Dart] FIX - missing null check onIceGatheringState (web)
1724

18-
--------------------------------------------
1925
[0.3.0] - 2020.09.05
2026

2127
* [Dart] Improve RTCVideoView.

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.3.2
3+
version: 0.3.3
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.2.2 <3.0.0'

0 commit comments

Comments
 (0)
0