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

Skip to content

Commit 06e7f0c

Browse files
committed
Upgrade version to 0.4.1.
1 parent 013f037 commit 06e7f0c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.4.1] - 2020.11.11
5+
6+
* Add transceiver to onTrack events.
7+
* Remove unnecessary log printing.
8+
* Fixed a crash caused by using GetTransceivers under non-unified-plan,
9+
close #389.
10+
* FIX - Invalid type inference (#392)
11+
* [Web]Add onEnded and onMuted for Web (#387)
12+
* [Darwin]Fix PeerConnectionState for darwin.
13+
* [Darwin] Fix compilation warning under darwin.
14+
* [Android] Fixed 'Sender is null' issue when removing track. (#401)
15+
* [iOS] fix removeTrack methodChannel response, onTrack's `stream` and `track` not being registered in native.
16+
* [Darwin/Android] `RtpSender` `setParameters` functionality.
17+
418
[0.4.0] - 2020.10.14
519

620
* Support Unified-Plan for Android/iOS/macOS.

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

0 commit comments

Comments
 (0)
0