Skip to content

Releases: PythonistaGuild/Wavelink

v0.4.0

Choose a tag to compare

@EvieePy EvieePy released this 03 Feb 22:25

Various fixes and additions. Python requirement bumped to 3.7+.

Added a base event WavelinkEvent and a new event TrackStart.
Added end to player.play
Updated licenses.

v0.3.06

Choose a tag to compare

@EvieePy EvieePy released this 03 Feb 18:54

This update adds an optional kwarg to player.play named start, which determines when the song should start playing from in milliseconds. Defaults to 0 e.g the beginning.

v0.3.05

Choose a tag to compare

@EvieePy EvieePy released this 21 Jan 15:22

Make Client.get_tracks raise ZeroConnectedNodes when no node can be found.

v0.3.04

Choose a tag to compare

@scragly scragly released this 22 Nov 03:57
1707f43

Bump supported aiohttp version to <3.7.0 to bring in line with discord.py v1.2.5

v0.3.03

Choose a tag to compare

@EvieePy EvieePy released this 04 Nov 00:02
479b880

Ensure player.position is 0 when current is None.

v0.3.02

Choose a tag to compare

@LostLuma LostLuma released this 22 Oct 18:15
ec8d146

v0.3.01

Choose a tag to compare

@EvieePy EvieePy released this 22 Oct 13:25

Fix to client.get_player where checks for shard/regional options were incorrect.

v0.3.0

Choose a tag to compare

@EvieePy EvieePy released this 22 Oct 08:34

Design changes to client.get_player. The following changes were made:

Added an optional kwarg node_id.
Breaking change: positional arg cls is now a kwarg.

node_id allows users to specify which node a new player should be created under. If the node cannot be found an error is raised.
Players that already exist are not affected by this kwarg.

cls is now a kwarg. This is a breaking change.

In addition to these changes:
Track.author was added.

v0.2.9

Choose a tag to compare

@EvieePy EvieePy released this 04 Oct 12:53

Fixes to node repr and is_playing.

v0.2.8

Choose a tag to compare

@scragly scragly released this 04 Oct 12:33
Change to how websocket processes data.

Update version.