Skip to content

Commit

Permalink
v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 committed Jan 15, 2025
1 parent 8803da4 commit db891fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db891fa

Please sign in to comment.