|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200913 (since mega-20200829) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: zo 13 sep 2020 0:11:35 CEST |
| 6 | + |
| 7 | +Gijs Noorlander (19): |
| 8 | + [Build] Change to esp8266/Arduino core 2.7.4 |
| 9 | + [Travis] Also update "core_273" to "core_274" in build names |
| 10 | + [new new] Prepare for upcoming changes of 'new' in esp8266/Arduino |
| 11 | + [build] Add build definition for 1M with Serial Switch. |
| 12 | + [build] Add Stable controller set to hard_LCtech_relay_x2_1M build |
| 13 | + Include debug logs and other removed features to reduce size LC_TECH_1M |
| 14 | + [Scheduler] Fix PLUGIN_TIMER_IN not being called (#3247) |
| 15 | + [Docs] Add some documentation on C011 Generic HTTP Advanced |
| 16 | + [HTTP Advanced] Do not percent-encode body (#1306) |
| 17 | + [HTTP Advanced] Optimize load/save settings + add send binary option. |
| 18 | + [Cleanup] Reduce memory usage on load/save C018 LoRaWAN RN2483 controller |
| 19 | + [RN2483] Call LoRaWAN module reset when LoRaWAN stack hangs (#3225 ) |
| 20 | + [C011] Use ESP8266HTTPClient library |
| 21 | + [C011] Fix build issue for older ESP8266 core versions |
| 22 | + [Travis] Disable core 2.4.2 builds as Travis can't install it anymore |
| 23 | + [C011] Improve logging + connection tracking. |
| 24 | + [C011] Split multiline headers + also parse url |
| 25 | + [Cleanup] Reduce memory usage when using ControllerSettings struct |
| 26 | + [VCC Build] Strip Servo, Blynk and Zabbix from test build to make it fit. |
| 27 | + |
| 28 | +Max Prokhorov (3): |
| 29 | + == INFINITY / NAN are bogus |
| 30 | + Update _P005_DHT.ino |
| 31 | + typo |
| 32 | + |
| 33 | +TD-er (14): |
| 34 | + Add gitpod config |
| 35 | + Sanitize Requirements.txt and switch to Python 3.8 |
| 36 | + Add Gitpod extensions |
| 37 | + Add VSCode Extentions |
| 38 | + Change bracket pair colorizer for one that installs in GitPod |
| 39 | + Remove PlatformIO Extension from GitPod.yml |
| 40 | + [Arduino IDE] Fix relative path for includes |
| 41 | + Document hardware bug on Wemos DHT shield (#2569) |
| 42 | + [ESP32] Core 2.0.0 released |
| 43 | + [PIO] Set minimum PlatformIO library to 5.0.1 |
| 44 | + Restore Requirements.txt after merge |
| 45 | + [Gitpod] Use pip3 as we need Python3 |
| 46 | + [Gitpod] Change init: into before: |
| 47 | + [Gitpod] Apparently Gitpod still uses Python 2.7 |
| 48 | + |
| 49 | +Ton Huisman (5): |
| 50 | + [Checks] Disallow - (dash) in tasknames This may *feel* like a breaking change, but using names with dash(es) doesn't properly work |
| 51 | + [Checks] Disallow all operators in tasknames |
| 52 | + [Checks] Update docs, disallow curly braces |
| 53 | + [Checks] Disallow round braces too |
| 54 | + [Checks] Update docs |
| 55 | + |
| 56 | +Toni (2): |
| 57 | + HeatpumpIR 1.0.16 update |
| 58 | + Build definition for image test_ESP32_IRExt_4M316k: |
| 59 | + |
| 60 | + |
1 | 61 | -------------------------------------------------
|
2 | 62 | Changes in release mega-20200829 (since mega-20200812)
|
3 | 63 | -------------------------------------------------
|
|
0 commit comments