From fa7e1e4bffb66525afe1dab6bd7338978429355a Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 24 Jun 2018 18:26:02 +0200 Subject: [PATCH] set version info v0.6 --- CHANGES.md | 9 +++++++++ global.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 41fd01d..558828c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ **Usage note:** please add new changelog information here at the beginning +##### 2018-06-24 v0.6 +* make debug output on serial console configurable +* fix Firefox issue in edit channel names (thanks to sidddy) +* add mqtt "sendconfig" command: "cmd/jarolift/sendconfig". the dongle replies with json encoded config data +* check and confirm running with ESP8266 core 2.4.1 +* WebUI: enhance layout of system menu, display version +* system menu: serial number prefix is displayed and configurable in hexadecimal now +* system menu: new field: device counter now configurable + ##### 2018-06-09 v0.6-rc2 * add logging of WiFi connect and disconnect events. WiFi reconnect works well when compiled with ESP8266 core 2.3.0 diff --git a/global.h b/global.h index 817dbe9..0520048 100644 --- a/global.h +++ b/global.h @@ -18,7 +18,7 @@ #ifndef GLOBAL_H #define GLOBAL_H -#define PROGRAM_VERSION "v0.6-rc2" +#define PROGRAM_VERSION "v0.6" #define ACCESS_POINT_NAME "Jarolift-Dongle" // default SSID for Admin-Mode #define ACCESS_POINT_PASSWORD "12345678" // default WLAN password for Admin-Mode