diff --git a/CHANGELOG.md b/CHANGELOG.md index b470ea2b..0e339319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## 1.5.4 + +* Add AudioSourceStats. +* Fix: invalid muted state for local publication. +* Add MediaConnectException. +* Fix preview bug for desktop screen share. +* Fix errors caused by window close handler for web. +* Add topic for search optimization in pub.dev. +* Fix safari screen sharing failure. +* Fix e2ee worker compile for flutter web. +* Fix video renderer issue. +* Fix: video renderer dispose issue and correctly handle metadataMuted for TrackPublication. +* Fix getStats for remote track. +* Fix set setScreenShareEnabled when detect replaykit state changed. +* Improve room/participants metadata update. +* Simplify backupCodec setting. + ## 1.5.3 * Handling of incompatible published codecs. diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 2641f1f8..ec98a03e 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.3' + s.version = '1.5.4' 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 54356a55..87c567e6 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.3'; + static const version = '1.5.4'; /// 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 e7305d6d..a169a63e 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.3' + s.version = '1.5.4' 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 e1e31d0e..3081d26c 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.3 +version: 1.5.4 homepage: https://livekit.io environment: