|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200515 (since mega-20200426) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: vr 15 mei 2020 23:10:38 CEST |
| 6 | + |
| 7 | +Gijs Noorlander (58): |
| 8 | + [ADC] Allow multiple instances of ADC plugin (ESP32) |
| 9 | + [ADC] Perform VCC read before starting any WiFi activity |
| 10 | + [ADC] Format using uncrustify |
| 11 | + [ADC] Perform ADC read at boot + improve filtering for P002_ADC |
| 12 | + [ADC] Add Touch/Hall Effect for ESP32 + ADC pin selection |
| 13 | + [Bitset operators] Use Arduino macros instead of our own functions |
| 14 | + [Touch] Split Touch Pad support into new plugin |
| 15 | + [Docs] Add documentation for P097_Touch and P095_ILI9341 |
| 16 | + [docs] Update docs for P002_ADC |
| 17 | + [PVS-Studio] sizeof(Device) -> Device.size() |
| 18 | + [PVS-Studio] EventStruct has no operator= |
| 19 | + [PVS-Studio] Not all members of a class are initialized |
| 20 | + [PVS-Studio] Missing break; in switch statement (C018 RN2483 TTN) |
| 21 | + [PVS-Studio] FrasmedOLED display pointer dereference before check !NULL |
| 22 | + [PVS-Studio] Error log in rules not complete |
| 23 | + [PVS-Studio] File info struct in webserver rules not all initialized |
| 24 | + [PVS-Studio] Redundant check in rules conditionMatchExtended |
| 25 | + [PVS-Studio] CWE-1164:The 'note' variable was assigned the same value. |
| 26 | + [PVS-Studio] ESPEasy p2p incorrect check for binary data |
| 27 | + [PVS-Studio] SSDP Specify printf format |
| 28 | + [PVS Studio] Framed OLED: Simplify check for turning on display |
| 29 | + [PVS-Studio] Suppress char out of range warning in static data |
| 30 | + [PVS-Studio] Fix 'dangerous' macro by using braces. |
| 31 | + [PVS-studio] Fix possible out of range array access |
| 32 | + [PVS-studio] Suppress char out of range warning in static data |
| 33 | + [PVS-Studio] Merge duplicate case statements |
| 34 | + [PVS-Studio] Use implicit cast to float in scheduler idle time stats |
| 35 | + [PVS-Studio] Remove unused variable in SenseAir plugin |
| 36 | + [PVS-Studio] Use correct array index in Plugin_Helper_serial.ino |
| 37 | + [ILI9341] Fix build error when building for 1M units |
| 38 | + [Core 2.7.0] Switch to esp8266/Arduino 2.7.0 |
| 39 | + [Build] Add custom_beta_1M build |
| 40 | + [Build] Rename PIO environments referring core_263 to core_270 |
| 41 | + [PIO] Generate filename at build, not in post processing |
| 42 | + [PIO] Fix showing binary file name in sysinfo page |
| 43 | + [PIO] Attempt to fix missing quote level in Linux |
| 44 | + [PIO] Fix Windows/Linux detection in number of quote levels |
| 45 | + [PIO] Final fix for proper quote level per OS + store build platform |
| 46 | + [PIO] Add Git branch description to build info |
| 47 | + [PIO] Move build environment to Python 3.8 as 2.7 is no longer supported |
| 48 | + [PIO] Python 3.8 requirements.txt list |
| 49 | + [PIO] Updated packages in Python 3.8 requirements.txt list |
| 50 | + [PIO] Relax PlatformIO version in requirements.txt to >= 4.3.3 |
| 51 | + [PIO] Use Python 3.8 on Vagrant/Ubuntu builds |
| 52 | + [PIO] GZip and copy files to build_output directory |
| 53 | + [PIO] Include PlatformIO env dump in build output for diagnostics |
| 54 | + [PIO] Update docs/requirements.txt |
| 55 | + [PIO] Compare build sizes when copying the build files. |
| 56 | + [PIO] Adopt deploy scripts to new situation where Python scripts do all |
| 57 | + [PIO] Split zip files in before_deploy |
| 58 | + [PIO] Zip docs dir recursive |
| 59 | + [PIO] Add missing parts in the included source dir in the build ZIP file |
| 60 | + [Vagrant] Fix issue where update fails due to Grub interactive update |
| 61 | + [Vagrant] Show Vagrant build as build origin on sysinfo page |
| 62 | + [Shelly PLUG-S] Add template + build definition for Shelly PLUG-S |
| 63 | + [PIO] Upgrade to platformio / platform-espressif8266 @2.5.0 |
| 64 | + [Docs] Describe files in nightly builds |
| 65 | + [RN2483] Controller should also send to TTN when not connected to WiFi |
| 66 | + |
| 67 | +sakinit (1): |
| 68 | + Fix ESP32 build if P001 is not included |
| 69 | + |
| 70 | + |
1 | 71 | -------------------------------------------------
|
2 | 72 | Changes in release mega-20200426 (since mega-20200410)
|
3 | 73 | -------------------------------------------------
|
|
0 commit comments