From 99a87e358e3456c9e8ab44c556ae944ab6c49997 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 5 Jun 2024 20:58:17 +0800 Subject: [PATCH] release: 1.4.6. --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- pubspec.yaml | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f679361..9612304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -------------------------------------------- +[1.4.6] - 2024-06-05 + +* chore: bump version for js and http. +* fix: decrypting audio when e2ee. +* fix: translate audio constraints for web. +* fix: missing fault tolerance, better worker reports and a increased timeout for worker tasks. +* fix type cast exception in getConstraints() + [1.4.5] - 2024-05-13 * fix: negotiationNeeded listener. diff --git a/README.md b/README.md index c4cf777..54dc83d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ dart compile js ./lib/src/e2ee.worker/e2ee.worker.dart -o web/e2ee.worker.dart.j ## How to develop * `git clone https://github.com/flutter-webrtc/dart-webrtc && cd dart-webrtc` -* `pub get` -* `pub global activate webdev` +* `dart pub get` +* `dart pub global activate webdev` * `webdev serve --auto=refresh` diff --git a/pubspec.yaml b/pubspec.yaml index ccf6f39..94063ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_webrtc description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers. -version: 1.4.5 +version: 1.4.6 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: @@ -8,7 +8,7 @@ environment: dependencies: collection: ^1.17.1 - js: ^0.6.4 + js: ^0.7.1 logging: ^1.1.0 meta: ^1.8.0 platform_detect: ^2.0.7 @@ -19,7 +19,7 @@ dependencies: dev_dependencies: build_runner: ^2.3.3 build_web_compilers: - http: ^0.13.3 + http: ^1.2.1 import_sorter: ^4.6.0 pedantic: ^1.9.0 protoo_client: ^0.3.0