Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 5, 2024
2 parents 78c090c + c3c9e25 commit 7a4d40f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/changelog/v3.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 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`
* Updated Oshi to `6.4.3`
* Updated 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
* Updated 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

## v3.7.9
* Update lavaplayer to [`1.5.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.1) - Fixed YouTube access token errors
* Updated lavaplayer to [`1.5.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.1) - Fixed YouTube access token errors
* Fixed websocket crash when seeking and nothing is playing
* Fixed error when seeking and player is not playing anything

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/v4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## v4.0.4
* Update Lavaplayer to `2.1.1`
* Updated Lavaplayer to `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))
Expand Down
3 changes: 3 additions & 0 deletions docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ description: A list of Lavalink client libraries.
| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | |
| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | |
| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | |
| [lavaclient](https://npmjs.com/lavaclient) | Node.js | **Any** | v5+ |
| [TsumiLink](https://github.com/Fyphen1223/TsumiLink) | Node.js | **Any** | |
| [Blue.ts](https://github.com/ftrapture/blue.ts) | Node.js | Discord.js/Eris/OceanicJs | |
| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ |
| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora/NetCord | v4+ |
| [Nomia](https://github.com/DHCPCD9/Nomia) | .NET | DSharpPlus | |
Expand Down
2 changes: 0 additions & 2 deletions docs/configuration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Install [Docker](https://docs.docker.com/engine/install/) & [Docker Compose](htt
Create a `docker-compose.yml` with the following content:

```yaml title="docker-compose.yml"
version: "3.8"

services:
lavalink:
# pin the image version to Lavalink v4
Expand Down
2 changes: 0 additions & 2 deletions docs/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
mkdocs:
build:
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ logging:
lavalink: DEBUG
# Set this to TRACE to see all WebSocket messages
lavalink.server.io.SocketContext: TRACE
# Log all track exceptions (COMMON, SUSPICIOUS & FAULT)
com.sedmelluq.discord.lavaplayer.tools.ExceptionTools: DEBUG

# This will log all requests to the REST API
request:
Expand Down
3 changes: 3 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ plugins:
color: "#FFFFFF"
- git-revision-date-localized
- markdownextradata
- redirects:
redirect_maps:
discord/index.html: 'https://discord.gg/BTHvsc7WsT'
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pillow
cairosvg
neoteroi-mkdocs
mkdocs-same-dir
mkdocs-markdownextradata-plugin
mkdocs-markdownextradata-plugin
mkdocs-redirects

0 comments on commit 7a4d40f

Please sign in to comment.