From 4b4082bcb550562459c404fccd839cc6f2791d40 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 13 Sep 2020 23:15:57 +1000 Subject: [PATCH] Version 0.4.4 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e6c24..e9499fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.4.4 + +* Fix crash when disposing of positionStream controller. +* Handle interruptions correctly when willPauseWhenDucked is set. +* Correct seek/position/duration in HLS streams (@snaeji). +* Resume at correct speed after seek on iOS (@subhash279). + ## 0.4.3 * Add section to README on configuring the audio session. diff --git a/README.md b/README.md index f8f281c..6e413dc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This Flutter plugin plays audio from URLs, files, assets, DASH/HLS streams and p ## Features -| Feature | Android | iOS | MacOS | Web | +| Feature | Android | iOS | macOS | Web | | ------- | :-------: | :-----: | :-----: | :-----: | | read from URL | ✅ | ✅ | ✅ | ✅ | | read from file | ✅ | ✅ | ✅ | | @@ -211,9 +211,9 @@ If you wish to connect to non-HTTPS URLS, add the following to your `Info.plist` ``` -### MacOS +### macOS -To allow your MacOS application to access audio files on the Internet, add the following to your `DebugProfile.entitlements` and `Release.entitlements` files: +To allow your macOS application to access audio files on the Internet, add the following to your `DebugProfile.entitlements` and `Release.entitlements` files: ```xml com.apple.security.network.client diff --git a/example/pubspec.lock b/example/pubspec.lock index 8486d4d..ba8a516 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -113,7 +113,7 @@ packages: path: ".." relative: true source: path - version: "0.4.3" + version: "0.4.4" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index eec5b31..8a4ea14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background. -version: 0.4.3 +version: 0.4.4 homepage: https://github.com/ryanheise/just_audio environment: