From 4bd610c20b30cc309ef88a3afe96c68c1d7df49e Mon Sep 17 00:00:00 2001 From: HJD Date: Mon, 30 Sep 2024 15:07:14 -0500 Subject: [PATCH] v2.4.0. --- docs/Changelog.md | 4 ++ homebridge-ui/public/index.html | 1 + package-lock.json | 118 ++++++++++++++++---------------- package.json | 8 +-- src/ratgdo-device.ts | 16 +++-- src/ratgdo-platform.ts | 4 +- 6 files changed, 79 insertions(+), 72 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 2408865..b200cc1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 2.4.0 (2024-09-30) + * Behavior change: HBR 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. + ## 2.3.3 (2024-09-24) * Improvement: better name resolution. * Housekeeping. diff --git a/homebridge-ui/public/index.html b/homebridge-ui/public/index.html index 1cfc11a..c48bc2f 100644 --- a/homebridge-ui/public/index.html +++ b/homebridge-ui/public/index.html @@ -69,6 +69,7 @@
Introduction
Plugins by HJD: