From 19d1d5bbbf72864101292520a1bdb7bcdbf91e8f Mon Sep 17 00:00:00 2001 From: HJD Date: Sat, 26 Aug 2023 19:11:54 -0500 Subject: [PATCH] v6.13.1. --- docs/Changelog.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 79fc8e7..8280b47 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 6.13.1 (2023-08-26) + * Fix: ensure audio settings are honored for HKSV event recordings. + ## 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. diff --git a/package-lock.json b/package-lock.json index 9d12727..c1d41b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-unifi-protect", - "version": "6.13.0", + "version": "6.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-unifi-protect", - "version": "6.13.0", + "version": "6.13.1", "license": "ISC", "dependencies": { "@homebridge/plugin-ui-utils": "0.1.0", diff --git a/package.json b/package.json index 9a03153..2fec28e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "6.13.0", + "version": "6.13.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": {