From 98d71699c3129da2198213fe0e9287223932e02f Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Mon, 20 Jun 2022 15:56:38 +0800 Subject: [PATCH] bump version. --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e22ad2..5aa5884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 1.0.1 + +* Re-send tracks permissions after reconnected. +* Add audioBitrate option for publishAudioTrack. +* Bump version for flutter_webrtc (up to 0.8.9). +* Fix: SIGTERM / Crash on connection (Windows) #121 +* Fix: Microphone not published on windows build #64 + ## 1.0.0 * Ready for Flutter 3. diff --git a/README.md b/README.md index 723cbef..7a19605 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ More Docs and guides are available at [https://docs.livekit.io](https://docs.liv | Web | 🟢 | 🟢 | 🟢 | 🟢 | | iOS | 🟢 | 🟢 | 🟢 | 🔴 | | Android | 🟢 | 🟢 | 🟢 | 🟢 | -| Mac | 🟢 | 🟢 | 🟢 | 🔴 | -| Windows | 🟡 | 🟡 | 🟡 | 🔴 | +| Mac | 🟢 | 🟢 | 🟢 | 🟡 | +| Windows | 🟢 | 🟢 | 🟢 | 🟡 | 🟢 = Available diff --git a/pubspec.yaml b/pubspec.yaml index 6be5bde..142ac09 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 1.0.0 +version: 1.0.1 homepage: https://livekit.io environment: