Skip to content

Commit

Permalink
📝 [Report] Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jan 4, 2024
1 parent 769b102 commit a2ead19
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/seven-taxis-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'earwurm': minor
---

Fix issue "stopping" a `Sound` that was never "started".
Include a `neverStarted: boolean;` property in the `SoundEndedEvent`.
New `volume` change event for `Earwurm`, `Stack`, and `Sound`.
New `mute` change event for `Earwurm`, `Stack`, and `Sound`.
New `library` change event for `Earwurm`.
New `queue` change event for `Stack`.
New `speed` change event for `Sound`.
`speed` Setter now clamps the value between `0.25` and `4`.
New `progress` change event.
New `progress` Getter.
New `state > ending` value.
Renamed all `statechange` events to `state`.
No longer setting `mute = false` when "pausing".
Avoid re-initializing an existing `Stack` when `.add()` is passed an identical `id + path`.
Removed `LibraryKeys` type, instead using `StackIds[]` directly.
Now exporting `tokens` object with some usual values.
Updated `docs/api.md` to include details on all the newly added / changed code.

0 comments on commit a2ead19

Please sign in to comment.