Releases: kordlib/Lavalink.kt
Releases · kordlib/Lavalink.kt
3.6.1
What's Changed
- Add ability to retrieve filters state
- fix: tremolo and vibrato frequency setters by @ToxicMushroom in #17
Full Changelog: 3.6.0...3.6.1
3.6.0 | Ktor 2.0 and other bugfixes
What's Changed
- Upgrade to Ktor 2.0.0
- Allows for unsetting filters by @ToxicMushroom in #14
- Update the readme by @ToxicMushroom in #15
- LinearRetry linearity fix by @ToxicMushroom in #16
New Contributors
- @ToxicMushroom made their first contribution in #14
Full Changelog: 3.5.1...3.6.0
3.5.1
What's Changed
- Fix volume not being set to zero by @mooner1022 in #12
- Fix exception when connecting to stage channel and fix example by @StckOverflw in #13
New Contributors
- @mooner1022 made their first contribution in #12
- @StckOverflw made their first contribution in #13
Full Changelog: 3.2.0...3.5.1
3.4.0 | More flexible JDA builders
val lavakordJDA = LavaKordJDA()
val jda = JDABuilder.createDefault(token)
// you don't need to call this and add "LavaKordJDA" as an event listener and VoiceDispatchInterceptor yourself
.applyLavakord(lavakordShardManager)
.build()
val lavakord = jda.lavakord(lavakordJDA)
3.2.0
Add remaining filters
3.1.1
- Bump dependencies
- Fix issue with initial position estimate being very bad (Fix #10)
Full Changelog: 3.1.0...3.1.1
3.1.0
Kotlin 1.6 release
3.0.0
- Store all Snowflakes as ULongs
- Update to Kord 0.8.x-M6
2.1.0
Updates
- Use Koltinx.serialization 1.3.0
- Use Kotlin 1.5.31
- Acknowledge last stats update when calculating position
2.0
- Stable JS support
- Bump to Kotlin 1.5.20
- Bump to Kord 0.7.3