Skip to content

Commit

Permalink
Prep up v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Sep 10, 2024
1 parent 8502dec commit 3fed970
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Version History

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

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

## Version 0.45.2 (2024-06-12)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
version = "0.45.2"
version = "1.0.0"
authors = ["Otto <otto@ot-to.nl>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
Expand Down

0 comments on commit 3fed970

Please sign in to comment.