Skip to content

Commit

Permalink
v7.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Dec 28, 2024
1 parent 1051990 commit 04339ac
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 126 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/).

## 7.10.1 (2024-12-27)
* Housekeeping.

## 7.10.0 (2024-12-22)
* Breaking change: node 18 is no longer supported. The minimum version required for HBUP as of this release is node 20.
* New feature: MQTT support for doorbell authentication, including NFC card information, when available. See the [MQTT documentation](https://github.com/hjdhjd/homebridge-unifi-protect/blob/main/docs/MQTT.md) for details.
Expand Down
192 changes: 71 additions & 121 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "7.10.0",
"version": "7.10.1",
"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 @@ -77,8 +77,8 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "2.0.0",
"ffmpeg-for-homebridge": "^2.1.7",
"homebridge-plugin-utils": "^1.12.0",
"unifi-protect": "^4.18.0",
"homebridge-plugin-utils": "^1.13.0",
"unifi-protect": "^4.19.0",
"ws": "8.18.0"
},
"devDependencies": {
Expand All @@ -89,9 +89,9 @@
"homebridge": "1.8.4",
"shx": "0.3.4",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1"
"typescript-eslint": "8.18.2"
},
"optionalDependencies": {
"bufferutil": "4.0.8"
"bufferutil": "4.0.9"
}
}
Loading

0 comments on commit 04339ac

Please sign in to comment.