Skip to content

Releases: ebaauw/homebridge-music

v0.2.0

04 Nov 16:35

Choose a tag to compare

Bump versions:

  • NodeJS 10.13.0 LTS;
  • semver v5.6.0.

Make sure to upgrade npm and to re-install homebridge after upgrading node from 8.x to 10.x:

sudo npm -g i npm
sudo npm -g un homebridge
sudo npm -g i homebridge --unsafe-perm

v0.1.11

13 Sep 17:40

Choose a tag to compare

Bump versions:

  • NodeJS v8.12.0 LTS;
  • homebridge v0.4.45.

v0.1.10

01 Sep 13:50

Choose a tag to compare

Bug fix, see #7. When volume is exposed as Brightness (or RotationSpeed), the HomeKit characteristic wouldn't be updated when changing the volume from iTunes (or whatever other music player). Also, you would see messages in the homebridge log like:

HAP Warning: Characteristic 00000119-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 00000043-0000-1000-8000-0026BB765291. Adding anyway.

v0.1.9

19 Aug 12:38

Choose a tag to compare

Bump versions:

  • NodeJS v8.11.4 LTS;
  • is-my-json-valid v2.19.0;
  • semver v5.5.1.

v0.1.8

29 Jun 13:26

Choose a tag to compare

Bump versions:

  • homebridge v0.4.44.

v0.1.7

17 Jun 10:18

Choose a tag to compare

Bump versions:

  • NodeJS v8.11.3;
  • homebridge v0.4.43.

v0.1.6

18 May 10:13

Choose a tag to compare

Bump node to v8.11.2 LTS.

v0.1.5

06 May 10:43

Choose a tag to compare

Bump homebridge to v0.4.42.

v0.1.4

29 Apr 09:05

Choose a tag to compare

Check whether running on macOS, see #3.

v0.1.2

01 Apr 12:55

Choose a tag to compare

Bump versions:

  • Node v8.11.1;
  • is-my-json-valid v2.17.2;
  • semver v5.5.0.

Use standard code style.