|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20211224 (since mega-20211105) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: vr 24 dec 2021 14:20:43 CET |
| 6 | + |
| 7 | +StefanNetzer (15): |
| 8 | + Update _P043_ClkOutput.ino |
| 9 | + add events |
| 10 | + added TDs recommendations |
| 11 | + cleanup |
| 12 | + resync to GitHub |
| 13 | + Update _P043_ClkOutput.ino |
| 14 | + added PLUGIN_VALUENAME2_043 |
| 15 | + Update _P043_ClkOutput.ino |
| 16 | + Update _P043_ClkOutput.ino |
| 17 | + Update _P043_ClkOutput.ino |
| 18 | + added output data type |
| 19 | + replaced all by simple |
| 20 | + restored |
| 21 | + fixed link error |
| 22 | + using output value definition from P004 |
| 23 | + |
| 24 | +TD-er (21): |
| 25 | + [Cleanup] Fix lots of missing delete calls to free memory |
| 26 | + [P095 ILI9341] Convert to use PluginDataStruct |
| 27 | + [P095 ILI9341] Renamed functions in P095 plugin |
| 28 | + [P096 E-ink] Convert to use PluginDataStruct |
| 29 | + [Build] Fix case sensitive mixup in include path |
| 30 | + [Build] Correct correct include path depth |
| 31 | + [P095 P096] Convert to use PluginDataStruct |
| 32 | + Revert changes to P095 and P096 Moved to PR #3835 |
| 33 | + [ThermoOLED] Check for successful allocation of display object |
| 34 | + [Domoticz] Only incoming MQTT on tasks with controller linked (#3829) |
| 35 | + [GPS] Add power save commands (Ublox specific) |
| 36 | + [GPS] Add more U-blox specific features |
| 37 | + [GPS] For now, disable U-blox specific settings |
| 38 | + [GPS] Document GPS plugin |
| 39 | + [Password] Add clearPassword command |
| 40 | + [Doc] Add Notepad++ colourise ESPEasy Rules language |
| 41 | + [dashboard] Fix crash on parsing empty command {} (#3873) |
| 42 | + [dashboard] Fix parsing {} and leaving the braces when not a command |
| 43 | + GCC 10.3 Bugfix 1 - Constant literal address fix |
| 44 | + [ClearPassword] Fix typo in command |
| 45 | + [PIO] Restore default envs |
| 46 | + |
| 47 | +Ton Huisman (25): |
| 48 | + [Docs] Add How To for starting development on ESPEasy |
| 49 | + [Docs] Add How To for starting development on ESPEasy |
| 50 | + [Docs] How To fix some typos |
| 51 | + [Docs] How To: fix some sphinx syntax issues |
| 52 | + [Docs] Development guide restrucured and extended |
| 53 | + [Docs] How To guide: textual improvements and additions |
| 54 | + [Docs] How To: Extend the text and some corrections |
| 55 | + [P111] Add virtual destructor to MFRC522 library to fix compiler warning |
| 56 | + [P053] Fix support for PMS5003T |
| 57 | + [P053] Remove unneeded #define, minor source formattings |
| 58 | + [Build] Enable Dummy device and Neopixel on ESP32 Custom (script) |
| 59 | + [P053] Leave out invalid event-values for PMS5003T |
| 60 | + [P124] Add plugin Output - I2C Multi Relay |
| 61 | + [P124] Add optional initialization 'protection' |
| 62 | + [P117] Add SCD30 CO2, humidity and temperature sensor |
| 63 | + [P117] Correct slash/backslash confusion/typo |
| 64 | + [P117] Add to TEST_D set |
| 65 | + [P117] Adjust ClockStrechLimit message |
| 66 | + [P117] Add documentation |
| 67 | + [P117] Fix compilation issue `error: narrowing conversion of '2415919104' from 'unsigned int' to 'int' [-Wnarrowing]` |
| 68 | + [P124] Add configurable I2C addresses, add relay state on exit [P114] Add VEML6075 to I2C scanner |
| 69 | + [P124] Add documentation |
| 70 | + [P124] Include in TEST_D build, aad missed documentation file |
| 71 | + [P016] Change plugin title Communication - IR Receive (TSOP4838) |
| 72 | + [P124] Add get command and looping that, fix a small settings bug |
| 73 | + |
| 74 | +svollebregt (7): |
| 75 | + Adding Itho library to main reposity |
| 76 | + Revert "Adding Itho library to main reposity" |
| 77 | + [P118] Adding Itho plugin to main reposity"" |
| 78 | + Update _P118_Itho.ino |
| 79 | + Update _P118_Itho.ino |
| 80 | + Further code improvements |
| 81 | + Remove noInterrupts() and Itho library improvements |
| 82 | + |
| 83 | + |
1 | 84 | -------------------------------------------------
|
2 | 85 | Changes in release mega-20211105 (since mega-20211005)
|
3 | 86 | -------------------------------------------------
|
|
0 commit comments