Skip to content

Commit

Permalink
v5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Feb 14, 2022
1 parent fadc6f9 commit a91af49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
12 changes: 9 additions & 3 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@

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

## 5.3.1
* Improvement: Performance-related updates that further refine the streaming and HKSV experiences.
* Fix: Ensure motion sensors are always reset when Homebridge starts, and that motion events are processed correctly when certain HKSV-adjacent edge cases take place.
* Fix: Cosmetic issue - we incorrectly logged that dynamic bitrates were enabled when they weren't.
* Housekeeping updates.

## 5.3.0
* New feature: enable or disable dynamic bitrate support for video. The [`Video.Dynamic.Bitrates` feature option](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md#video) defaults to disabled. Enabling it will have consequences for the Protect controller you should be aware of. Read the documentation for more information.

## 5.2.0
* New feature: enable or disable HKSV recording without having to enable or disable it within the Home app. This is useful in automation scenarios where you don't actually want to turn off HKSV, but you do want to control when it chooses to record - a feature Apple should really implement. New feature option [`Video.HKSV.Recording.Switch`](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md#video).
* Housekeeping.
* New feature: enable or disable HKSV recording without having to enable or disable it within the Home app. This is useful in automation scenarios where you don't actually want to turn off HKSV, but you do want to control when it chooses to record beyond the simple home/away options that Apple gives you. The new feature option is [`Video.HKSV.Recording.Switch`](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md#video).
* Housekeeping updates.

## 5.1.2
* Fix: honor a user-selected video encoder for HKSV.

## 5.1.1
* Housekeeping update.
* Housekeeping updates.

## 5.1.0
* New feature: Full HomeKit Secure Video support. No extra plugins and capabilities needed...in another open source community first, we use the Protect livestream API to directly access and maintain a HomeKit buffer. You don't need to explicitly enable it in a feature option...it just works...and is enabled by default. Of course there are a couple of [feature options you can configure](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/FeatureOptions.md#video) as well, if you want. You can read more about it [here](https://github.com/hjdhjd/homebridge-unifi-protect/blob/master/docs/HomeKitSecureVideo.md).
Expand Down
18 changes: 1 addition & 17 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": "5.3.0",
"version": "5.3.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 @@ -65,7 +65,6 @@
"main": "dist/index.js",
"dependencies": {
"@homebridge/camera-utils": "^2.0.4",
"execa": "=5.1.1",
"ffmpeg-for-homebridge": "^0.0.9",
"mqtt": "4.3.5",
"unifi-protect": "^3.0.2",
Expand Down

0 comments on commit a91af49

Please sign in to comment.