8000 release: 0.14.0. · flutter-webrtc/flutter-webrtc@dfead5d · GitHub
[go: up one dir, main page]

Skip to content

Commit dfead5d

Browse files
committed
release: 0.14.0.
1 parent 3933d05 commit dfead5d

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11

22
# Changelog
33

4-
[0.13.2+hotfix.1] - 2025-04-30
5-
6-
* [macOS] fix: Fixed compilation errors introduced by Media Recorder implementation.
7-
8-
[0.13.2] - 2025-04-29
4+
[0.14.0] - 2025-05-06
95

106
* [iOS/Android]feat: Media Recorder implementation Android and iOS (#1810)
117
* [Wndows] fix: Pickup registrar for plugin by plugin registrar manager (#1752)
128
* [Linux] fix: add task runner for linux. (#1821)
9+
* [iOS/macOS] fix: Fix deadlock when creating a frame cryptor on iOS/macOS.
1310

1411
[0.13.1+hotfix.1] - 2025-04-07
1512

ios/flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.12.6'
6+
s.version = '0.14.0'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.12.6'
6+
s.version = '0.14.0'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

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.13.2+hotfix.1
3+
version: 0.14.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: ">=3.3.0 <4.0.0"

0 commit comments

Comments
 (0)
0