From 3041367a36e3a048f5f84f69d620527ffa79ee8c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 5 Jul 2019 16:07:44 +0200 Subject: [PATCH] Release 6.6 Release 6.6 --- RELEASENOTES.md | 1 + sonoff/_changelog.ino | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fa20871e5..0c1e647ba 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -226,6 +226,7 @@ Core version **2.5.2** binaries can be found at http://thehackbox.org/tasmota/re ## Changelog Version 6.6.0 20190707 * Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up + * Remove MQTT uptime message every hour * Refactor some defines to const * Refactor webserver HTML input, button, textarea, and select name based on id * Refactor webserver sensor data collection diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 1b257345f..0b338c5fb 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,6 +1,7 @@ /*********************************************************************************************\ * 6.6.0 20190707 * Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up + * Remove MQTT uptime message every hour * Refactor some defines to const * Refactor webserver HTML input, button, textarea, and select name based on id * Refactor webserver sensor data collection