File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ Logs about the changed features.
99
1010---
1111
12+ ## ** Version 2.7.0**
13+
14+ - BREAKING CHANGE: When using the ` queue.remove() ` function, the removed tracks are now added via unshift to the queue.previous array instead of push.
15+ - This means that the order of removed tracks is reversed in the previous array.
16+ - This was done to maintain consistency with how tracks are added to the previous array when skipped or played.
17+ - Added some conditional chaining and further if statements to make the library more robust.
18+ - Added additional ways of finding the closest track for resolving unresolved tracks. (isrc) and described that process.
19+
20+ ---
21+
1222## ** Version 2.6.6**
1323
1424- Fix Error-Typo in the testbot- thanks to @KingKonguido
You can’t perform that action at this time.
0 commit comments