Skip to content

Commit

Permalink
release: 1.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 5, 2024
1 parent e6ee889 commit 99a87e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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:
sdk: '>=3.3.0 <4.0.0'

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
Expand All @@ -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
Expand Down

0 comments on commit 99a87e3

Please sign in to comment.