Skip to content

Commit bbfbb1b

Browse files
committed
v2.7.8 - New queue filters and find functions
1 parent 616a745 commit bbfbb1b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/src/content/docs/extra/version-log.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)