Releases: jkeen/ember-stereo
Releases · jkeen/ember-stereo
v6.0.0-beta.3
Compare
Sorry, something went wrong.
No results found
Bug Fixes
stop re-exporting private utils into the app tree (c7757c0 )
v6.0.0-beta.2
Compare
Sorry, something went wrong.
No results found
Bug Fixes
handle position-modifier concurrency leak and listener mismatches (6d6d849 )
only try to load casting if a casting helper is used instead of eagerly, which fails in electron environments (5375aa6 )
stop position modifier busy-spin and report terminal load errors (0072e59 )
v6.0.0-beta.1
Compare
Sorry, something went wrong.
No results found
feat!: invert ember-stereo to a Sound-proxy architecture (1631e21 )
Features
add AirPlay casting as a shared-outlet Sound strategy (b487479 )
add Chromecast casting mirroring AirPlay's shared-outlet model (e1fee73 )
BREAKING CHANGES
findSound now returns an identity-stable Sound proxy synchronously, not a connection. Drop any await, use isResolved/isLoaded for presence checks, match with hasUrl not url equality, and guard for a null currentSound.
v5.4.1
Compare
Sorry, something went wrong.
No results found
v5.4.0
Compare
Sorry, something went wrong.
No results found
5.4.0 (2026-06-26)
Bug Fixes
Handle blocked state in (sound-is-loading) helper, and clear blocked state on play attempt, rather than just play success (e105d62 )
link loadTask with playTask so that loadTask is cancelled if playTask is cancelled (b8fbb8b )
make sure to compare integers and integers when determining if audio isMuted (b964e18 )
monitor events on playTask for soundproxy so that loading states remain accurate (3049801 )
tasks should be evented under this current soundProxy architecture (44ca969 )
Features
Add playback speed control to sound interface (5bb2222 )
improve media session seek handling with dynamic seek offsets (f6e5ba4 )
v5.3.4
Compare
Sorry, something went wrong.
No results found
5.3.4 (2026-06-26)
Bug Fixes
deprecation warning for ember service (#39 ) (e820c4e ), closes #38
v5.3.3
Compare
Sorry, something went wrong.
No results found
5.3.3 (2025-10-13)
Bug Fixes
prevent blowup from potentially passing in an empty string to normalizeIdentifier (e3ca75c )
v5.3.2
Compare
Sorry, something went wrong.
No results found
jkeen
released this
19 Sep 03:59
5.3.2 (2025-09-19)
Bug Fixes
don't fail loading immediately for NativeAudio if xhr options are supplied when NativeAudio is a connection; ignore xhr options instead (6803bd8 )
v5.3.1
Compare
Sorry, something went wrong.
No results found
jkeen
released this
20 Aug 14:00
v5.3.0
Compare
Sorry, something went wrong.
No results found
jkeen
released this
07 Aug 21:37
5.3.0 (2025-08-07)
Features
Add calculated startTime and endTime to HLS sounds, along with {{sound-start-timestamp}} and {{sound-end-timestamp}} (f786efb )
add triggers option to {{sound-position-slider}} for cases where click is undesirable, and ignore middle and right clicks on the slider (3faf51a )