From ca0be3f62a9e5cbd28594c3c27e096d1e3d54a9b Mon Sep 17 00:00:00 2001 From: TD-er Date: Mon, 2 Nov 2020 12:59:12 +0100 Subject: [PATCH] automatically updated release notes for mega-20201102 --- dist/Release_notes.txt | 68 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/dist/Release_notes.txt b/dist/Release_notes.txt index 0cca0953bd..f482d2efd4 100644 --- a/dist/Release_notes.txt +++ b/dist/Release_notes.txt @@ -1,3 +1,71 @@ +------------------------------------------------- +Changes in release mega-20201102 (since mega-20201022) +------------------------------------------------- + +Release date: ma 2 nov 2020 12:59:12 CET + +TD-er (41): + [Webserver] Move WebServer_xxx.ino to src/WebServer/...cpp + [WebServer] Add .h files for moved WebServer_xxx.ino + [Cleanup] Move Controller.ino and ESPEasyRules.ino to .cpp/.h + [Cleanup] Move ESPEasy_Log.ino and Serial.ino to .cpp/.h + [Cleanup] Strip almost all from ESPEasy_fdwdecl.h + [Build] Disable Settings Archive on limit build size builds. + [Build] Fix build issues reported by Travis + [Build] Some extra build issues with specific custom builds + [Cleanup] Convert StringProvider.ino to .cpp/.h + [Cleanup] Convert ESPEasyStatistics.ino to .cpp/.h + [Cleanup] Convert LoRa TTN .ino to .cpp/.h + [Cleanup] Convert Modbus.ino to .cpp/.h + [Cleanup] strip ESPEasy-Globals.h + check #include "ESPEasy_common.h" + [Build] Fix missing include for VCC builds + [Cleanup] Move enum/define only files to DataTypes & CustomBuild folder + [Cleanup] Move _CPluginHelper to src/Helpers/ folder + [Cleanup] Rename src/WebServer/WebServer_* to src/WebServer/* + [Cleanup] Move WiFi/Ethernet code to ESPEasyCore directory + [Cleanup] Make sure _Plugin_Helper.h is included before #ifdef USES_xxx + [Cleanup] Make sure _Plugin_Helper.h is included before #ifdef USES_xxx (2) + Fix dependency in SDM Energy Meter library + Fix missing rename of ser/WebServer/WebServer_ includes + Fix merge issues after GPIO PR merged + [Cleanup] Move ESPeasyGPIO.ino to ESPEasyCore/ESPEasyGPIO.cpp/.h + Fix missing include in C005 + Don't call PLUGIN_WRITE on inactive tasks (#3317) + Fix GPIO command from dashboard.esp broken + [WiFi] Move global ESPEasy WiFi runtime data to single struct + [Build IR] Do not exclude IR lib on Custom build + Add custom_IR_ESP8266_4M1M PIO environment + [Servo] Log error when servo command is used while servo not in build + [WiFi] Move WiFi state logic to WiFiEventData struct + [WiFi] Fix recursive calls to WiFiConnected() + limit reconnect rate + [WiFi] Fix build issue for _VCC builds + [MQTT] Fix gpio command sent from MQTT (#3344) + [MQTT] Fix command handling for PiDome MQTT + [Task command] Fix taskenable / taskdisable commands + [TSL2591] Check sensor before reading + speedup + [TSL2591] Perform async reading of sensor prevent blocking calls + [TSL2591] Force disable sensor after timeout + log duration + [Docs] Describe how to iterate over a lookup table using rules + +Thomas (13): + Added Wake On LAN Plugin P101 + Updated Command.rst for Wake On LAN Plugin P101 + Added Doc files for Wake On LAN Plugin P101 + Update _plugin_categories.repl + Updated ReadTheDocs for P075 Nextion. + Update P075 and P079 Plugin Docs + Update _P101_WakeOnLan.ino + Add WakeOnLan V1.1.6 Library + Update _P101_WakeOnLan.ino + Rename P101_WakeOnLan.rst to P101.rst + Add Doc File Missing in PR #3328 + Add doc file missing in PR 3328 + Add missing doc file for PR 3328 + +stefan (1): + [ArduinoIDE] Fix include path for new structure + + ------------------------------------------------- Changes in release mega-20201022 (since mega-20201016) -------------------------------------------------