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: CHANGELOG.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,11 @@ The most noteworthy of these, as well as any features and breaking changes, are
104
104
* Update to the [Protocol Module](protocol) to support Kotlin/JS
105
105
* Removal of all `/v3` endpoints except `/version`. All other endpoints are now under `/v4`
106
106
107
-
> **Warning**
108
-
> This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose).
109
-
> For more info on the changes in this release, see [here](https://lavalink.dev/changelog/index.html#significant-changes)
110
-
> If you have any question regarding the changes in this release, please ask in the [support server](https://discord.gg/ZW4s47Ppw4) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a)
107
+
!!! warning
108
+
109
+
This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose).
110
+
For more info on the changes in this release, see [here](https://lavalink.dev/changelog/index.html#significant-changes)
111
+
If you have any question regarding the changes in this release, please ask in the [support server](https://discord.gg/ZW4s47Ppw4) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a)
111
112
112
113
Contributors:
113
114
[@topi314](https://github.com/topi314), [@freyacodes](https://github.com/freyacodes), [@DRSchlaubi](https://github.com/DRSchlaubi) and [@melike2d](https://github.com/melike2d)
@@ -151,8 +152,9 @@ Contributors:
151
152
* Fix errors when doing multiple session resumes
152
153
* Update lavaplayer to `1.4.0` see [here](https://github.com/Walkyst/lavaplayer-fork/releases/tag/1.4.0) for more info
153
154
154
-
> **Note**
155
-
> Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub
155
+
!!! note
156
+
157
+
Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub
156
158
157
159
## 3.7.4
158
160
* Fix an issue where Lavalink would not destroy a session when a client disconnects
Copy file name to clipboardExpand all lines: docs/configuration/index.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ See the [application.yml](config/application-yml.md) documentation for more info
13
13
14
14
## Config Server
15
15
16
-
> **WARNING:** This is an advanced feature geared towards big deployments.
16
+
!!! warning
17
+
18
+
This is an advanced feature geared towards big deployments.
17
19
18
20
You can run the [Lavalink Config Server](https://github.com/lavalink-devs/Lavalink-Config-Server) to manage the configuration of multiple Lavalink servers at one place.
19
21
See the [Config Server](config/config-server.md) documentation for more information.
0 commit comments