Skip to content

Commit

Permalink
v3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 27, 2020
1 parent bea14e9 commit b79a397
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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/).

## 3.5.1 (2020-08-27)
* Minor fixes and address a potential ffmpeg edge case.

## 3.5.0 (2020-08-26)
* New feature: Two-way audio support for doorbells and cameras that support it. For those who have G4 Doorbells, you now have the ability to use two-way audio...with a catch. Automatic echo cancellation (AEC) is unavailable which means you'll hear your own voice. [Read more here](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/Doorbell.md#doorbell-twoway). Note: this support is untested on the UniFi Protect G3 Mini, but I expect it should work given the consistency in Ubiquiti's implementation. Enjoy. :smile:
* Enhancement: Improved default network interface detection.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect2",
"version": "3.5.0",
"version": "3.5.1",
"displayName": "Homebridge UniFi Protect",
"description": "Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers.",
"author": "HJD https://github.com/hjdhjd",
Expand Down Expand Up @@ -66,7 +66,7 @@
"main": "dist/index.js",
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "^14.6.0",
"@types/node": "^14.6.1",
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^3.10.1",
Expand Down

0 comments on commit b79a397

Please sign in to comment.