Skip to content

Commit cb6edb9

Browse files
committed
Prep up v1.0.0-rc.1 release
1 parent d122c26 commit cb6edb9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version History
22

3+
## Version 1.0.0-rc.1 (2024-02-24)
4+
5+
- Breaking: the AudioProcessor trait is now superseeded by AudioWorkletProcessor
6+
- Breaking: the RenderScope struct is renamed to AudioWorkletGlobalScope
7+
- Added message port functionality to AudioWorkletNode and AudioWorkletProcessor
8+
- Added OfflineAudioContext event handlers
9+
- Added validation of AudioScheduledSourceNode start/stop actions
10+
- Fixed a bug with min/max decibels in the AnalyserNode
11+
- Fixed panic in AudioBufferSourceNode when duration exceeds buffer length
12+
313
## Version 0.42.1 (2024-02-12)
414

515
- Add `Debug` implementation for all public facing items

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.42.1"
3+
version = "1.0.0-rc.1"
44
authors = ["Otto <[email protected]>"]
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)