Skip to content

Releases: PythonistaGuild/Wavelink

v1.3.3

04 Oct 22:43

Choose a tag to compare

Revert volume away from filters.

v1.3.2

10 Jul 12:25

Choose a tag to compare

Added a __main__.py which allows executing wavelink to download Lavalink.jar and optionally Java17.

v1.3.1

06 Jun 19:07
953adec

Choose a tag to compare

Fix __str__ error in YouTubePlaylist.

v1.3.0

06 Jun 18:25

Choose a tag to compare

Implemented Lavalink Filters, some documentation can be found here: https://wavelink.readthedocs.io/en/latest/wavelink.html#filters
This is still a WIP.

Fixed an issue with YouTubePlaylist converter failing.
Bumped aiohttp inline with discord.py

v1.2.5

22 Apr 09:50
76b50a6

Choose a tag to compare

Fix compatability issues with Discord.py 2.0

v1.2.4

21 Mar 11:32

Choose a tag to compare

Fix a KeyError in Spotify Ext due to a new REGEX format.

v1.2.3

21 Mar 06:46

Choose a tag to compare

Fix a bug where disconnecting was not cleaning up the player state properly. This ensures the player is now destroyed properly.

v1.2.2

13 Mar 14:10

Choose a tag to compare

Fix a bug in the spotify ext, where decode_url was returning None on certain spotify URLs.
Bump aiohttp version inline with discord.py

v1.2.1

10 Mar 03:43

Choose a tag to compare

Fix a 3.7 compatability error. Fix SpotifyIterator returning None type tracks.

v1.2.0

07 Mar 17:19

Choose a tag to compare

Added support for playlist searching via YouTubePlaylist.

Various small bug fixes.