|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20201022 (since mega-20201016) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: do 22 okt 2020 16:46:23 CEST |
| 6 | + |
| 7 | +Gijs Noorlander (10): |
| 8 | + Fix merge issue merging GPIO core handling |
| 9 | + [GPIO core] Fix bool/boolean function declaration. |
| 10 | + Fix incorrect merge. |
| 11 | + Fix possible uninitialized current state in GPIO monitoring |
| 12 | + Fix merge issue due to renamed Command.ino |
| 13 | + Fix merge issue due to change to EventValueSource::Enum |
| 14 | + [Commands] Add event value source check for commands |
| 15 | + Fix merge issue WiFi process disconnect event should not disable webserver |
| 16 | + Fix merge issues |
| 17 | + [GPIO] Fix merge issues with recent scheduler changes. |
| 18 | + |
| 19 | +Plebs (26): |
| 20 | + Moved GPIO commands in the core |
| 21 | + fixed suggestions made by TD-er |
| 22 | + deprecating inpuswitchstate |
| 23 | + Moved GPIO commands in the core |
| 24 | + fixed suggestions made by TD-er |
| 25 | + deprecating inpuswitchstate |
| 26 | + Moved GPIO commands in the core |
| 27 | + fixed suggestions made by TD-er |
| 28 | + deprecating inpuswitchstate |
| 29 | + Merge branch 'new/gpiotimers' of https://github.com/giig1967g/ESPEasy into new/gpiotimers |
| 30 | + added selective command execution according to source |
| 31 | + added support for C002 (Domoticz MQTT) |
| 32 | + added C006, C014 and HTTP support |
| 33 | + Fixed lowercase bug #2841 |
| 34 | + gpio core commands: fixed couple of bugs |
| 35 | + gpio core commands: bug fixing |
| 36 | + added asyncevent in ExecuteCommand_all |
| 37 | + applied changes requested by TD-er |
| 38 | + updated chackValidPortRange function |
| 39 | + fixed function |
| 40 | + fixed JSON/OK return message in HTTP source |
| 41 | + fixed SONOFF setup and #2892 bug |
| 42 | + Fixed merge issues |
| 43 | + fixed "OK" in JSON in a more elegant way |
| 44 | + fixing merge issues |
| 45 | + final clean-up |
| 46 | + |
| 47 | +TD-er (10): |
| 48 | + Fix merge issues. |
| 49 | + Uncrustify MH-Z19 code |
| 50 | + [MH-Z19] Fix ABC not (re)set when filtering not used (#3237) |
| 51 | + [Domoticz MQTT] Fix Domoticz helper able to send internal commands |
| 52 | + [Domoticz] Document typical use case linking button + relay + Domoticz |
| 53 | + [Typo] Replace Celcius with Celsius |
| 54 | + [Nextion] Fix uninitialized variable warning |
| 55 | + Don't call PLUGIN_WRITE on inactive tasks (#3317) |
| 56 | + [Crashinfo] Decode last task before reboot |
| 57 | + [Crashinfo] Decode intended reboot reason |
| 58 | + |
| 59 | + |
1 | 60 | -------------------------------------------------
|
2 | 61 | Changes in release mega-20201016 (since mega-20201009)
|
3 | 62 | -------------------------------------------------
|
|
0 commit comments