Skip to content

Commit

Permalink
v7.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 7, 2024
1 parent f38a993 commit 2f63b88
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 72 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/).

## 7.7.1 (2024-10-06)
* **Note: FFmpeg v7.1 currently has fatal issues handling H.264 and HEVC decoding in certain scenarios. Unfortunately, this impacts HBUP as well as a lot of software out there. Until further notice, HBUP does not support FFmpeg versions above 7.0.x. If you have no idea what any of this means, that generally means you can ignore all this because things work fine in your environment. 😀**
* Housekeeping.

## 7.7.0 (2024-10-02)
* Behavior change: HBUP will now ensure HomeKit accessory names are compliant with [HomeKit's naming guidelines](https://developer.apple.com/design/human-interface-guidelines/homekit#Help-people-choose-useful-names). Invalid characters will be replaced with a space, and multiple spaces will be squashed.
* Housekeeping.
Expand Down
153 changes: 86 additions & 67 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "7.7.0",
"version": "7.7.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 @@ -76,17 +76,17 @@
"main": "dist/index.js",
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.3",
"ffmpeg-for-homebridge": "2.1.2",
"ffmpeg-for-homebridge": "2.1.3",
"homebridge-plugin-utils": "^1.9.0",
"unifi-protect": "^4.15.1",
"unifi-protect": "^4.16.0",
"ws": "8.18.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "2.8.0",
"@stylistic/eslint-plugin": "2.9.0",
"@types/node": "22.7.4",
"@types/readable-stream": "4.0.15",
"@types/ws": "8.5.12",
"eslint": "9.11.1",
"eslint": "9.12.0",
"homebridge": "1.8.4",
"shx": "0.3.4",
"typescript": "5.6.2",
Expand Down

0 comments on commit 2f63b88

Please sign in to comment.