diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db657dd4..4b3547e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ All notable changes to this project will be documented in this file. - Support for multiple MCP23008 as switch/button/relay - Support for multiple PCF8574 as switch/button/relay - Extended Tariff command for forced tariff (#18080) -- Zigbee send Tuya 'magic spell' to unlock devices when pairing +- Berry support for Tensorflow Lite (TFL) by Christiaan Baars (#18119) +- Zigbee send Tuya 'magic spell' to unlock devices when pairing (#18144) ### Breaking Changed - Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration @@ -16,11 +17,13 @@ All notable changes to this project will be documented in this file. ### Changed - Refactored Berry rule engine and support for arrays - ESP32 LVGL library from v8.3.3 to v8.3.5 (no functional change) +- Removed absolute url from filesystem (#18148) ### Fixed - TuyaMcu v1 sequence fix (#17625) - TuyaMcu v1 timer integer overflow (#18048) - PZEM energy monitor stabilize period on larger configs (#18103) +- Rule topic comparison (#18144) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 99088991a..15c80bc39 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -115,16 +115,21 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Support for multiple MCP23008/MCP23017/MCP23S17 as switch/button/relay - Support for multiple PCF8574 as switch/button/relay - NTP time request from gateway [#17984](https://github.com/arendst/Tasmota/issues/17984) +- Extended Tariff command for forced tariff [#18080](https://github.com/arendst/Tasmota/issues/18080) +- Zigbee send Tuya 'magic spell' to unlock devices when pairing [#18144](https://github.com/arendst/Tasmota/issues/18144) +- Berry support for Tensorflow Lite (TFL) by Christiaan Baars [#18119](https://github.com/arendst/Tasmota/issues/18119) ### Breaking Changed - Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration ### Changed - ESP32 Framework (Core) from v2.0.6 to v2.0.7 +- ESP32 LVGL library from v8.3.3 to v8.3.5 (no functional change) - LibTeleinfo from v1.1.3 to v1.1.5 [#18050](https://github.com/arendst/Tasmota/issues/18050) - Increase number of (virtual)relays and (virtual)buttons to 32 - ADC Range oversample from 2 to 32 [#17975](https://github.com/arendst/Tasmota/issues/17975) - Move #define OTA_URL from user_config.h to board files for better inital support [#18008](https://github.com/arendst/Tasmota/issues/18008) +- Removed absolute url from filesystem [#18148](https://github.com/arendst/Tasmota/issues/18148) ### Fixed - TuyaMcu v1 sequence fix [#17625](https://github.com/arendst/Tasmota/issues/17625) @@ -135,3 +140,4 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - EnergyTotal divided twice during minimal upgrade step regression from v12.3.1.3 [#18024](https://github.com/arendst/Tasmota/issues/18024) - TuyaMcu v1 timer integer overflow [#18048](https://github.com/arendst/Tasmota/issues/18048) - PZEM energy monitor stabilize period on larger configs [#18103](https://github.com/arendst/Tasmota/issues/18103) +- Rule topic comparison [#18144](https://github.com/arendst/Tasmota/issues/18144) \ No newline at end of file