Releases: ebaauw/homebridge-zp
Releases · ebaauw/homebridge-zp
v0.2.35
Bug fix: crash on alarm, see #51.
v0.2.34
Enhancements:
- On multi-homed systems, find the own ipaddress in the same subnet as the zoneplayers. Hopefully the
host
parameter in config.json will no longer be needed;
- Improved shutdown handling.
v0.2.33
Bump versions:
- NodeJS v8.12.0;
- homebridge v0.4.45;
- homebridge-lib v1.0.8.
v0.2.32
Bug fixes.
- When member leaves a group and has no input selected, the Sonos accessory would incorrectly show On (play/pause) as true;
- Unknown track metadata, see #44.
v0.2.31
Enhancements:
- Correct handling of AVTransport event when zone player is on Airplay 2 input, see PR #39 and #43.
Bump versions:
- NodeJS v8.11.4;
- homebridge-lib v1.0.7;
- request v2.88.0;
- semver v5.5.1.
v0.2.29
Enhancements:
- Cancel subscriptions on exit (see #5).
Bug fixex:
- After a zone leaves a group, and the now standalone has no music source selected:
- The group for the now standalone zone would show On (play/pause) as true;
- The group for the now standalone zone would continue to show the track the old group was playing when the zone left the group.
Bump dependencies:
- homebridge v0.4.44;
- homebridge-lib v1.0.5.
v0.2.26
Enhancements:
- Support updating status LED (white indicator light) from HomeKit, see #28;
- Blink status LED on Indenfity from HomeKit, see #6;
- HTML decode info (current track) from radio stations.
v0.2.25
Enhancements:
- Check whether play/pause/stop/next/previous are currently available before issuing command to ZonePlayer to prevent UPnP 500 errors;
- More consistent log messages ("changed" and "set" from HomeKit perspective, as for other plugins);
- Leverage homebridge-lib for custom services and characteristics;
- Check for latest published version in NPM registry;
- Only call copyCoordinator once per Sonos event.
v0.2.24
Enhancements:
- Added Volume Change characteristic, similar to Track Change characteristic, so volume can be changed from HomeKit automations and/or Stateless Programmable Switches.
v0.2.23
Bug fix resubscribe would fail, causing homebridge-zp no longer to receive updates from the ZonePlayers, 30 minutes after starting homebridge.