Skip to content

Releases: ebaauw/homebridge-zp

v1.1.4

17 Dec 19:04
243be66
Compare
Choose a tag to compare

Enhancements

  • Add Sub Enabled characteristic to Speaker service, see #157;
  • ZpClient: Add getSubEnable() and setSubEnable().
  • zp: Add zp subEnable [on|off].

Bug Fixes

  • TV inputs not always set correctly on startup;
  • ZpClient: getEq() always returned false.

Bump Dependencies

  • NodeJS v14.15.2 LTS;
  • homebridge-lib v4.8.4.

v1.1.3

05 Dec 23:57
a52c342
Compare
Choose a tag to compare

Bug Fixes

  • Some unchecked errors could cause Homebridge to quit, see #154.

v1.1.2

05 Dec 16:44
5195056
Compare
Choose a tag to compare

Bug Fixes

  • zp: Fix wrong error message (stack trace) when specifying illegal host value with -H.

Bump Dependencies

  • homebridge-lib v4.8.3.

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.