Skip to content

Releases: doublesymmetry/SwiftAudioEx

0.15.3 - Path

14 Sep 13:27
Compare
Choose a tag to compare

What's Changed

  • Fix order of AVPlayerWrapperState.state by @puckey in #21
  • Reset AvPlayerWrapper on failure to load pending asset. by @puckey in #25
  • Remove unnecessary buffer settings from tests. by @puckey in #26

New Contributors

Full Changelog: 0.15.2...0.15.3

0.15.2 - Journey

07 May 19:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.1...0.15.2

0.15.1 - Destiny

22 Apr 21:13
Compare
Choose a tag to compare

What's Changed

  • Fix: Bug - repeat mode and queue index event by @dcvz in #16

Full Changelog: 0.15.0...0.15.1

0.15.0 - Snow

01 Apr 22:02
Compare
Choose a tag to compare

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

06 Nov 13:36
Compare
Choose a tag to compare

Full Changelog: 0.14.4...0.14.5

Fixes

  • Do not emit paused state when changing tracks

0.14.4

28 Sep 08:59
Compare
Choose a tag to compare

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

28 Sep 08:07
Compare
Choose a tag to compare

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

0.14.2

28 Sep 03:06
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug on iOS15 where using Control Center next/previous would stop playback and kill the app.

0.14.1

28 Sep 03:04
Compare
Choose a tag to compare

Enhancements

  • Allow manual re-syncing of remote commands - useful for when updating command states

0.14.0

28 Sep 03:03
Compare
Choose a tag to compare

Breaking Changes

  • Raise minimum deployment target to iOS 11 in order to support Swift 5.5 and Xcode 13

Bug Fixes

  • Fix bug in repeat mode when calling next or previous