Skip to content

Releases: bencevans/node-sonos

v1.3.0

23 Jul 21:37
Compare
Choose a tag to compare

1.3.0 (2018-07-23)

Features

v1.2.0

19 Jul 10:19
Compare
Choose a tag to compare

1.2.0 (2018-07-19)

Features

  • add duration and queuePosition to event 'CurrentTrack' and always emit to show updated radio track titles (39ee936)
  • Use r:streamContent as track title to support radio (6871c6f)

v1.1.2

02 Apr 17:00
4899c07
Compare
Choose a tag to compare

1.1.2 (2018-04-02)

Bug Fixes

v1.1.1

27 Feb 22:03
43c3ae4
Compare
Choose a tag to compare

1.1.1 (2018-02-27)

Bug Fixes

v1.1.0

25 Feb 13:53
f3e8529
Compare
Choose a tag to compare

1.1.0 (2018-02-25)

Features

  • Added togglePlayback to mimic the sonos button. (8613c4b)

v1.0.2

12 Feb 22:55
768c9d9
Compare
Choose a tag to compare

1.0.2 (2018-02-12)

Bug Fixes

  • sonos now returns state and volume from listener. (59f43d8)

v1.0.1

04 Feb 10:40
5a7c3d6
Compare
Choose a tag to compare

1.0.1 (2018-02-04)

Bug Fixes

v1.0.0

31 Jan 19:24
0803384
Compare
Choose a tag to compare

1.0.0 (2018-01-31)

Bug Fixes

  • AVTransport options removed. (793e51a)
  • AvTransportEvents better parsed (64d8cdd)
  • Created shortcut to ContentDirectory (7a20ec3)
  • device discovery wasn't working (b95830f)
  • Fixed some tests to async (dbf8a95), closes #217
  • getMuted to Promise (9d13884)
  • GetQueue now got valid ip and port (cb52461)
  • getSpotifyConnectInfo added (2dcb14c), closes #175
  • Other source for doorbell sound (bbc07f1)
  • Removed some double code. (8f7ef3d)
  • Removed underscore dependency (73dd85b), closes #222
  • simplified ContentDirectory (8114ee5)
  • simplified getVolume (21fdb82)
  • Spotify sample to async (a85a42d)
  • Used Bens advice and changed to const (91af604)

Features

  • A lot of things are now async (08112f1)
  • Added reordering tracks in the queue (0039a10), closes #82
  • Again a big async update (2b18d17)
  • Alarmclock converted to async (a1a2c61)
  • All commands now use one of the services. (8604086)
  • All services are now async (af077d2)
  • Changed ContentDiscovery to async (5052269)
  • Event listener greatly improved (ee42d4d), closes #205
  • EventListener improved!! (0cd116b)
  • Implemented playing notifications (78c5a9a), closes #221
  • Initial work on new listener (b2f7dbf)
  • joinGroup and getTopology converted to async (c7b3d29)
  • next to async (5aa7557)
  • pause and seek converted to async (46c0c28)
  • Updated most samples to async (f668681), closes #219

Performance Improvements

BREAKING CHANGES

  • This will bump the version to 1.0.0

v0.22.2

14 Jan 13:31
a048aec
Compare
Choose a tag to compare

0.22.2 (2018-01-14)

Bug Fixes

  • AlarmClock always returns an array now (a048aec)

v0.22.1

11 Jan 20:48
4767af7
Compare
Choose a tag to compare

0.22.1 (2018-01-11)

Bug Fixes

  • correct dep to devDep & update jsdox fork name (a02841b)