Skip to content

Commit

Permalink
v6.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 26, 2023
1 parent 4bcf21d commit 704a8bd
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 73 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.13.0 (2023-08-26)
* Improvement: webUI enhancements. Users now default into the feature options tab, and new users will get a first run screen prompting for Protect controller and login credentials. Protect API errors are reported in the webUI. And more.
* Improvement: modernized and refined motion detection event delivery.
* Housekeeipng. Lots of housekeeping.

## 6.12.2 (2023-08-19)
## 6.12.1 (2023-08-19)
* Housekeeping.
Expand Down
132 changes: 66 additions & 66 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.12.2",
"version": "6.13.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 Expand Up @@ -82,15 +82,15 @@
"ws": "8.13.0"
},
"devDependencies": {
"@types/node": "20.5.1",
"@types/readable-stream": "4.0.1",
"@types/node": "20.5.6",
"@types/readable-stream": "4.0.2",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.48.0",
"homebridge": "1.6.1",
"nodemon": "3.0.1",
"rimraf": "5.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}

0 comments on commit 704a8bd

Please sign in to comment.