From fe2849ec65608e4037026071c15d658a0a7d97d9 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Jan 2023 10:59:47 +0100 Subject: [PATCH] updated --- ChangeLog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d3ca48ce..49677cde 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,5 @@ -# next (tbd) -## Buf Fixes +# 23.1 (tbd) +## Bug Fixes * fix potentially invalid settings picked up from environment variables * fix potentially unnecessary arbitration start for non-enhanced proto * fix smaller issues in KNX integration @@ -8,13 +8,14 @@ * fix UDP based devices no longer working since 22.4 * fix for older SSL libraries not automatically retrying if necessary * fix enhanced side data transfer from device to host +* fix for fast participants starting immediately after own SYN at the end of a sent command ## Features * add support for setting visual ping, IP gateway, MAC from ID, and variant to ebuspicloader * add step variable for numeric values to message definition in MQTT integration * add yes/no values and writable heating curve to Home Assistant MQTT discovery integration * add device version to update check and switch to Home Assistant update integration for current update check and additionally for device -* add preferred language support to web services and use it instead of DE when configured +* add preferred language support to web services and use it instead of default LANG environment with fallback to German # 22.4 (2022-09-18)