|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200812 (since mega-20200801) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: wo 12 aug 2020 23:29:35 CEST |
| 6 | + |
| 7 | +Gijs Noorlander (19): |
| 8 | + [Python] Update of python packages in requirements.txt |
| 9 | + [C011] Fix incorrect load/save settings. |
| 10 | + [Uncrustify] Clean up C011 code using Uncrustify. |
| 11 | + [Blynk] Make C015 Blynk controller compile again |
| 12 | + Include C015 in the custom build for testing |
| 13 | + [GPS] Apply sanity check on received data. |
| 14 | + [Rules Timer] Use scheduler for rules timer |
| 15 | + [Timers] Make loop timers with fixed interval and nr of loops |
| 16 | + [Docs] Add documentation for msec timers and loop timers |
| 17 | + [Timers] Cleanup of timer code. |
| 18 | + [Scheduler] Move global scheduler functions into C++ class |
| 19 | + [Timers] Change interval timer defines into enum class |
| 20 | + [Scheduler] Change plugin pointer type into enum class |
| 21 | + [Dallas iButton] Enable interrupts when no sensor found |
| 22 | + [Dallas] Fix NoInterrupt calls for ESP32 |
| 23 | + Uncrustify both Dallas plugins |
| 24 | + [Dallas] Make sure function forward declaration is on one line |
| 25 | + [Dallas] Add warning about the need for a pull up |
| 26 | + [Docs] Update mentioned dates of introduced feature |
| 27 | + |
| 28 | +TD-er (1): |
| 29 | + [Dallas] Enable interrupts when no sensor found |
| 30 | + |
| 31 | +Wiki591 (1): |
| 32 | + Update URLs.rst |
| 33 | + |
| 34 | +jimmys01 (1): |
| 35 | + [IR] Update Library |
| 36 | + |
| 37 | +tonhuisman (4): |
| 38 | + [Docs] Update [P036] documentation that went missing |
| 39 | + [P010] Changes to enable use on ESP32 (#3175) |
| 40 | + [P010] Remove some left-overs from testing |
| 41 | + [P010] Correction in I2C handing, and fix for old issue |
| 42 | + |
| 43 | + |
1 | 44 | -------------------------------------------------
|
2 | 45 | Changes in release mega-20200801 (since mega-20200721)
|
3 | 46 | -------------------------------------------------
|
|
0 commit comments