From 09071fa10dd83940e4ce5efb2b770d99a45b1396 Mon Sep 17 00:00:00 2001 From: Oliver Wagner Date: Mon, 22 Feb 2016 22:47:55 +0100 Subject: [PATCH] - document changes done by last PRs - rev 0.12 --- service.mqtt/addon.xml | 2 +- service.mqtt/changelog.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/service.mqtt/addon.xml b/service.mqtt/addon.xml index c81d37a..3a3e01a 100644 --- a/service.mqtt/addon.xml +++ b/service.mqtt/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/service.mqtt/changelog.txt b/service.mqtt/changelog.txt index 2a2a459..e5a21c9 100644 --- a/service.mqtt/changelog.txt +++ b/service.mqtt/changelog.txt @@ -1,3 +1,13 @@ +v0.12 - 2016-02-022 - markferry + - fix non-JSON case for handling command/notify + +V0.11 - 2016-02-22 - jvandenbroek + - optional ignore list to prevent certain content to be published as being + played back by a word match on title and/or path + - configurable push frequencies for details and progress + - automatically retry MQTT connections up to 20 times + - various minor fixes + v0.10 - 2016-01-30 - 2Zero - added TLS parameters to settings - noisy logging now optional via "Debug" settings switch