Commit d3fe962 1 parent d7bd20c commit d3fe962 Copy full SHA for d3fe962
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v0.8.4 - June 19, 2023
2
+
3
+ - Add ` serde ` feature
4
+ - Implement ` PartialOrd ` for ` ClockTime `
5
+ - Implement ` Default ` for ` Volume ` and ` PlaybackRate `
6
+
1
7
# v0.8.3 - May 28, 2023
2
8
3
- This release removes reverse playback support for streaming sounds. There's pretty
4
- serious issues with garbled audio when streaming an mp3 or ogg file backwards,
5
- and based the initial investigation, these issues won't be trivial to fix.
6
- This feature may return in the future, but for now, you should not rely on it.
9
+ This release removes reverse playback support for streaming sounds. There's
10
+ pretty serious issues with garbled audio when streaming an mp3 or ogg file
11
+ backwards, and based the initial investigation, these issues won't be trivial to
12
+ fix. This feature may return in the future, but for now, you should not rely on
13
+ it.
7
14
8
15
# v0.8.2 - May 27, 2023
9
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kira"
3
- version = " 0.8.3 "
3
+ version = " 0.8.4 "
4
4
authors = [" Andrew Minnich <aminnich3@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments