Releases: davidffa/lavalink
Releases · davidffa/lavalink
v1.0.21
Changelog
- Dependency updates
- Added tiktok support
- Fix bugs
- Setup an yt account on application.yml (see application.yml.example) in order to play some yt age restricted tracks
- Add an yandex music oauth token on application.yml in order to remove the 30s limit on some tracks (see how to setup this here
v1.0.20
v1.0.19
- Bug fixes
- Updated dependencies
- Youtube credentials configurable to allow tracks with age restriction playback. (See how to setup this in the youtubeConfig section on application.yml.example)
v1.0.18
- Update dependencies
- Migrate from gradle Groovy to Kotlin DSL
- Use my custom lavaplayer-fork (forked from Walkyst)
- Add Reddit, Odysee, Yandex-Music, Getyarn sources
- Add Odysee & Yandex-Music search (
odsearch:
,ymsearch:
prefixes)
P.S. (Optional) Update your application.yml to enable/disable the new sources (default is enabled).
v1.0.17
v1.0.16
- Use Lavaplayer-fork
- Fixes:
- YT age restricted tracks playback
- ytmsearch
- Soundcloud playback
v1.0.15
- Converted stuff to kotlin
- Updated dependencies
- Updated gradle
- Added GET /versions route
Responds with the JSON below
{
"LAVAPLAYER": "<x.y.z>",
"JVM": "<x.y.z>",
"BUILD": "<Build>",
"BUILDTIME": <Build time in ms>,
"SPRING": "<x.y.z>",
"KOTLIN": "<x.y.z>"
}
- Added statsTaskInterval on application.yml # How frequently to send node stats to clients, in seconds