|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20180111 (since v2.0-20180110) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: Thu Jan 11 05:00:08 CET 2018 |
| 6 | + |
| 7 | +Alexander Schulz (1): |
| 8 | + improvement: Configurable number of tasks for "Devices" page (TASKS_P… |
| 9 | + |
| 10 | +BadWolf42 (1): |
| 11 | + Dallas Plugin enhanced : no more "delay()" (#488) |
| 12 | + |
| 13 | +Bartłomiej Zimoń (1): |
| 14 | + Update _C002.ino (#645) |
| 15 | + |
| 16 | +DaM (1): |
| 17 | + [Domoticz HTTP] Compatibility fix for BMP280 (#636) |
| 18 | + |
| 19 | +ESPEasy release bot (5): |
| 20 | + created releasebot script |
| 21 | + automaticly updated release notes for mega-01022018 |
| 22 | + automaticly updated release notes for mega-01032018 |
| 23 | + changed date format of nightly builds |
| 24 | + automaticly updated release notes for mega-20180104 |
| 25 | + |
| 26 | +Edwin Eefting (22): |
| 27 | + keep TASKS_PER_PAGE at default value of 4 |
| 28 | + fix plugin id (starting with a 0 makes it octal in c++ :( ) |
| 29 | + fix warnings |
| 30 | + fixed bug in oled upstream lib |
| 31 | + test fixes |
| 32 | + smooth out testing code |
| 33 | + esptest stuff |
| 34 | + fix travis build errors. disable cpp checking for now |
| 35 | + set lcd to NULL by default. #584 |
| 36 | + fix illegal string manipulations in PLUGIN_WRITE for some plugins. fixes #347 and #460 |
| 37 | + fix #588. parseTemplate() now only checks enabled taskes for [] macros |
| 38 | + testing for ds18b20 |
| 39 | + updated travis link to reflect v2.0 |
| 40 | + changed readme to reflect mega branch and automated builds |
| 41 | + updates version numbering documentation |
| 42 | + changed devicecombobox handling to save a lot of memory on device page. fixes #654 #676 and could be triggered by #683 in some cases. |
| 43 | + oops...somehow git did made some changes :( |
| 44 | + copied test-stuff from mega to v2.0 to do some testing |
| 45 | + analysed some code and added comments |
| 46 | + test suite fixes |
| 47 | + added frame oled test |
| 48 | + working on http mocker for test suite |
| 49 | + |
| 50 | +GHolli (1): |
| 51 | + Cosmetics: fixing typos. (#628) |
| 52 | + |
| 53 | +Gijs Noorlander (14): |
| 54 | + P028 to support both BME280 and BMP280 to reduce resource usage (#481) |
| 55 | + Single function for format to user defined number decimals (#482) |
| 56 | + OLED framed improve header footer (#495) |
| 57 | + [SSD1306] Feature/oled 1306 library upgrade (#501) |
| 58 | + [MH-Z19] Allow for B-version and add filtering (#525) |
| 59 | + Support both SSD1306 and SH1106 OLED in OLED_Framed plugin (#509) |
| 60 | + [LCD plugin] Added check of LCD object before dereferencing it (#584) |
| 61 | + [P039 Thermocouple] Handling negative values and proper error logging (#586) |
| 62 | + Reduce iRAM usage for plugins using SoftwareSerial (#631) |
| 63 | + [Security] Add IP-based filtering to web interface and http-commands. (#653) |
| 64 | + [SDS011] Allow the sensor to sleep to extend sensor lifetime (#668) |
| 65 | + [CPPcheck] v2.0 ControllerSettingsStruct some variables not initialized (#692) |
| 66 | + Merge/v2.0 dev13 to mega (#695) |
| 67 | + [v2.0_kamstrup] Plugin configuration does not load (#697) |
| 68 | + |
| 69 | +Grovkillen (6): |
| 70 | + Added categories... (#552) |
| 71 | + Changed bin file names to be more descriptive. (#597) |
| 72 | + Move "TTP229 keypad" and "Encoder" plugin from "testing" to "normal" (#619) |
| 73 | + Updated ESPTOOLS.exe from 0.4.6 to 0.4.12 (#627) |
| 74 | + Updated "/pinstates" page: Made the plugin number column display "P001" instead of "1" and "P012" instead of "12". |
| 75 | + Update README.md |
| 76 | + |
| 77 | +M0ebiu5 (1): |
| 78 | + P022_PCA9685 added change frequency - P038_NeoPixel added RGBW strips (SK6812) (#638) |
| 79 | + |
| 80 | +Michael (2): |
| 81 | + WebServer.ino: enhance handle_SDfilelist() (#507) |
| 82 | + src/Hardware.ino: make it possible to use GPIO-0 (D3) as Pin_sd_cs (#508) |
| 83 | + |
| 84 | +Sen Haerens (1): |
| 85 | + Enhanced system info layout (#624) |
| 86 | + |
| 87 | +SightofSilence (1): |
| 88 | + Add System Variable for day, month and year / Fix for "Calculate" function to recognize minus-sign (#485) |
| 89 | + |
| 90 | +SloMusti (1): |
| 91 | + implemewnted web activity timer tracker (#462) |
| 92 | + |
| 93 | +Tomasz Torcz (1): |
| 94 | + retain MQTT LWT messages (#516) |
| 95 | + |
| 96 | +denisfrench (1): |
| 97 | + Set MQTT clientid to %sysname% +/- Settings.Unit (#431) (#436) |
| 98 | + |
| 99 | +fensoft (1): |
| 100 | + added #define FEATURE_SD (permit a flash size reduction of ~10k) (#568) |
| 101 | + |
| 102 | +hatzlhoffer (1): |
| 103 | + added new display size 128x32 (#545) |
| 104 | + |
| 105 | +krikk (1): |
| 106 | + added support for the TSL2591 Sensor based on Adafruit Library (#661) |
| 107 | + |
| 108 | +mvdbro (8): |
| 109 | + First preparations for ESP32 |
| 110 | + ESP32 IRAM/Deepsleep |
| 111 | + ESP32 Rules/ADC/PWM |
| 112 | + ESP32 fix FreeRAM reporting |
| 113 | + ESP32 Enabled OTA |
| 114 | + ESP32 fix UDP instability |
| 115 | + ESP32 fixed chunked HTTP transfer |
| 116 | + Fix #599 |
| 117 | + |
| 118 | +papperone (3): |
| 119 | + Plugin 073 - 7-segment display plugin TM1637/MAX7219 |
| 120 | + Update _P073_7DGT.ino (#553) |
| 121 | + deleted GPIO notes referring to 75HC595 not supported (#591) |
| 122 | + |
| 123 | +paulv888 (1): |
| 124 | + usesID = true (#666) |
| 125 | + |
| 126 | +s0170071 (2): |
| 127 | + split IP addrress (#605) |
| 128 | + fix chunking (#649) |
| 129 | + |
| 130 | +sakinit (1): |
| 131 | + Fix p1 wifi gateway module (#587) |
| 132 | + |
| 133 | + |
1 | 134 | -------------------------------------------------
|
2 | 135 | Changes in release mega-20180104 (since mega-01032018)
|
3 | 136 | -------------------------------------------------
|
|
0 commit comments