Skip to content

Commit

Permalink
v6.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Apr 11, 2023
1 parent 0a58344 commit 78a5a87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
3 changes: 3 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 6.4.2 (2023-04-11)
* Fix: correctly discern motion events when smart motion detection is disabled on smart motion detection capable cameras.

## 6.4.1 (2023-04-10)
## 6.4.0 (2023-04-10)
* Improvement: hardware accelerated decoding is always-on on macOS. This has no negative implications to quality, and is only a net quality-of-life for those running Homebridge on macOS.
Expand Down
14 changes: 2 additions & 12 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.4.1",
"version": "6.4.2",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand Down Expand Up @@ -72,7 +72,6 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.58.0",
Expand Down

0 comments on commit 78a5a87

Please sign in to comment.