Version 0.4.4

This commit is contained in:
Ryan Heise 2020-09-13 23:15:57 +10:00
parent f6c835e3ce
commit 4b4082bcb5
4 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
## 0.4.4
* Fix crash when disposing of positionStream controller.
* Handle interruptions correctly when willPauseWhenDucked is set.
* Correct seek/position/duration in HLS streams (@snaeji).
* Resume at correct speed after seek on iOS (@subhash279).
## 0.4.3
* Add section to README on configuring the audio session.