From 6fd0d5578d5ec08c6183a3fb45cac2638bb328c1 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Wed, 18 May 2022 01:23:33 +0900 Subject: [PATCH] prepare for 1.0.0 --- CHANGELOG.md | 8 ++++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fde65..478ccd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 1.0.0 + +* Ready for Flutter 3. +* `mirrorMode` for `VideoTrackRenderer`. +* Fix url building logic for validation more. +* Changed `AVAudioSessionCategory` switch timing to publish / unpublish. +* Support for Bluetooth on Android 11. + ## 0.5.9 * Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly. diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index a0a55f8..6d561a2 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '0.5.9' + s.version = '1.0.0' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index c905c9e..cd5b670 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -4,7 +4,7 @@ import 'options.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '0.5.9'; + static const version = '1.0.0'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 1fc4715..6062fea 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '0.5.9' + s.version = '1.0.0' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/pubspec.yaml b/pubspec.yaml index b1c0de6..25000e6 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: 0.5.9 +version: 1.0.0 homepage: https://livekit.io environment: