From 4ddc8804c60e0ef194195c8f9d5388664be48ea9 Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 26 Nov 2021 22:36:34 +0000 Subject: [PATCH] Release notes for 1.1.33 --- README.md | 2 ++ docs/ReleaseNotes.md | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 77cffcb..aae852a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ## Compatibility with previous versions +**From version 1.1.33, MQTT-Thing requires Node.js 14 or later.** + **From version 1.1.x, raw JavaScript values for Boolean properties are passed to MQTT apply functions.** This may change published message formats, e.g. when apply functions are used to build JSON strings. For full details of changes please see the [Release notes](docs/ReleaseNotes.md). diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 3ddc3bb..0c32256 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -5,6 +5,16 @@ # Homebridge MQTT-Thing: Release Notes +### Version 1.1.33 ++ Revert change in 1.1.32. MQTT-Thing now requires Node.js 14 or later. ++ Engines updated to require Homebridge 1.3.5 and Node.js 14 (thanks, Donavan Becker) ++ Fixed typo in documentation (thanks, Brian White) ++ Fixed duration characteristic validation error message (thanks, Thomas Vandahl) ++ Moved codec loading earlier to allow codecs to manipulate the configuration (thanks, Martin) ++ Added water level characteristic to leak sensor (thanks, Moritz) ++ Added max wind and dewpoint characteristics to weather station (thanks, 2610) ++ Added jsonpath support (thanks, Antonio Yip) + ### Version 1.1.32 + Improve compatibility with older Node.js versions