Skip to content

Commit 2146846

Browse files
committed
Chore: Release v0.4.6
1 parent 651d037 commit 2146846

File tree

3 files changed

+37
-12
lines changed

3 files changed

+37
-12
lines changed

CHANGELOG.md

+35-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

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]
22+
23+
<!-- COMPARISONS -->
24+
[v0.4.6]: https://github.com/serenity-rs/songbird/compare/v0.4.5...v0.4.6
25+
26+
27+
<!-- COMMITS -->
28+
[c:651d037]: https://github.com/serenity-rs/songbird/commit/651d037a54ce37f5b69f456ccdfdb03ba9de8a91
29+
[c:17993bc]: https://github.com/serenity-rs/songbird/commit/17993bc0d0ae7a4e43e86bbb6439c30538b67832
30+
[c:71535c5]: https://github.com/serenity-rs/songbird/commit/71535c5e87a2e94fc5f3a83efc8d4277c67b3462
31+
32+
<!-- generated by git-cliff -->
33+
334
## [v0.4.5] — 2024-11-22
435

536
This patch release includes some fixes to edge conditions in voice receive, and prevents a panic when creating HLS streams in non-tokio contexts.
@@ -55,12 +86,6 @@ Thanks to the following for their contributions:
5586

5687
- Change HlsStream to a more generic AsyncReadOnlySource ([@rhgndf]) [c:fe9b156]
5788

58-
59-
<!-- AUTHORS -->
60-
[@tignear]: https://github.com/tignear
61-
[@rhgndf]: https://github.com/rhgndf
62-
63-
6489
<!-- COMMITS -->
6590
[c:10ce458]: https://github.com/serenity-rs/songbird/commit/10ce4584561f55aab2af2803f9629304d8b9e255
6691
[c:fe9b156]: https://github.com/serenity-rs/songbird/commit/fe9b156906640a8e6c8135c71d37d758958fc522
@@ -122,10 +147,6 @@ Thanks to the following for their contributions:
122147
<!-- COMPARISONS -->
123148
[v0.4.2]: https://github.com/serenity-rs/songbird/compare/v0.4.1...v0.4.2
124149

125-
<!-- AUTHORS -->
126-
[@AlvaroMS25]: https://github.com/AlvaroMS25
127-
128-
129150
<!-- COMMITS -->
130151
[c:bbc9e03]: https://github.com/serenity-rs/songbird/commit/bbc9e03e47efc90898a084fd2f9a4e877ed5c1a7
131152
[c:169d527]: https://github.com/serenity-rs/songbird/commit/169d527e54a7c0beaff85304344bdabb9daec944
@@ -761,6 +782,7 @@ We'd also like to thank all users who have contributed to this module in the pas
761782

762783
<!-- AUTHORS -->
763784
[@acdenisSK]: https://github.com/acdenisSK
785+
[@AlvaroMS25]: https://github.com/AlvaroMS25
764786
[@Arcterus]: https://github.com/Arcterus
765787
[@asg051]: https://github.com/asg051
766788
[@btoschek]: https://github.com/btoschek
@@ -776,6 +798,7 @@ We'd also like to thank all users who have contributed to this module in the pas
776798
[@ForsakenHarmony]: https://github.com/ForsakenHarmony
777799
[@ftriquet]: https://github.com/ftriquet
778800
[@GnomedDev]: https://github.com/GnomedDev
801+
[@Henauxg]: https://github.com/Henauxg
779802
[@hiratara]: https://github.com/hiratara
780803
[@indiv0]: https://github.com/indiv0
781804
[@james7132]: https://github.com/james7132
@@ -799,13 +822,15 @@ We'd also like to thank all users who have contributed to this module in the pas
799822
[@Prof-Bloodstone]: https://github.com/Prof-Bloodstone
800823
[@Proximyst]: https://github.com/Proximyst
801824
[@reiyw]: https://github.com/reiyw
825+
[@rhgndf]: https://github.com/rhgndf
802826
[@Roughsketch]: https://github.com/Roughsketch
803827
[@saanuregh]: https://github.com/saanuregh
804828
[@Sebbl0508]: https://github.com/Sebbl0508
805829
[@s0lst1ce]: https://github.com/s0lst1ce
806830
[@Sreyas-Sreelal]: https://github.com/Sreyas-Sreelal
807831
[@tarcieri]: https://github.com/tarcieri
808832
[@tazz4843]: https://github.com/tazz4843
833+
[@tignear]: https://github.com/tignear
809834
[@tktcorporation]: https://github.com/tktcorporation
810835
[@vaporox]: https://github.com/vaporox
811836
[@vicky5124]: https://github.com/vicky5124

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "songbird"
1111
readme = "README.md"
1212
repository = "https://github.com/serenity-rs/songbird.git"
1313
rust-version = "1.74"
14-
version = "0.4.5"
14+
version = "0.4.6"
1515

1616
[dependencies]
1717
aead = { optional = true, version = "0.5.2" }

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Thanks to the following for their contributions:
2222
### Changed
2323
{% for commit in commits %}
2424
- {{ commit.message | split(pat="\n") | first | upper_first | trim }} \
25-
{% if commit.github.username %}([@{{ commit.github.username }}]){% raw %} {% endraw %}{%- endif -%} \
25+
{% if commit.remote.username %}([@{{ commit.remote.username }}]){% raw %} {% endraw %}{%- endif -%} \
2626
[c:{{ commit.id | truncate(length=7, end="") }}]
2727
{%- endfor -%}
2828

0 commit comments

Comments
 (0)