Skip to content

Commit

Permalink
v7.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 16, 2024
1 parent 8cad990 commit e82e112
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.3.1 (2024-09-15)
* Housekeeping.

## 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/FeatureOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ These option(s) apply to: Protect cameras.
| Option | Description
|--------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| `Video.Transcode.Hardware` | Use hardware-accelerated transcoding when available (Apple Macs, Intel Quick Sync Video-enabled CPUs, Raspberry Pi 4). **(default: disabled)**.
| `Video.Stream.UseApi` | Use the native Protect livestream API to view livestreams (Experimental). **(default: disabled)**.
| `Video.Stream.UseApi` | Use the native Protect livestream API to view livestreams. **(default: enabled)**.
| `Video.Transcode` | When streaming to low-latency clients (e.g. at home), transcode livestreams, instead of transmuxing them. **(default: enabled)**.
| `Video.Transcode.Bitrate<I>.Value</I>` | Bitrate, in kilobits per second, to use when transcoding to low-latency (e.g. at home) clients, ignoring the bitrate HomeKit requests. HomeKit typically requests lower video quality than you may desire in your environment. **(default: 2000)**.
| `Video.Transcode.HighLatency` | When streaming to high-latency clients (e.g. cellular connections), transcode livestreams instead of transmuxing them. **(default: enabled)**.
Expand Down
4 changes: 2 additions & 2 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": "7.3.0",
"version": "7.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

0 comments on commit e82e112

Please sign in to comment.