From e684e603f0f783d5fcbe1eef9a939b6e9e1cb0e9 Mon Sep 17 00:00:00 2001 From: Freya Arbjerg Date: Thu, 11 Jan 2024 10:00:06 +0100 Subject: [PATCH] Release version 2.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fe63d2..755e7c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [2.1.0] -- 2024-11-01 + +* Added support for multiple track markers https://github.com/lavalink-devs/lavaplayer/pull/56 +* Fixed NicoNico https://github.com/lavalink-devs/lavaplayer/pull/50 +* Fixed playback of some Vimeo tracks by adding HLS support https://github.com/lavalink-devs/lavaplayer/pull/63 +* Added support for `/live/` YouTube URLs https://github.com/lavalink-devs/lavaplayer/pull/53 +* Added proper handling of relative URLs in m3u8 playlists https://github.com/lavalink-devs/lavaplayer/pull/48 +* Fixed handling of Twitch URLs with uppercase paths https://github.com/lavalink-devs/lavaplayer/pull/57 +* Made frame buffers pass their format to other frames https://github.com/lavalink-devs/lavaplayer/pull/55 +* Fixed JitPack compilation https://github.com/lavalink-devs/lavaplayer/pull/60 + ## [2.0.4] -- 2023-03-12 * Fix NPE on missing author in playlist tracks in https://github.com/lavalink-devs/lavaplayer/pull/45