|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20190926 (since mega-20190925) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: Thu Sep 26 04:00:05 CEST 2019 |
| 6 | + |
| 7 | +Gijs Noorlander (58): |
| 8 | + [Rules] Reduce memory usage when parsing rules templates |
| 9 | + [Modbus RTU] Add "timeout" and "no data" as error |
| 10 | + [Build] No longer ignore IR libraries to allow IR builds from Vagrant |
| 11 | + [Travis] Do not remove old builds to reduce build time |
| 12 | + [Travis] Add .pio dir as cache directory |
| 13 | + [Build] Remove some build types from the nightly build |
| 14 | + [Travis] Change Ubuntu 14.04 to 18.04 for builds |
| 15 | + [Rules] Allow transformations on [var#n] and add [int#n] |
| 16 | + [Cache] Add cache to help find task value name. |
| 17 | + [Rules] Some minor code improvements (suggests from @uzi18 ) |
| 18 | + [C014 Homie] Use cached functions to find task value by name |
| 19 | + [Rules] Compatibility Replace %eventvalue% by using the 1st argument |
| 20 | + [Build] Remove debug logs from 1M builds |
| 21 | + [Rules] Only match task value names which can be set |
| 22 | + Only include HttpClient when Settings Archive is being used |
| 23 | + [cleanup] make it compile again on ArduinoIDE |
| 24 | + [Custom.h] Storage layout parameters moved and wrapped in #ifndef |
| 25 | + [Storage layout] Add suggestions for 24 tasks layout |
| 26 | + [Custom.h] Allow for other defines to be set by the user. |
| 27 | + [Build] Fix include path to make ArduinoIDE able to build again |
| 28 | + [Travis CI] Reduce Travis test build duration |
| 29 | + [PIO] Use original platform for core 2.6.0, not Tasmota's one |
| 30 | + [Travis] Disable Travis cache |
| 31 | + [Build] Make sure Custom.h is leading during compilation. |
| 32 | + [ESP32] Fix build when SettingsArchive is set in Custom.h |
| 33 | + Fix using includes to get defines right during compile |
| 34 | + Move all header files in Commands/*.h to src/Commands/ for ArduinoIDE |
| 35 | + [Build] Fix path change in include |
| 36 | + Initial step for proper declaring global variables in .h files |
| 37 | + [Build] Another forgotten path update in moved .h file |
| 38 | + Move defines out of ESPEasy-Globals.h |
| 39 | + Move Plugin administration from ESPEasy-Globals.h to Globals/Plugin.h |
| 40 | + Move Logging from ESPEasy-Globals.h to Globals/Logging.h |
| 41 | + Move Cache from ESPEasy-Globals.h to Globals/Cache.h |
| 42 | + Move RTC from ESPEasy-Globals.h to Globals/RTC.h |
| 43 | + Move Nodes from ESPEasy-Globals.h to Globals/Nodes.h |
| 44 | + Move FactDefPrefs & CRCValues from ESPEasy-Globals.h to Globals/...h |
| 45 | + Move Device array from ESPEasy-Globals.h to Globals/Device.h |
| 46 | + Move SecuritySettings from ESPEasy-Globals.h to Globals/SecuritySettings.h |
| 47 | + Move ExtraTaskSettings from ESPEasy-Globals.h to Globals/...h |
| 48 | + Move Settings from ESPEasy-Globals.h to Globals/Settings.h |
| 49 | + Split Diagnostic.h & ESPEasyWiFiEvent.h into .h/.cpp |
| 50 | + [Arduino IDE] Make include paths relative to file location |
| 51 | + [Build] Forgotten include of MQTT related global variable. |
| 52 | + [Cleanup] Remove FIXME/TODO remarks which are now done. |
| 53 | + [Arduino IDE] Fix path in includes. |
| 54 | + [ESP32] Fix storage layout on ESP32 settings file. |
| 55 | + Uncrustify P022_PCA9685 |
| 56 | + [PCA9685] Add range checks and memory optimization |
| 57 | + [PIO] Switch to core_stage for core 2.6.0 builds |
| 58 | + [Build] Fix pre_extra_script.py build Cpp defines |
| 59 | + [Build] Add Custom ESP32 and disable plugins to reduce binary size |
| 60 | + Define build info from ESPEasy_common.h |
| 61 | + [Docs] Describe project directory structure |
| 62 | + Turn SettingsStruct into templated variable |
| 63 | + Create build log txt file to track missing files |
| 64 | + Show the build log text at the end of the build |
| 65 | + Small fix in creating build log file |
| 66 | + |
| 67 | +TD-er (1): |
| 68 | + [PIO] Update core 2.5.2 to espressif8266@2.2.3 |
| 69 | + |
| 70 | + |
1 | 71 | -------------------------------------------------
|
2 | 72 | Changes in release mega-20190925 (since mega-20190910)
|
3 | 73 | -------------------------------------------------
|
|
0 commit comments