Skip to content

Commit 9161fc3

Browse files
committed
Correct version, update CHANGELOG.
1 parent aa60bc7 commit 9161fc3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Change Log
22

3-
## [1.7.1] -- Pending
3+
## [1.8.0] -- 2024-03-13
44
### Fixed
55
- Fixed an issue with the `SoundCloudAudioSourceManager` where it could try to decode a track with extra, custom data encoded into the base64 string.
6+
- Tentative fix for "Invalid status code for video page response: 400"
7+
- Seems like this error is triggered by the use of a client version that's no longer within YouTube's "last 2 major versions" support.
8+
9+
### Added
10+
- Add `AudioPlayer#scheduleTrack(AudioTrack, boolean)`.
11+
12+
### Changed
13+
- Expose `DefaultAudioPlayer#dispatchEvent()` in subclasses.
14+
- Expose `DefaultPlayer`'s `scheduledTrack`, `activeTrack`, `shadowTrack`, `manager` and `trackSwitchLock` fields in subclasses.
15+
- Remove redundant initialization of `CompletableFuture` within `YoutubeMpegStreamAudioTrack#updateGlobalSequence()`.
616

717
## [1.7.0] -- 2024-01-27
818
### Fixed

main/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
val moduleName = "lavaplayer"
8-
version = "1.7.1"
8+
version = "1.8.0"
99

1010
dependencies {
1111
api("com.sedmelluq:lava-common:1.1.2")

0 commit comments

Comments
 (0)