|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200608 (since mega-20200515) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: ma 8 jun 2020 22:51:44 CEST |
| 6 | + |
| 7 | +Bartlomiej Zimon (11): |
| 8 | + rfid events update for P008/P017/P040, plus send event after log line. |
| 9 | + PN532: remove hardcoded scl/sda pins reading and use hardware configuration instead |
| 10 | + PN532: update comment |
| 11 | + Webserver - add port number setting into Advanced options, resolves #3031 and #573 |
| 12 | + P2P: send and receive webserver port number, add port to link on rootpage #2252 |
| 13 | + NodeStruct: init webgui_portnumber value |
| 14 | + p2p infopacket - use low/highByte |
| 15 | + Webserver - increase BUILD number and set default value for port number |
| 16 | + Webserver port setting - add reboot note |
| 17 | + MDNS - send service with actual webserver port |
| 18 | + P2P: respect also build number in condition |
| 19 | + |
| 20 | +Florin (7): |
| 21 | + Adding buzzer capabilities back to ESP32. |
| 22 | + Allow to set the Latitude and longitude when resetting the firmware from custom.h or using the build_flags |
| 23 | + clean up code and variables when NOTIFIER_SET_NONE is defined. |
| 24 | + ESP32: Allow to select one of the two available SPI ports |
| 25 | + clean up code and variables when NOTIFIER_SET_NONE is defined. |
| 26 | + Fix for allowing negative timeOffset from UTC in constructor |
| 27 | + rename the tone to toneESP32 to be more specific |
| 28 | + |
| 29 | +Gijs Noorlander (27): |
| 30 | + [MQTT] Process publish LWT connect message asynchronous |
| 31 | + [MQTT] Stop trying to send LWT connected when client disconnects |
| 32 | + [LittleFS] Make switching between SPIFFS and LittleFS easy to do |
| 33 | + [ESPEasySerial] Update to v2.0.3 adding I2C UART to ESP32 + fix bug ESP32 |
| 34 | + [Build] Fix merge error |
| 35 | + [PIO] Move to esp8266/Arduino core 2.7.1 |
| 36 | + [PIO] Hide deprecated warning for SPIFFS |
| 37 | + [Vagrant] Fix vagrant build installing all required Python packages |
| 38 | + [Notifications] Make sure all custom defines are set at compile time |
| 39 | + [Travis] Fix deploy multiple ZIP files + split ESP82xx and ESP32 files |
| 40 | + [Build] Fix Python 3.8 build when no .git dir or pygit2 not installed |
| 41 | + [GPS] Add GPS#travelled=... event (#3099) |
| 42 | + [Build] Add ina219 and mpu6050 to custom build (#3100) |
| 43 | + [Build] Disable diagnostics code for test_ESP8266_4M1M_VCC to fit size |
| 44 | + [Build] Disabling timing stats results in build errors for ESP32 |
| 45 | + [Commands] Split commands.ino to .h/.cpp to overcome build/link issues |
| 46 | + [Build] Limit build size (no diagnostics) for test_beta_ESP8266_4M1M |
| 47 | + [Notifications] Show notification tab when notifiers set via Custom.h |
| 48 | + [Notifiers] switch from NOTIFIER_SET_NONE to USES_NOTIFIER in code |
| 49 | + [ESP32] Fix Disabling ARDUINO_OTA fails the build (#3083) |
| 50 | + [ESP32 build] Fix capitalization error in #include <esp_partition.h> |
| 51 | + [ESP32] Update to [email protected] |
| 52 | + [PIO] Add exception_decoder as serial monitor filter |
| 53 | + [WiFi] Reduce excessive logs WIFI : Disconnected: WiFi.status() |
| 54 | + [GPS] Add sanity check for reporting distance travelled event |
| 55 | + Transform defines in EventValueSource into enum |
| 56 | + [Build] Disable diagnostics in test/dev build to reduce build size |
| 57 | + |
| 58 | +Michał Obrembski (2): |
| 59 | + Added /raw endpoint which gives an easy access to raw value of sensor |
| 60 | + Changed format of RAW to CSV, added ability to filter values |
| 61 | + |
| 62 | +Michał Obrembski (3): |
| 63 | + Fixed invalid check of valnr validity in CSV output mode |
| 64 | + Renamed RAW to CSV, added printing of header |
| 65 | + Removed usage of String.clear() |
| 66 | + |
| 67 | +Saverio Cisternino (1): |
| 68 | + Fix parse_uint ref https://github.com/staticlibs/ccronexpr/pull/30 |
| 69 | + |
| 70 | +TD-er (1): |
| 71 | + [Bug] ControllerIndex not set when calling CPLUGIN calls |
| 72 | + |
| 73 | +denisfrench (1): |
| 74 | + [MQTT] Connect message honors LWT settings (#3006) |
| 75 | + |
| 76 | +jimmys01 (1): |
| 77 | + [IR] Update Library |
| 78 | + |
| 79 | +sakinit (18): |
| 80 | + Show for ESP32 also the first rule on the webserver rules page |
| 81 | + Fix ESP32 undefined pin initialisation |
| 82 | + Don't repeat the last rule on the next webserver page |
| 83 | + Revert P1WifiGateway to 30cbb4c to bugfix this more generic code |
| 84 | + Cherry-pick relevant P1WifiGateway updates since 30cbb4c |
| 85 | + Fix the datagram check to be able to send valid messages again |
| 86 | + Fix the serial reading algorithm |
| 87 | + Fix P1WifiGateway webserver start |
| 88 | + Remove temporary comments |
| 89 | + Use ESPeasySerial |
| 90 | + Restart P1WifiGateway if webserver start failed |
| 91 | + Optimize serial reading algorithm and move client from plugin into task |
| 92 | + Fix ESP32 reboot cause at boot/setup |
| 93 | + Optimize serial in duration |
| 94 | + Update due to review comments |
| 95 | + Add sanity checks based on review comments |
| 96 | + Discard data received from WiFi client due to review comment |
| 97 | + Update based on review comments |
| 98 | + |
| 99 | +tonhuisman (6): |
| 100 | + [Rules page] Add RTD help button and fix page layout issue ('Old Engine') |
| 101 | + [Transformation] Add R/r transformations (LEFT/RIGHT and L/R) |
| 102 | + [Transformations] Adjusted R/r to L/l and added c |
| 103 | + [Justifications] Add 'C' (Capitalize, OPEN -> Open) option |
| 104 | + [Justifications] Added u/l for upper/lowercasing the value, removed dash-check from C justificaion |
| 105 | + [Docs] Describe 'elseif' with some examples |
| 106 | + |
| 107 | + |
1 | 108 | -------------------------------------------------
|
2 | 109 | Changes in release mega-20200515 (since mega-20200426)
|
3 | 110 | -------------------------------------------------
|
|
0 commit comments