Skip to content

Releases: PythonistaGuild/Wavelink

v0.6.3

Choose a tag to compare

@EvieePy EvieePy released this 02 May 15:44

Fix Track.ytid regex not accepting case insensitive matches.

v0.6.2

Choose a tag to compare

@EvieePy EvieePy released this 02 May 15:17

Fix to player.channel_id returning a str instead of int.

v0.6.1

Choose a tag to compare

@EvieePy EvieePy released this 26 Apr 19:42

Fix threshold key error in TrackStuckEvent.

v0.6.0

Choose a tag to compare

@EvieePy EvieePy released this 30 Mar 03:43
  • Added node/client.build_track() which takes in a tracks unique Base64 encoded identifier and returns a wavelink Track object. Useful for building objects where only an identifier is available e.g events.

v0.5.03

Choose a tag to compare

@EvieePy EvieePy released this 30 Mar 00:45
  • Added a new event inline with Lavalink, TrackStart, this event supersedes the old wavelink TrackStart event.
  • Track.thumb now returns a higher res thumbnail (where possible).
  • Additional small bug fixes.

v0.5.02

Choose a tag to compare

@EvieePy EvieePy released this 02 Mar 01:43

Added minimum Python requirements to setup.py. Versions of wavelink 0.4.0+ will require Python 3.7+.

v0.5.01

Choose a tag to compare

@EvieePy EvieePy released this 15 Feb 17:17

Allow the passing of kwargs to Client.get_player to be used in the Player construction.

If no custom cls is provided this will have zero effect on the Player. Useful for passing custom attributes to custom Player sub-classes.

v0.5.0

Choose a tag to compare

@EvieePy EvieePy released this 09 Feb 09:06

Breaking change to Player.set_eq, which now accepts an Equalizer object and not a list of band/gain pairs.

This update also removes Player.set_preq, which is now superseded by the new Player.set_eq.
An alias to Player.set_eq was added, Player.set_equalizer.

v0.4.02

Choose a tag to compare

@EvieePy EvieePy released this 05 Feb 10:19

Add new event WebsocketClosed which fixes a bug where disconnecting from a voice channel would raise an error.

v0.4.01

Choose a tag to compare

@EvieePy EvieePy released this 05 Feb 09:15

Fix a bug with player.is_playing returning True when there is no current track playing.
Fix a bug in player.play when replace=False would effect internal states of the currently playing track.