release: 0.14.1.

This commit is contained in:
cloudwebrtc
2025-05-22 11:22:08 +08:00
parent 88f7b311f5
commit 51ca79ca5a
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Changelog
[0.14.1] - 2025-05-22
* [Android] fix: Recording bug (#1839)
* [Android] fix: calls in terminated mode by disabling orientation manager (#1840)
* [Android] fix: Wait for audio and video thread to fully stop to avoid corrupted recordings (#1836)
[0.14.0] - 2025-05-06
* [iOS/Android]feat: Media Recorder implementation Android and iOS (#1810)

View File

@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
version: 0.14.0
version: 0.14.1
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: ">=3.3.0 <4.0.0"