Skip to content

0.15.0 - Snow

Compare
Choose a tag to compare
@dcvz dcvz released this 01 Apr 22:02
· 69 commits to main since this release

Full Changelog: 0.14.7...0.15.0

New Features

  • handleInterruption now contains more data provided for each interruption type
  • Metadata events are now [AVTimedMetadataGroup ] instead of [AVMetadataItem]
  • We now detect metadata chapters and return them thanks to support for [AVTimedMetadataGroup]

Improvements

  • Remove deprecated way of observing metadata changes
  • When going next() or previous(), it will take into account whether music was playing or not previously

Bug Fixes

  • Allow seek right after load (@jspizziri)
  • Fix bug with next/previous methods when repeat mode was track
  • Fix bug where you could not call addItems at index 0 when queue was empty