diff --git a/README.md b/README.md index 61fa4eb..6efc5b5 100644 --- a/README.md +++ b/README.md @@ -808,3 +808,14 @@ if(previousTrack) { - Added the try to play the next track if there is no current track - *There was a problem trying to auto-reconnect on-Disconnect while the queue was empty, which caused the player to get destroyed by that and log the error in console "`There is no Track in the Queue, nor provided in the PlayOptions`"* - *Now you have to handle that case manually if you want to or set autoReconnectOnlyWithTracks to false (default)* + + +## **Version 2.4.4 - Version 2.4.6** +- `player.changeNode()` is fixed and works - thanks to @PandaIN95 +- The code got re-formatted and re-structured, no code-changes are needed to be made, but it's now cleaner & more readable in some areas +- The same for the testbot Folder(s), also it imports lavalink-client directly, so you can just copy it and move on from it. +- Some minor Fixess: + - Autoplay sometimes doesn't get called when previousAutoplay call failed. + - remove structuredClone so that it works in bun more stable + - Player Options Validation also allows single property objects + - Some typos were fixed diff --git a/package.json b/package.json index 70d156d..32251e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lavalink-client", - "version": "2.4.5", + "version": "2.4.6", "description": "Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",