Skip to content

Commit 3d4e012

Browse files
committed
Prep up v0.41.1 release
1 parent b69938a commit 3d4e012

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.41.1 (2024-01-11)
4+
5+
- Unified panic messages to format `<JsErrorType> - <Actual message>`
6+
- Unified README.md and crate level docs
7+
- Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
8+
- Fix: AudioParam automationRate does not instantly update on the control thread
9+
- Fix: AudioParam better handling of non finite values in arguments
10+
- Fix: Panic at Analiser initialization for some combinations of min/maxDecibel
11+
312
## Version 0.41.0 (2024-01-04)
413

514
- Fix BaseAudioContext onChangeState to signal device readiness

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.41.0"
3+
version = "0.41.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)