Releases: PythonistaGuild/Wavelink
v1.0.2
v1.0.1
v1.0.0
Wavelink 1.0.0
This release is a whole rewrite of the library. It supports discord.py 2.0 and some derivatives.
See the documentaion for more info and examples.
Documentation
If the documentation is still displaying as the old version, please clear your cache.
v0.9.10
v0.9.9
v0.9.8
v0.9.7
v0.9.6
Fix a bug in player setting current track to None on TrackStuck and TrackException.
Since Lavalink sends two events on Exceptions, an End and Exception event this causes a possible race condition in the player, setting the current Track to None when one is actually playing.
v0.9.5
Added Exponential Backoff attempts to get_tracks. Retrieving tracks will now by default retry on failure up to a maximum of 5 attempts with an Exponential Backoff.
You can set this to False with the kwarg retry_on_failure=False, which will only attempt to retrieve tracks once.
Added support for custom JSON Encoders.
Changed YouTube's Track Image to hqdefault, in place of maxresdefault.
v0.9.4
Changes to Equalizer which allow for construction without the build() classmethod.
Added name parameters to the build() classmethod and Equalizer constructor to allow setting a custom name.
Added a name property to Equalizer. Setting the name should be done by constrcutor or the build() classmethod
Added __str__ and __repr__ to Equalizer.
Fixed a bug where set_eq was setting a blank Equalizer class on the player.