Skip to content

Commit

Permalink
v6.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 11, 2023
1 parent e3c84bc commit 1f2ae38
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 85 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 6.14.0 (2023-09-11)
* New feature: you can now trigger doorbell ring events through MQTT. See the MQTT documentation reference for more details. Thanks to @glynd for the contribution.
* Fix: address two edge cases on which Protect camera streams are used when HBUP tries to be smart about selecting one to use. One edge case relates to hardware transcoding and the other to some of the more exotic camera resolutions Protect uses. Thanks to @bSr43 for encountering one part of this bug and raising it to my attention wherein I discovered the second part of my shame and corrected both problems.

## 6.13.1 (2023-08-26)
* Fix: ensure audio settings are honored for HKSV event recordings.

Expand Down
174 changes: 96 additions & 78 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.13.1",
"version": "6.14.0",
"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,17 +77,17 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "0.1.0",
"ffmpeg-for-homebridge": "0.1.4",
"mqtt": "5.0.3",
"mqtt": "5.0.5",
"unifi-protect": "4.6.1",
"ws": "8.13.0"
"ws": "8.14.1"
},
"devDependencies": {
"@types/node": "20.5.6",
"@types/node": "20.6.0",
"@types/readable-stream": "4.0.2",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.48.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"homebridge": "1.6.1",
"nodemon": "3.0.1",
"rimraf": "5.0.1",
Expand Down

0 comments on commit 1f2ae38

Please sign in to comment.