File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ Logs about the changed features.
99
1010---
1111
12+ ## ** Version 2.7.8**
13+
14+ New Queue Utilities:
15+ - Added ` player.queue.utils.filterTracks({ ... }) ` to clear the previous tracks array.
16+ - Added ` player.queue.utils.findTrack({ ... }) ` to find a specific track of the queue.
17+ - Added ` player.queue.toSortedBy({ ... }) ` to get a new array of tracks sorted by specific properties.
18+
19+ Thanks to @notinsane-dev on Github: https://github.com/Tomato6966/lavalink-client/pull/164
1220
1321## ** Version 2.7.7**
1422
Original file line number Diff line number Diff line change 11{
22 "name" : " lavalink-client" ,
3- "version" : " 2.7.7 " ,
3+ "version" : " 2.7.8 " ,
44 "description" : " Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients." ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments