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
+64-32
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,29 @@
1
1
# Changelog
2
2
3
-
## [0.4.0] — 2023-11-27 — **Nightingale**
3
+
## [v0.4.1] — 2024-02-29
4
+
5
+
This patch release includes several fixes to how audio tasks behave when moved between channels, and prevents a crash on zero-length packets in 48kHz Ogg Vorbis files.
6
+
We've also added to `YoutubeDl` so you can now make use of ytdl's built-in search functionality.
- Move empty packet check to also cover 48kHz audio ([@FelixMcFelix]) [c:873fb68]
23
+
- Driver: Fix transition to Live on connect ([@FelixMcFelix]) [c:087e5f2]
24
+
- Fix clippy warnings ([@GnomedDev]) [c:1b98c30]
25
+
26
+
## [v0.4.0] — 2023-11-27 — **Nightingale**
4
27
5
28
Possessing a beautiful, creative, and evocative song through both night and day, the humble Nightingale has long been seen as a symbol of poetry and love.
6
29
@@ -138,7 +161,7 @@ Thanks to the following for their contributions:
138
161
-[docs] Events: Fix typo in docs for VoiceData (#142) ([@tazz4843]) [c:6769131]
139
162
-[docs] Docs: Fix module docs for `songbird::tracks`. ([@FelixMcFelix]) [c:c1d93f7]
140
163
141
-
## [0.3.2] — 2023-04-09
164
+
## [v0.3.2] — 2023-04-09
142
165
143
166
This patch release fixes a WS disconnection that would occur when receiving a
144
167
new opcode, which was happening due to Discord sending such an opcode upon
@@ -154,7 +177,7 @@ Thanks to the following for their contributions:
154
177
-[gateway] Songbird would fail if it could not deserialize ws payload ([@Erk-]) [c:752cae7]
155
178
-[docs] Fix compilation due to ambiguous reference ([@FelixMcFelix]) [c:e5d3feb]
156
179
157
-
## [0.3.1] — 2023-03-02
180
+
## [v0.3.1] — 2023-03-02
158
181
159
182
This patch release applies some minor fixes, while correcting documentation errors and adjusting some organisaation in the repository.
160
183
@@ -176,7 +199,7 @@ Thanks to the following for their contributions:
176
199
-[docs] Docs: Fix wrong docstring for Track::volume (#152) ([@btoschek]) [c:a2f55b7]
177
200
-[docs] Events: Fix typo in docs for VoiceData (#142) ([@tazz4843]) [c:dc53087]
178
201
179
-
## [0.3.0] — 2022-07-22 — **Chaffinch**
202
+
## [v0.3.0] — 2022-07-22 — **Chaffinch**
180
203
181
204
Abundant and ever-curious, chaffinches are a vibrant and welcome visitor in these spring and summer months.
182
205
@@ -231,7 +254,7 @@ Thanks to the following for their contributions:
231
254
-[driver] Driver, Gateway: Remove tokio 0.2 support (#118) ([@GnomedDev]) [c:f2cd8a0]
This patch release makes it easier to create new `ChildContainer`s, and deprecates the `ClientConnect` event. Users should instead make use of `SpeakingStateUpdate` events and Discord gateway events.
237
260
@@ -254,7 +277,7 @@ Thanks to the following for their contributions:
254
277
-[docs] Docs: fix ClientConnect to recommend `SpeakingStateUpdate` ([@FelixMcFelix]) [c:652ec1f]
255
278
-[repo] Chore: Fix typo in CHANGELOG.md (#111) ([@reiyw]) [c:2feadc7]
256
279
257
-
## [0.2.1] — 2022-01-05
280
+
## [v0.2.1] — 2022-01-05
258
281
259
282
This patch release adds support for the `yt-dlp` fork of `youtube-dl`, and fixes track events to correctly fire events when multiple timed handlers are present on a track.
260
283
@@ -275,7 +298,7 @@ Thanks to the following for their contributions:
275
298
-[docs] Examples: Fix unmatched quotation mark in comment. (#101) ([@lajp]) [c:62ecfe6]
276
299
-[events] Events: fix handling of multiple timed events on a single track (#96) ([@FelixMcFelix]) [c:e25cc14]
277
300
278
-
## [0.2.0] — 2021-08-17 — **Magpie**
301
+
## [v0.2.0] — 2021-08-17 — **Magpie**
279
302
280
303
Magpies are a common sight year-round; strong, intelligent, industrious, and loyal.
281
304
@@ -339,7 +362,7 @@ Thanks to the following for their contributions:
-[gateway] Gateway: Fix repeat joins on same channel from stalling (#47) ([@FelixMcFelix]) [c:95dd19e]
341
364
342
-
## [0.1.8] — 2021-07-01
365
+
## [v0.1.8] — 2021-07-01
343
366
344
367
This release patches a metadata parsing panic caused by Ogg files with negative start times.
345
368
@@ -351,7 +374,7 @@ Thanks to the following for their contributions:
351
374
352
375
-[input] Input: Fix Duration underflow on negative start time (#83) ([@JellyWX]) [c:e58cadb]
353
376
354
-
## [0.1.7] — 2021-06-14
377
+
## [v0.1.7] — 2021-06-14
355
378
356
379
This release mainly patches an occasionally spinning task, due to a critical WebSocket read error.
357
380
@@ -370,7 +393,7 @@ And special thanks to [@jtscuba] and [@JellyWX] for their efforts in reproducing
370
393
371
394
-[driver] Driver: Fix for busy-wait in WS thread. (#78) ([@FelixMcFelix]) [c:b925309]
372
395
373
-
## [0.1.6] — 2021-04-11
396
+
## [v0.1.6] — 2021-04-11
374
397
375
398
This patch release fixes a driver crash on leaving a channel, adds a utility method for requesting the current channel ID, and limits a sub-dependency to ensure compatibility with Rust v1.48.0.
376
399
@@ -388,7 +411,7 @@ Thanks to the following for their contributions:
388
411
-[deps] Deps: Prevent MSRV breakage via `spinning_top` (#64) ([@FelixMcFelix]) [c:a88b185]
389
412
-[driver] Driver: Fix crash on `.leave()` (#63) ([@FelixMcFelix]) [c:24d8da6]
390
413
391
-
## [0.1.5] — 2021-03-23
414
+
## [v0.1.5] — 2021-03-23
392
415
393
416
This patch release adds bugfixes for incorrect seeking in Restartable sources and resource usage of inactive `Driver`s, as well as some utility methods and reduced logging.
394
417
@@ -413,7 +436,7 @@ Thanks to the following for their contributions:
This patch release corrects the process drop logic to cleanup *all* chained child processes, and for `Input`s to be safe to drop in async contexts. Additionally, this adds backwards-compatibility for Tokio 0.2 in serenity-based bots.
436
459
@@ -447,7 +470,7 @@ Thanks to the following for their contributions:
447
470
448
471
-[input] Fix: hand off process killing to blocking thread, await all children. ([@FelixMcFelix]) [c:b245309]
449
472
450
-
## [0.1.2] — 2021-01-26
473
+
## [v0.1.2] — 2021-01-26
451
474
452
475
This patch release fixes a PID/zombie process leak affecting bots running on Linux/Mac, and prevents youtube-dl warnings from being converted into fatal errors.
453
476
@@ -467,7 +490,7 @@ Thanks to the following for their contributions:
-[input] Fix: Prevent ytdl treating warnings as errors. ([@FelixMcFelix]) [c:658fd83]
469
492
470
-
## [0.1.1] — 2021-01-17
493
+
## [v0.1.1] — 2021-01-17
471
494
472
495
This is a short patch release, fixing some error message spam under network failures, adding some new convenience event classes, as well as making it easier to cancel many event handlers.
473
496
@@ -485,7 +508,7 @@ Thanks to the following for their contributions:
0 commit comments