Releases: doublesymmetry/SwiftAudioEx
Releases · doublesymmetry/SwiftAudioEx
0.15.3 - Path
0.15.2 - Journey
What's Changed
- fix(audioplayer): fix loadArtwork method to unset artwork value if no… by @jspizziri in #17
- fix/ios-hls-live-duration by @praisedavid787 in #18
New Contributors
- @praisedavid787 made their first contribution in #18
Full Changelog: 0.15.1...0.15.2
0.15.1 - Destiny
What's Changed
Full Changelog: 0.15.0...0.15.1
0.15.0 - Snow
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
0.14.5
0.14.4
Breaking Changes
- Deprecate syncRemoteCommandsWithCommandCenter - you can now just set remoteCommands and they will refresh
Bug Fixes
- Fix flickering elapsed time on a lock screen after pause by @sparklone
- Trigger skip and jump events only when actually taking action
0.14.3
Breaking Changes
- Remove syncRemoteCommandsWithCommandCenter - you can now just set remoteCommands and they will refresh
Bug Fixes
- Fix flickering elapsed time on a lock screen after pause by @sparklone
- Trigger skip and jump events only when actually taking action