8000 upgrade version to 0.5.8. · tmthecoder/flutter-webrtc@3feab0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3feab0d

Browse files
committed
upgrade version to 0.5.8.
1 parent f0a64df commit 3feab0d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.5.8] - 2021.01.26
5+
6+
* [Web] Support selecting audio output.
7+
* [Web] Fix issue for getDisplayMedia with audio.
8+
* [Windows] Add Windows Support.
9+
* [macOS] Fix compile error for macos.
10+
* [Dart] Add FilterQuality to RTCVideoView.
11+
* [iOS/Android] Unified plan gettracks.
12+
* [iOS/Android] Bluetooth switching enabled when switching `enableSpeakerphone` value (if they are connected). #201 (#435)
13+
* [Android] Increase necessary Android min SDK version after add Unified-Plan API.
14+
415
[0.5.7] - 2020.11.21
516

617
* [Web] Fix events callback for peerconnection.

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

0 commit comments

Comments
 (0)
0