From 58c39d4ffec937ef7eb7a616af5e7cbc137737fc Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Tue, 9 Jun 2020 12:48:42 +1000 Subject: [PATCH] Version 0.2.0 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5992656..50984c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 + +* Support dynamic duration +* Support seeking to end of live streams +* Support request headers +* V2 implementation +* Report setUrl errors on iOS +* setUrl throws exception if interrupted +* Return null when duration is unknown + ## 0.1.10 * Option to set audio session category on iOS. diff --git a/pubspec.yaml b/pubspec.yaml index 16cebe8..bf8f8cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background. -version: 0.1.10 +version: 0.2.0 homepage: https://github.com/ryanheise/just_audio environment: