Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 1.97 KB

2.0.6

  • Add ClippingAudioSource support (#19)
  • Fix InvalidRangeError when there's no Media in Playlist (#17)

2.0.5

  • Override duration for [SilenceAudioSource]
  • Fix desync issue when entry is removed from [ConcatenatingAudioSource] (Fixes #12)

2.0.4

  • Support --prefetch-playlist for gapless playback (fixes #11)
  • Reset Duration on track change (fixes #10)
  • Set pitch to true by default (fix setPitch not working)

2.0.3

  • Add libmpv parameter to ensureInitialized (#9)

2.0.2

2.0.1

  • Fix issues regarding disposal of current players

2.0.0

  • BREAKING: Removed hard dependencies (Read the installation steps in README to comply!)
  • Fix queue insert with index
  • Fix moving items in ConcatenatingAudioSource

1.0.0

  • Make private methods private, as they should've been
  • Set position and index on load (and reset bufferedPosition)
  • Fix disposePlayer() failing by making it so that if the player was already disposed, it won't throw, since just_audio can send out two identical dispose requests.
  • More settings
  • Update media_kit to ^1.1.9

0.0.1

  • Initial release
  • Linux and Windows support