8000 chore: bump version. · flutter-robert/flutter-webrtc@1c9ced2 · GitHub
[go: up one dir, main page]

Skip to content
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 1c9ced2

Browse files
committed
chore: bump version.
1 parent 2b573b0 commit 1c9ced2

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.8.0] - 2021-12-05
5+
6+
* [Dart] Refactor: Use webrtc interface. (#777)
7+
* [iOS] Fix crashes for FlutterRPScreenRecorder stop.
8+
* [Web] Don't stop tracks when disposing MediaStream (#760)
9+
* [Windows] Add the necessary parameters for onRemoveTrack (#763)
10+
* [Example] Properly start foreground service in example (#764)
11+
* [Android] Fix crash for Android, close #757 and #734.
12+
* [Dart] Fix typo in deprecated annotations.
13+
* [iOS] Fix IOS captureFrame and add support for remote stream captureFrame (#778)
14+
* [Windows] Fix parsing stun configuration (#789)
15+
* [Windows] Fix mute (#792)
16+
* [iOS/Android/Windows] New video constraints syntax (#790)
17+
418
[0.7.1] - 2021-11-04
519

620
* [iOS/macOS] Update framework.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
6276 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.7.1
3+
version: 0.8.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)
0