Skip to content

Commit

Permalink
v3.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 6, 2020
1 parent 19a2a9d commit 8afc5b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 3.6.1
## 3.6.2 (2020-09-05)
* Minor bugfixes and dependency updates.

## 3.6.1 (2020-09-03)
* Update to support older versions of Node.

## 3.6.0
## 3.6.0 (2020-09-03)
* **This version requires homebridge 1.1.3 or greater. Video streaming will not work unless you upgrade your homebridge version.** The updated version of homebridge resolves a long-standing issue relating to those who can get snapshots but not stream video. The source of the issue is related to network interface and IP address confusion that should now be resolved.
* New feature: Motion trigger switches. You can automate the triggering of a motion event. See the new `MotionTrigger` [feature option](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/FeatureOptions.md) for details.
* Enhancement: Security system alarm support. You can now optionally add in support for setting and clearing alarm states on the security system accessory. See the [liveview scenes documentation](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/Liveviews.md#security-system) for more details.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect2",
"version": "3.6.1",
"version": "3.6.2",
"displayName": "Homebridge UniFi Protect",
"description": "Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers.",
"author": "HJD https://github.com/hjdhjd",
Expand Down Expand Up @@ -81,7 +81,7 @@
"ffmpeg-for-homebridge": "0.0.9",
"get-port": "^5.1.1",
"mqtt": "^4.2.1",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"ws": "^7.3.1"
}
}

0 comments on commit 8afc5b9

Please sign in to comment.