Update changelog.
This commit is contained in:
parent
a8151cdf49
commit
159bcb3cec
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue