Skip to content

2.1.2

Compare
Choose a tag to compare
@topi314 topi314 released this 05 May 20:12
· 32 commits to main since this release
c0f90e7

What's Changed

  • Fixed Twitch source sometimes failing to initialise causing errors when registering source managers #99
  • Fixed metadata extraction for some OGG files #101
  • Fixed OGG opus duration extraction #103
  • Fixed clamping of lower values during volume changing #105
  • Improve handling of some MP3 files with multiple IDv3 blocks #108
  • Added basic metadata extraction for Matroska files #108
  • Bump sourceCompatibility specifically to Java 11 (Java 11 was already needed anyway) #81
  • Add new AudioSourceManagers.registerRemoteSources method which allows excluding specific source managers from being registered (useful for excluding the old YouTube source manager)

Warning

The YoutubeSourceManager is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#v2 instead.