From c5ddd7db85f16efc28e751785c46ebef10261e69 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 3 Mar 2016 10:35:32 +0100 Subject: [PATCH] 2016-03-03 version 0.5.9 - UPD: messages received over http have _http:true added to JSON - UPD: http publishes are displayed with grey user in Table --- Changelog | 3 +++ version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 59e402b..25eb5b8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2016-03-03 version 0.5.9 +- UPD: messages received over http have _http:true added to JSON +- UPD: http publishes are displayed with grey user in Table 2016-03-02 version 0.5.8 - FIX: topic missing in last/ diff --git a/version.h b/version.h index 03ac14b..df58ce8 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.5.8" +#define VERSION "0.5.9"