Skip to content

Commit 21844c7

Browse files
committed
Update CHANGELOG.
1 parent f718c5b commit 21844c7

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
# Change Log
22

3+
## [1.5.0] -- 2023-12-24
4+
### Added
5+
- Support for PCM audio with 32 bits per sample (`S32LE`).
6+
7+
### Fixed
8+
- Improved robustness of `wav` audio tracks with more than 16 bits per sample.
9+
10+
### Changed
11+
- Optimised reading of PCM audio to reduce allocations.
12+
13+
## [1.4.7] -- 2023-12-21
14+
### Fixed
15+
- `NicoNicoAudioSourceManager`.
16+
- Fixed m3u playlists not loading if Lavaplayer is directly given an inner playlist.
17+
18+
## [1.4.6] -- 2023-12-01
19+
### Fixed
20+
- Fixed m3u playlists containing relative URLs not playing.
21+
- YouTube playlist tracks sometimes having a missing author fields.
22+
- Lavaplayer will provide a default as YouTube doesn't send the author in this situation.
23+
24+
## [1.4.5] -- 2023-11-05
25+
### Fixed
26+
- `IDENTITY_REGEX` in `YoutubeAccessTokenTracker`.
27+
28+
### Changed
29+
- Bumped a couple of dependency versions.
30+
31+
## [1.4.4] -- 2023-10-04
32+
### Added
33+
- Support for retrieving lyrics from YouTube music.
34+
35+
## [1.4.3] -- 2023-08-16
36+
### Added
37+
- Support for MPEG 2.5.
38+
- Support for SoundCloud short URLs.
39+
40+
### Fixed
41+
- Ogg streaming.
42+
- YouTube access token updating.
43+
- Status code 403 for YouTube tracks.
44+
45+
## [1.4.2] -- 2023-03-18
46+
### Fixed
47+
- `LocalFormatIntegrationTest` failing.
48+
49+
## [1.4.1] -- 2023-03-15
50+
### Added
51+
- PCM S24LE support.
52+
- Support for rewinding YouTube streams.
53+
- Support for rewinding Ogg files.
54+
- `getSourceManagers()` to `AudioPlayerManager`.
55+
- Support for YouTube format audio tracks.
56+
- Ability to set custom socket factory.
57+
58+
### Fixed
59+
- Twitch source.
60+
- Possible infinite read loop in mpeg parsing.
61+
- Rewinding to beginning of Ogg files.
62+
63+
### Changed
64+
- Bumped dependency versions to try and resolve some CVE messages.
65+
66+
## [1.3.99.1] -- 2022-10-31
67+
### Fixed
68+
- Send additional parameters with the `ANDROID` client in requests to YouTube.
69+
70+
## [1.3.99] -- 2022-10-28
71+
### Fixed
72+
- Send Visitor ID header with YouTube requests.
73+
74+
### Removed
75+
- YouTube client config retrying.
76+
377
## [1.3.78] -- 2021-06-28
478
### Fixed
579
- Fixed loading YouTube tracks with age verification.

0 commit comments

Comments
 (0)