Skip to content

Commit ca0be3f

Browse files
committed
automatically updated release notes for mega-20201102
1 parent 35f165f commit ca0be3f

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

dist/Release_notes.txt

+68
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
-------------------------------------------------
2+
Changes in release mega-20201102 (since mega-20201022)
3+
-------------------------------------------------
4+
5+
Release date: ma 2 nov 2020 12:59:12 CET
6+
7+
TD-er (41):
8+
[Webserver] Move WebServer_xxx.ino to src/WebServer/...cpp
9+
[WebServer] Add .h files for moved WebServer_xxx.ino
10+
[Cleanup] Move Controller.ino and ESPEasyRules.ino to .cpp/.h
11+
[Cleanup] Move ESPEasy_Log.ino and Serial.ino to .cpp/.h
12+
[Cleanup] Strip almost all from ESPEasy_fdwdecl.h
13+
[Build] Disable Settings Archive on limit build size builds.
14+
[Build] Fix build issues reported by Travis
15+
[Build] Some extra build issues with specific custom builds
16+
[Cleanup] Convert StringProvider.ino to .cpp/.h
17+
[Cleanup] Convert ESPEasyStatistics.ino to .cpp/.h
18+
[Cleanup] Convert LoRa TTN .ino to .cpp/.h
19+
[Cleanup] Convert Modbus.ino to .cpp/.h
20+
[Cleanup] strip ESPEasy-Globals.h + check #include "ESPEasy_common.h"
21+
[Build] Fix missing include for VCC builds
22+
[Cleanup] Move enum/define only files to DataTypes & CustomBuild folder
23+
[Cleanup] Move _CPluginHelper to src/Helpers/ folder
24+
[Cleanup] Rename src/WebServer/WebServer_* to src/WebServer/*
25+
[Cleanup] Move WiFi/Ethernet code to ESPEasyCore directory
26+
[Cleanup] Make sure _Plugin_Helper.h is included before #ifdef USES_xxx
27+
[Cleanup] Make sure _Plugin_Helper.h is included before #ifdef USES_xxx (2)
28+
Fix dependency in SDM Energy Meter library
29+
Fix missing rename of ser/WebServer/WebServer_ includes
30+
Fix merge issues after GPIO PR merged
31+
[Cleanup] Move ESPeasyGPIO.ino to ESPEasyCore/ESPEasyGPIO.cpp/.h
32+
Fix missing include in C005
33+
Don't call PLUGIN_WRITE on inactive tasks (#3317)
34+
Fix GPIO command from dashboard.esp broken
35+
[WiFi] Move global ESPEasy WiFi runtime data to single struct
36+
[Build IR] Do not exclude IR lib on Custom build
37+
Add custom_IR_ESP8266_4M1M PIO environment
38+
[Servo] Log error when servo command is used while servo not in build
39+
[WiFi] Move WiFi state logic to WiFiEventData struct
40+
[WiFi] Fix recursive calls to WiFiConnected() + limit reconnect rate
41+
[WiFi] Fix build issue for _VCC builds
42+
[MQTT] Fix gpio command sent from MQTT (#3344)
43+
[MQTT] Fix command handling for PiDome MQTT
44+
[Task command] Fix taskenable / taskdisable commands
45+
[TSL2591] Check sensor before reading + speedup
46+
[TSL2591] Perform async reading of sensor prevent blocking calls
47+
[TSL2591] Force disable sensor after timeout + log duration
48+
[Docs] Describe how to iterate over a lookup table using rules
49+
50+
Thomas (13):
51+
Added Wake On LAN Plugin P101
52+
Updated Command.rst for Wake On LAN Plugin P101
53+
Added Doc files for Wake On LAN Plugin P101
54+
Update _plugin_categories.repl
55+
Updated ReadTheDocs for P075 Nextion.
56+
Update P075 and P079 Plugin Docs
57+
Update _P101_WakeOnLan.ino
58+
Add WakeOnLan V1.1.6 Library
59+
Update _P101_WakeOnLan.ino
60+
Rename P101_WakeOnLan.rst to P101.rst
61+
Add Doc File Missing in PR #3328
62+
Add doc file missing in PR 3328
63+
Add missing doc file for PR 3328
64+
65+
stefan (1):
66+
[ArduinoIDE] Fix include path for new structure
67+
68+
169
-------------------------------------------------
270
Changes in release mega-20201022 (since mega-20201016)
371
-------------------------------------------------

0 commit comments

Comments
 (0)