From f4acd922f11e9ca2187ff9fd4968bc8a5f464f46 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Fri, 25 Sep 2020 23:26:18 +1000 Subject: [PATCH] Version 0.4.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9499fe..61a50c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.5 + +* Fix iOS bug in seek/position/duration in HLS streams (@snaeji). +* Fix web bug for audio sources with unknown durations. + ## 0.4.4 * Fix crash when disposing of positionStream controller. diff --git a/pubspec.yaml b/pubspec.yaml index 8a4ea14..c36b2ef 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.4 +version: 0.4.5 homepage: https://github.com/ryanheise/just_audio environment: