Skip to content

Releases: jkeen/ember-stereo

v6.0.0-beta.3

v6.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:34

6.0.0-beta.3 (2026-07-09)

Bug Fixes

  • stop re-exporting private utils into the app tree (c7757c0)

v6.0.0-beta.2

v6.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:11

6.0.0-beta.2 (2026-06-30)

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

v6.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 04:20

6.0.0-beta.1 (2026-06-26)

  • 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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 04:14

5.4.1 (2026-06-26)

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:50

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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:17

5.3.4 (2026-06-26)

Bug Fixes

  • deprecation warning for ember service (#39) (e820c4e), closes #38

v5.3.3

Choose a tag to compare

@github-actions github-actions released this 13 Oct 16:31

5.3.3 (2025-10-13)

Bug Fixes

  • prevent blowup from potentially passing in an empty string to normalizeIdentifier (e3ca75c)

v5.3.2

Choose a tag to compare

@jkeen 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

Choose a tag to compare

@jkeen jkeen released this 20 Aug 14:00
967e110

5.3.1 (2025-08-20)

v5.3.0

Choose a tag to compare

@jkeen 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)