Skip to content

Commit 5648cc5

Browse files
committed
v2.2.0
1 parent e95ca11 commit 5648cc5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ client.lavalink = new LavalinkManager({
189189
190190
# UpdateLog
191191
192-
## **Version 1.3.0**
193-
- Changed console.error to throw error on queue.utils.sync if 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 new debugOption: logCustomSearches
200-
- *(Next version update i will remove the internal interval for position update, to calculations)*
201-
202192
203193
## **Version 1.2.0**
204194
- 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
309299
- Enforce link searches for users with following searchPlatform Options: "http" | "https" | "link" | "uri"
310300
- Additionally strongend the code behind that
311301
- 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)*

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.1.7",
3+
"version": "2.2.0",
44
"description": "Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)