Skip to content

Commit

Permalink
v7.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 20, 2024
1 parent bc75f8a commit 4029fcf
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 85 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.8.1 (2024-10-20)
* Housekeeping.

## 7.8.0 (2024-10-14)
* Behavior change: hardware acceleration is now enabled by default if it's available and detected as working by HBUP.
* Behavior change: the bundled FFmpeg no longer attempts to provide Intel QSV hardware acceleration support due to bugs in the QSV libraries when creating static FFmpeg builds.
Expand Down
160 changes: 80 additions & 80 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.8.0",
"version": "7.8.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,21 +76,21 @@
"main": "dist/index.js",
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.3",
"ffmpeg-for-homebridge": "^2.1.5",
"ffmpeg-for-homebridge": "^2.1.6",
"homebridge-plugin-utils": "^1.10.2",
"unifi-protect": "^4.16.0",
"ws": "8.18.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "2.9.0",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"@types/readable-stream": "4.0.15",
"@types/ws": "8.5.12",
"eslint": "9.12.0",
"eslint": "9.13.0",
"homebridge": "1.8.4",
"shx": "0.3.4",
"typescript": "5.6.3",
"typescript-eslint": "8.9.0"
"typescript-eslint": "8.10.0"
},
"optionalDependencies": {
"bufferutil": "4.0.8"
Expand Down

0 comments on commit 4029fcf

Please sign in to comment.