Skip to content

Commit

Permalink
v6.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Feb 11, 2024
1 parent cf22e33 commit 8868665
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 54 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/).

## 6.18.0 (2024-02-11)
* New feature: Stream cropping. You can now selectively crop your Protect video stream feed in HBUP. This option will force transcoding on in all circumstances when viewing livestreams. My thanks to @dansimau for the initial PR that implemented this feature and contributed it to the community. This feature utilized the FFmpeg crop filter behind the scenes - you can read more about how cropping in FFmpeg works in the FFmpeg documentation to orient yourself if you're struggling with this feature at first. My recommendation: play with it and you'll eventually get a feel for the settings if they don't seem intuitive at first.
* Improvement: Protect device availability is now provided to HomeKit on a realtime basis. This should help folks more easily see when devices are disconnected from the Protect controller.
* Housekeeping.

## 6.17.0 (2024-02-04)
* Improvement: add support for UniFi Protect-driven animal smart occupancy in the HBUP webUI.
* Housekeeping.
Expand Down
200 changes: 147 additions & 53 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.17.0",
"version": "6.18.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

0 comments on commit 8868665

Please sign in to comment.