Skip to content

Commit 0e13bbf

Browse files
committed
update changelog for v4.0.5
1 parent f985f70 commit 0e13bbf

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
Each release usually includes various fixes and improvements.
44
The most noteworthy of these, as well as any features and breaking changes, are listed here.
55

6+
## v4.0.5
7+
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)
8+
* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track)
9+
* Added option to enable [Nico](https://www.nicovideo.jp/) source
10+
* Expose Lavalink sessions to plugins via the `ISocketServer` interface
11+
12+
> [!WARNING]
13+
> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
14+
615
## v4.0.4
7-
* Update Lavaplayer to `2.1.1`
16+
* Update Lavaplayer to [`2.1.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.1)
817

918
## v4.0.3
1019
* 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:
8998

9099
</details>
91100

101+
## v3.7.12
102+
* Updated Lavaplayer to [`1.5.4`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.4)
103+
* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track)
104+
105+
> [!WARNING]
106+
> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
107+
108+
## v3.7.11
109+
* Fixed not being able to seek when player is paused
110+
* Update Oshi to `6.4.3`
111+
* Update Lavaplayer to `1.5.3`
112+
92113
## v3.7.10
93114
* 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
94115

docs/changelog/v3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v3.7.12
2+
* Updated Lavaplayer to [`1.5.4`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.4)
3+
* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track)
4+
5+
> [!WARNING]
6+
> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
7+
18
## v3.7.11
29
* Fixed not being able to seek when player is paused
310
* Updated Oshi to `6.4.3`

docs/changelog/v4.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
## v4.0.5
2+
* Updated Lavaplayer to [`2.1.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.2)
3+
* Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track)
4+
* Added option to enable [Nico](https://www.nicovideo.jp/) source
5+
* Expose Lavalink sessions to plugins via the `ISocketServer` interface
6+
7+
> [!WARNING]
8+
> The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
9+
110
## v4.0.4
2-
* Updated Lavaplayer to `2.1.1`
11+
* Updated Lavaplayer to [`2.1.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.1.1)
312

413
## v4.0.3
514
* Fixed plugins not registering (introduced in [`4.0.2`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.2))

0 commit comments

Comments
 (0)