|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200801 (since mega-20200721) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: za 1 aug 2020 16:27:55 CEST |
| 6 | + |
| 7 | +Chris-1965 (14): |
| 8 | + Fonts usage added |
| 9 | + minor formatting |
| 10 | + minor |
| 11 | + updated suggested requests |
| 12 | + chneged requested items from last pull request |
| 13 | + comment on pins added |
| 14 | + added cusrom-sample-h file to repository |
| 15 | + updated doc files |
| 16 | + also in ino file -> docs adapted |
| 17 | + new update |
| 18 | + changed fonts can disabled by define, font names instead of numbers |
| 19 | + resolved a bug : commands other than tft were all sucussfull. Also the output log moved in else otherwise message appears for all commands |
| 20 | + platformio changed |
| 21 | + Changed naming as proposed |
| 22 | + |
| 23 | +Gijs Noorlander (25): |
| 24 | + [Framed OLED] Add checks for display initialized |
| 25 | + [P036_FramedOLED] Reduce stack and heap memory usage |
| 26 | + [Web form] Force value in number field within given range |
| 27 | + [P036_FramedOLED] Uncrustify source code |
| 28 | + [Framed OLED] Move plugin data to separate .h/.cpp |
| 29 | + [Framed OLED] Clean up code + use temp. object for load/save lines |
| 30 | + [e-ink] Include LOLIN_EPD in the lib_deps to make it compile |
| 31 | + [Alternate WiFi] Use different SDK build for nodes with WiFi issues (#2931) |
| 32 | + [GCC 10] Fix compile issues with GCC 10.1 |
| 33 | + [Cleanup] Move RTC struct code to .h/.cpp |
| 34 | + [Build] Remove test VCC MDNS SD build from Travis build |
| 35 | + Fix build errors |
| 36 | + [ESP32] Fix build issue (spiffs.h vs SPIFFS.h) |
| 37 | + [ESP32 build] Fix build issues with lots of lib_ignore set (#3083) |
| 38 | + [Docs] Document /json and /csv URLs |
| 39 | + [Arduino] Update to core 2.7.3 |
| 40 | + [SDK] Disable alt_wifi and use SDK22x_191122 for all builds |
| 41 | + [Travis] Split builds in several jobs |
| 42 | + [Build] Do not generate .bin.gz for 1M builds as no support 2-step OTA |
| 43 | + [Build] Revert back to SDK22x_190703 + alt_wifi build |
| 44 | + [Build] Disable custom_alt_wifi_ESP8266_1M as it is too large |
| 45 | + [Build] Fix using GCC 10.1 toolchain |
| 46 | + [core_3.0.0 alpha] Fix build issue analog PWMRANGE |
| 47 | + Fix build issue on ESP32 finding SPIFFS.h |
| 48 | + [Travis] Enable some core 3.0.0 alpha (*_beta_*) builds |
| 49 | + |
| 50 | +Jean-Michel DECORET (6): |
| 51 | + Add eInk plugin |
| 52 | + Add SPI device type |
| 53 | + Optimize code: - remove unwanted output - move http answer only in debug mode - fix functions args to const - optimize parsing color data |
| 54 | + Remove useless comments Use BUILD_NO_DEBUG define Add display timings Fix input text to handle degress and monetary symbols (specific for adafruit gfx lib with eink screen) |
| 55 | + Fix documentation typo |
| 56 | + Fix documentation typo |
| 57 | + |
| 58 | +Michael Schröder (1): |
| 59 | + Decrease the longpress min interval to 500ms |
| 60 | + |
| 61 | +tonhuisman (4): |
| 62 | + [Build] Add P029 to PLUGIN_SET_ONLY_SWITCH |
| 63 | + [Build] Enable P029 for hard_shelly builds |
| 64 | + [Build] Move USES_DOMOTICZ logic together and in a more useful order |
| 65 | + [Build] Remove superfluous #defines |
| 66 | + |
| 67 | +uwekaditz (7): |
| 68 | + merged Release mega-20200328 |
| 69 | + [P036] Memory optimization (issue #2799) |
| 70 | + [P036] temporary pointer to P036_data_struct was not deleted |
| 71 | + [P036] merged with Tonis PR #3026 |
| 72 | + [P036] re-schedule Settings.TaskDeviceTimer after JumpToPage |
| 73 | + [P036] clearing window for scrolling lines was 1pix too large in y direction |
| 74 | + [P036] Fixed: display_indicator() crashed |
| 75 | + |
| 76 | + |
1 | 77 | -------------------------------------------------
|
2 | 78 | Changes in release mega-20200721 (since mega-20200720)
|
3 | 79 | -------------------------------------------------
|
|
0 commit comments