Skip to content

Releases: ebaauw/homebridge-zp

v1.1.1

24 Nov 21:08
a9137c1
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v14.15.1 LTS;
  • homebridge-lib v5.0.0;
  • debug v4.3.1.

v1.1.0

06 Nov 18:47
9e4f82c
Compare
Choose a tag to compare

NodeJS v14

With NodeJS v14.x becoming the current LTS version, I now develop and test my plugins against the latest v14 of NodeJS. A warning message will be issued when you run another version. This other version might just work, but I recommend to use the latest LTS version.
Note that, when upgrading (or downgrading) to different major NodeJS version, you need to re-build any package containing C++ components. Typically, this involves uninstalling and re-installing the package.

Enhancements

  • Add maxFavourites config.json setting to change the maximum number of TV input channels for supported Sonos favourites from the default 96 to a number between 16 and 96. Note that only input channels for actual favourites are shown, but resources are pre-allocated for the maximum number of supported input channels.

Bug Fixes

  • TypeError when exposing a Slave accessory. Need to lookup the master using the master's ID instead of the slave's ID. See Discord.

Bump Dependencies

  • NodeJS v14.15.0
  • homebridge-lib v4.8.0.

v1.0.41

09 Oct 08:41
80d1de7
Compare
Choose a tag to compare

Bump dependencies

  • NodeJS v12.19.0 LTS;
  • homebridge-lib v4.7.16;
  • debug v4.2.0.

v1.0.40

20 Sep 08:05
f1a45eb
Compare
Choose a tag to compare

Bug Fixes

  • Remove warning message on setting Repeat from HomeKit;
  • README: Replace "ZonePlayer" by "zone player" to indicate it's not a device type, see #145.

Bump dependencies

  • NodeJS v12.18.4 LTS;
  • homebridge-lib v4.7.15.

v1.0.39

13 Aug 10:09
92ce8a2
Compare
Choose a tag to compare

Enhancements

  • Perist Configured Name of the Television accessory, so the user changed name isn't reset on Homebridge restart;
  • Allow duration >0s <=60s;
  • Hide unconfigured Input Source services from settings page in Home app;
  • Add links to sponsor this project.

Bump Dependencies

  • NodeJS v12.18.3 LTS;
  • homebridge-lib v4.7.14.

v1.0.37

11 Jul 19:19
73f1873
Compare
Choose a tag to compare

Bump dependencies

  • NodeJS v12.18.2 LTS;
  • homebridge-lib v4.7.12.

The npm warning that bonjour-hap has been deprecated can be ignored.

v1.0.36

21 Jun 13:46
d610121
Compare
Choose a tag to compare

Enhancements

  • First attempt at dynamic log levels.

Bug fixes

  • zp command: TypeError when setting volume (or other numeric value), see #140.

Bump dependencies

  • NodeJS v12.18.1 LTS;
  • homebridge-lib v4.7.11.

v1.0.35

13 Jun 11:03
ff2fd60
Compare
Choose a tag to compare

Enhancements:

Bump dependencies:

  • NodeJS v12.18.0 LTS;
  • homebridge-lib v4.7.8;
  • chalk v4.1.0.

v1.0.34

31 May 09:00
c3b1bb8
Compare
Choose a tag to compare

Bug fixes:

  • Handle missing slave zone player, see #138.

Dump dependencies:

  • homebridge v1.1.0;
  • node v12.17.0 LTS;
  • homebridge-lib v4.7.7.

v1.0.32

23 May 13:26
2c335a3
Compare
Choose a tag to compare

Bug fix: TypeError when Sonos favourite contains multiple AlbumArtURI fields.