Skip to content

Commit d6e00eb

Browse files
committed
Cleanup the version history
1 parent 51845d8 commit d6e00eb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,21 @@ if(previousTrack) {
790790
791791
- Added the new events and configuration to the docs
792792
793+
## **Version 2.4.1**
794+
795+
- Did some cleanup and comment removal + removed the playerVoiceEmptyStart because it would mean i'd need to add voice-state tracking, which wasn't the plan of doing by the client.
796+
797+
## **Verison 2.4.2**
798+
799+
- Merged [PR#78](https://github.com/Tomato6966/lavalink-client/pull/78) from @hwangsihu - Added the configs to eslint ignore
800+
- Merged [PR#80](https://github.com/Tomato6966/lavalink-client/pull/80) from @EvilG-MC - Argument Typo fix in resume event type declaration
801+
- Merged [PR#83](https://github.com/Tomato6966/lavalink-client/pull/83) from @EvilG-MC - Fix if statement in Node#syncPlayerData() to allow syncing of "single entry objects"
802+
- Some minor improvements by removing unnecessary spreading
803+
793804
## **Version 2.4.3**
794805
- `managerOptions#playerOptions.onDisconnect.autoReconnect`:
795806
- Added the option `managerOptions#playerOptions.onDisconnect.autoReconnectOnlyWithTracks` to control wether to try reconnecting only when there are tracks in the queue / current track or not
796807
- Added a new debug log for that
797808
- Added the try to play the next track if there is no current track
798-
- *There was a problem trying to auto-reconnect on "empty-queue" events, 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`"*
799-
- *Now you have to handle that case manually if you want to or set autoReconnectOnlyWithTracks to false (default)*
809+
- *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`"*
810+
- *Now you have to handle that case manually if you want to or set autoReconnectOnlyWithTracks to false (default)*

0 commit comments

Comments
 (0)