diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 9cd7712..f2f995e 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,10 +1,14 @@ -## 0.5.4+2 +## 0.5.5 -* Removed `print` statements from plugin code. - -## 0.5.4+1 - -* Add web dependency. +* Add initialPosition/initialIndex parameters to load. +* Fix iOS crash when disposing just before FlutterEngine is destroyed. +* Fix bug with simultaneous seek requests on iOS. +* Fix seeking when using headers (@nuc134r). +* Fix loading state transition on Android. +* Pass through all setSpeeds requests on iOS, ignoring canPlayFast/Slow. +* Fix bug loading file paths containing spaces (@hsangtini). +* Remove noisy logs from web console (@creativecreatorormaybenot). +* Add web dependency (@creativecreatorormaybenot). ## 0.5.4 diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 83cd7b8..1d276db 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/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.5.4+2 +version: 0.5.5 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: