From 0e13bbf8d1f8fb29d5e7c8eea48789d22430daa5 Mon Sep 17 00:00:00 2001 From: topi314 Date: Sun, 5 May 2024 22:38:57 +0200 Subject: [PATCH] update changelog for v4.0.5 --- CHANGELOG.md | 23 ++++++++++++++++++++++- docs/changelog/v3.md | 7 +++++++ docs/changelog/v4.md | 11 ++++++++++- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda14c865..93d5d7963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,17 @@ Each release usually includes various fixes and improvements. The most noteworthy of these, as well as any features and breaking changes, are listed here. +## v4.0.5 +* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2) +* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track) +* Added option to enable [Nico](https://www.nicovideo.jp/) source +* Expose Lavalink sessions to plugins via the `ISocketServer` interface + +> [!WARNING] +> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + ## v4.0.4 -* Update Lavaplayer to `2.1.1` +* Update Lavaplayer to [`2.1.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.1) ## v4.0.3 * Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2)) @@ -89,6 +98,18 @@ Contributors: +## v3.7.12 +* Updated Lavaplayer to [`1.5.4`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.4) +* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track) + +> [!WARNING] +> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + +## v3.7.11 +* Fixed not being able to seek when player is paused +* Update Oshi to `6.4.3` +* Update Lavaplayer to `1.5.3` + ## v3.7.10 * Update lavaplayer to [`1.5.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.2) - Fixed NPE on missing author in playlist tracks in YouTube diff --git a/docs/changelog/v3.md b/docs/changelog/v3.md index 9c1c3c351..f28508457 100644 --- a/docs/changelog/v3.md +++ b/docs/changelog/v3.md @@ -1,3 +1,10 @@ +## v3.7.12 +* Updated Lavaplayer to [`1.5.4`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.4) +* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track) + +> [!WARNING] +> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + ## v3.7.11 * Fixed not being able to seek when player is paused * Updated Oshi to `6.4.3` diff --git a/docs/changelog/v4.md b/docs/changelog/v4.md index d9b9a2d82..8f17b3035 100644 --- a/docs/changelog/v4.md +++ b/docs/changelog/v4.md @@ -1,5 +1,14 @@ +## v4.0.5 +* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2) +* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track) +* Added option to enable [Nico](https://www.nicovideo.jp/) source +* Expose Lavalink sessions to plugins via the `ISocketServer` interface + +> [!WARNING] +> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + ## v4.0.4 -* Updated Lavaplayer to `2.1.1` +* Updated Lavaplayer to [`2.1.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.1) ## v4.0.3 * Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2))