Skip to content

Commit 3fed970

Browse files
committed
Prep up v1.0.0 release
1 parent 8502dec commit 3fed970

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Version History
22

3-
## To be released
3+
## Version 1.0.0 (2024-09-10)
44

55
- Breaking: MediaRecorder constructor now requires options (e.g. mime type)
66
- Added MediaRecorder::is_type_supported to check if recording is supported for this mime type
7+
- Fixed the up/down-sampling of the WaveShaperNode
8+
- Fixed an infinite loop in AudioBufferSourceNode when using out-of-bound loop start/end values
9+
- Fixed AudioBufferSourceNode crashing or restarting on certain loop value changes
710

811
## Version 0.45.2 (2024-06-12)
912

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "0.45.2"
3+
version = "1.0.0"
44
authors = ["Otto <otto@ot-to.nl>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)