From 90eeb20466e84eff01199df4a5dd204ae2bc06dd Mon Sep 17 00:00:00 2001 From: john30 Date: Tue, 25 Dec 2018 13:48:38 +0100 Subject: [PATCH] updated --- ChangeLog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0d8ae104..54d18d8b 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,7 +3,18 @@ ## Bug Fixes * fix for missing MQTT subscription after broker reconnect * fix for answering to first scan only in answer mode -* fix don't add transfer latency to receive timeout when acting as SYN generator +* fix dont add transfer latency to receive timeout when acting as SYN generator +* fix for bit combinations during write to SymbolString +* fix for MQTT handling after broker disconnect +* fix for NaN in JSON +* fix for deadlock in libmosquitto + +## Features +* wait for being online before starting and automatically restart after 30 seconds +* added "--mqttchanges" option to only publish changed messages and changed to publish all messages by default +* added "--mqttclientid" to set own client ID instead of using the default +* added support for single quotes to all commands +* added "--mqttlog" and "--mqttversion" options # 3.2 (2018-05-10)