From 4733f8f7ea876e4a71b1bb202b08c911329d7b02 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Fri, 3 Nov 2023 11:04:44 +0800 Subject: [PATCH] release: 1.5.3. (#395) * release: 1.5.3. * bump version. --- CHANGELOG.md | 14 ++++++++++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64a4b4b..b470ea2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 1.5.3 + +* Handling of incompatible published codecs. +* Fix/unpublish screen audio track when stop screen share. +* Upgrade connectivity_plus version. +* Fix: low-resolution screen sharing for safari 17. +* Update build.gradle for gradle 8.0.0 namespace. +* Fix captureScreenAudio conditional. +* Fix iOSBroadcastExtension always false after copyWith invoked. +* Fix: VP9 svc screenshare. +* Fix iOS example compilation after upgrading to XCode 15. +* Fix: Crop video output size to target settings (iOS/macOS). +* Fix: Fix bluetooth sco not stopping after room disconnect (Android). + ## 1.5.2 * Non-functional update, forcing the versions in diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index af997dcd..2641f1f8 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 = '1.5.2' + s.version = '1.5.3' 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 7f8d1066..54356a55 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'types/other.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '1.5.2'; + static const version = '1.5.3'; /// 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 41430190..e7305d6d 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 = '1.5.2' + s.version = '1.5.3' 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 e7a560f6..22e72ef7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,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.5.2 +version: 1.5.3 homepage: https://livekit.io environment: