Skip to content

Releases: jkeen/ember-stereo

v4.2.2

02 Nov 02:20
Compare
Choose a tag to compare

4.2.2 (2023-11-02)

Bug Fixes

  • send pause event when releasing control of shared audio element (f7fec45)

v5.0.0-beta.11

19 Jul 03:04
Compare
Choose a tag to compare
v5.0.0-beta.11 Pre-release
Pre-release

5.0.0-beta.11 (2023-07-19)

Bug Fixes

  • Don't play howl if it's already playing (072e429)

v4.2.1

19 Jul 14:09
Compare
Choose a tag to compare

4.2.1 (2023-07-19)

v5.0.0-beta.10

11 Jul 17:41
Compare
Choose a tag to compare
v5.0.0-beta.10 Pre-release
Pre-release

5.0.0-beta.10 (2023-07-11)

Bug Fixes

  • limit percentage between 0 and 100 (e2d4537)
  • pass in newPosition to sound-position-progress if available (cfaf2a3)

v5.0.0-beta.9

10 Jul 19:52
Compare
Choose a tag to compare
v5.0.0-beta.9 Pre-release
Pre-release

5.0.0-beta.9 (2023-07-10)

Features

  • adjust logic to allow for live streaming HLS files and allowing (a633c17)

v5.0.0-beta.8

30 Jun 03:28
Compare
Choose a tag to compare
v5.0.0-beta.8 Pre-release
Pre-release

5.0.0-beta.8 (2023-06-30)

v4.2.0

17 Jun 18:19
Compare
Choose a tag to compare

4.2.0 (2023-06-17)

Features

  • Allow xhr option to be passed through to connections, so each connection can handle authenticated requests (82fc6ad)
  • Fail native audio connection if xhr is passed, as native audio does not support that. (93dea68)

v5.0.0-beta.7

09 Jun 14:15
Compare
Choose a tag to compare
v5.0.0-beta.7 Pre-release
Pre-release

5.0.0-beta.7 (2023-06-09)

Bug Fixes

  • reduce fake media element timer to every 500ms instead of 100ms (9a0278d)

Features

  • Allow xhr option to be passed through to connections, so each connection can handle authenticated requests (cb00c5d)
  • Fail native audio connection if xhr is passed, as native audio does not support that. (8d0f3b5)

v5.0.0-beta.6

27 May 18:27
Compare
Choose a tag to compare
v5.0.0-beta.6 Pre-release
Pre-release

5.0.0-beta.6 (2023-05-27)

Bug Fixes

  • improve fake media element cleanup in tests (af128d1)

v5.0.0-beta.5

25 May 19:02
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

5.0.0-beta.5 (2023-05-25)

Bug Fixes

  • timing issue with sound proxy in test environment (eae0b3b)