Update changelog.

This commit is contained in:
Ryan Heise 2020-10-26 02:52:46 +11:00
parent a8151cdf49
commit 159bcb3cec
2 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,14 @@
## 0.5.4+2 ## 0.5.5
* Removed `print` statements from plugin code. * Add initialPosition/initialIndex parameters to load.
* Fix iOS crash when disposing just before FlutterEngine is destroyed.
## 0.5.4+1 * Fix bug with simultaneous seek requests on iOS.
* Fix seeking when using headers (@nuc134r).
* Add web dependency. * 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 ## 0.5.4

View File

@ -1,6 +1,6 @@
name: just_audio 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. 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 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
environment: environment: