From 143ff8d963d3711874e89ca334e670442bc8a4f9 Mon Sep 17 00:00:00 2001 From: HJD Date: Tue, 3 Nov 2020 19:51:39 -0600 Subject: [PATCH] v4.0.1. --- docs/Changelog.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index b71a2d7..4ba1ff7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 4.0.1 (2020-11-03) + * Fix for a regression related to event detection on non-UniFi OS platforms. + ## 4.0.0 (2020-11-01) * **IMPORTANT BREAKING CHANGE**: many of the [feature options](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md) have had their names change (mostly minor changes) in order to create clear namespaces and provide more consistency throughout the plugin. As feature options have grown over time, I took a step back and wanted to rethink how to logically structure them and prepare for the future. Refer to the [feature options](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md) documentation for the complete reference, and update your feature options before you restart Homebridge. * New [feature option](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md): `Audio`. This will allow you to enable or disable audio support for cameras. diff --git a/package-lock.json b/package-lock.json index 76f0c79..1fc5e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b6129b..6918efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "4.0.0", + "version": "4.0.1", "displayName": "Homebridge UniFi Protect", "description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.", "author": "HJD https://github.com/hjdhjd",