You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+35-10
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Changelog
2
2
3
+
## [v0.4.6] — 2024-12-04
4
+
5
+
This patch release adds the ability to pass custom arguments into `yt-dlp` instances, and fixes early event handling needed for voice receive as well as inner track handle state after `set_track` is called.
6
+
7
+
Thanks to the following for their contributions:
8
+
9
+
-[@JellyWX]
10
+
-[@FelixMcFelix]
11
+
-[@Henauxg]
12
+
13
+
14
+
### Added
15
+
16
+
- Input: accept additional user arguments for yt-dlp ([@Henauxg]) [c:71535c5]
17
+
18
+
### Fixed
19
+
20
+
- Fix: Clear track_handles when SetTrack heard ([@JellyWX]) [c:651d037]
21
+
- Fix: pass mid-connection WS events to task ([@FelixMcFelix]) [c:17993bc]
0 commit comments