Skip to content

Releases: kordlib/Lavalink.kt

3.6.1

23 Apr 09:24
5f6ea59
Compare
Choose a tag to compare

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

17 Apr 15:45
68151da
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Ktor 2.0.0

New Contributors

Full Changelog: 3.5.1...3.6.0

3.5.1

21 Feb 20:25
Compare
Choose a tag to compare

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

20 Jan 14:46
c4ad299
Compare
Choose a tag to compare
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

14 Jan 16:50
bafe3e8
Compare
Choose a tag to compare

Add remaining filters

3.1.1

14 Jan 00:49
dac6b16
Compare
Choose a tag to compare
  • Bump dependencies
  • Fix issue with initial position estimate being very bad (Fix #10)
    Full Changelog: 3.1.0...3.1.1

3.1.0

01 Jan 15:16
071a2f4
Compare
Choose a tag to compare

Kotlin 1.6 release

3.0.0

08 Oct 06:05
c8f2c4d
Compare
Choose a tag to compare
  • Store all Snowflakes as ULongs
  • Update to Kord 0.8.x-M6

2.1.0

28 Sep 02:04
3e47aad
Compare
Choose a tag to compare

Updates

  • Use Koltinx.serialization 1.3.0
  • Use Kotlin 1.5.31
  • Acknowledge last stats update when calculating position

2.0

12 Jul 01:40
265ae43
Compare
Choose a tag to compare
2.0
  • Stable JS support
  • Bump to Kotlin 1.5.20
  • Bump to Kord 0.7.3