Skip to content

Commit

Permalink
v7.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 15, 2024
1 parent a768a94 commit da8930b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 7.3.0 (2024-09-15)
* New feature: Protect chimes now support all ringtones available, including custom ones. a switch will be created for each ringtone available.
* Improvement: improve performance on lower powered environments like Pi4.
* Housekeeping.

## 7.2.0 (2024-09-14)
* Behavior change: API livestreaming is now the default. You can revert to the former method, using RTSP streams if you prefer. **I intend to deprecate RTSP streaming at some future point.**
* Behavior change: The timeshift buffer is now mandatory in HBUP for HKSV. Latency issues make the legacy RTSP method extremely unreliable and I've decided to simplify and focus on a great HKSV experience at the expense of supporting low-power/limited CPU environments.
Expand Down
14 changes: 7 additions & 7 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-protect",
"version": "7.2.0",
"version": "7.3.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 @@ -78,7 +78,7 @@
"@homebridge/plugin-ui-utils": "1.0.3",
"ffmpeg-for-homebridge": "2.1.1",
"homebridge-plugin-utils": "^1.8.1",
"unifi-protect": "^4.12.0",
"unifi-protect": "^4.13.0",
"ws": "8.18.0"
},
"devDependencies": {
Expand Down

0 comments on commit da8930b

Please sign in to comment.