You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -189,16 +189,6 @@ client.lavalink = new LavalinkManager({
189
189
190
190
# UpdateLog
191
191
192
-
## **Version 1.3.0**
193
-
- Changed console.error to throw error on queue.utils.syncif no data was provided/found
194
-
- Changed undici.fetch to native fetch, but requires nodejs v18+ to support other runtimes, e.g. bun
195
-
- Added sourceNames for`bandcamp` (from native lavalink) if it's supported it will use lavalink'S search, else the client search on player.search({ source:"bandcamp" }) (you can also use bcsearch or bc)
196
-
- Added sourceName for`phsearch` from the dunktebot plugin, released in v.1.7.0
197
-
- Support for youtube still going via the youtube-source plugin (disable youtube for lavalink, and use the plugin instead)
198
-
- Exporting events
199
-
- Added newdebugOption: logCustomSearches
200
-
-*(Next version update i will remove the internal interval for position update, to calculations)*
201
-
202
192
203
193
## **Version 1.2.0**
204
194
- Added `player.stopPlaying()`: When executed it **clears the Queue** and **stops playing**, **without destroying the Player**
@@ -309,3 +299,13 @@ Most features of this update got tested, but if you encounter any bugs feel free
309
299
- Enforce link searches for users with following searchPlatform Options: "http" | "https" | "link" | "uri"
310
300
- Additionally strongend the code behind that
311
301
- Added searchPlatform for local tracks (aka files on the lavalink server...): "local"
302
+
303
+
## **Version 2.2.0**
304
+
- Changed console.error to throw error on queue.utils.sync if no data was provided/found
305
+
- Changed undici.fetch to native fetch, but requires nodejs v18+ to support other runtimes, e.g. bun
306
+
- Added sourceNames for `bandcamp` (from native lavalink) if it's supported it will use lavalink'S search, else the client search on player.search({ source: "bandcamp" }) (you can also use bcsearch or bc)
307
+
- Added sourceName for `phsearch` from the dunktebot plugin, released in v.1.7.0
308
+
- Support for youtube still going via the youtube-source plugin (disable youtube for lavalink, and use the plugin instead)
309
+
- Exporting events
310
+
- Added new debugOption: logCustomSearches
311
+
- *(Next version update i will remove the internal interval for position update, to calculations)*
0 commit comments