mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
52d341f87c
commit
37d98bb52b
|
@ -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 MCP23008 as switch/button/relay
|
||||||
- Support for multiple PCF8574 as switch/button/relay
|
- Support for multiple PCF8574 as switch/button/relay
|
||||||
- Extended Tariff command for forced tariff (#18080)
|
- 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
|
### Breaking Changed
|
||||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
- 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
|
### Changed
|
||||||
- Refactored Berry rule engine and support for arrays
|
- Refactored Berry rule engine and support for arrays
|
||||||
- ESP32 LVGL library from v8.3.3 to v8.3.5 (no functional change)
|
- ESP32 LVGL library from v8.3.3 to v8.3.5 (no functional change)
|
||||||
|
- Removed absolute url from filesystem (#18148)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- TuyaMcu v1 sequence fix (#17625)
|
- TuyaMcu v1 sequence fix (#17625)
|
||||||
- TuyaMcu v1 timer integer overflow (#18048)
|
- TuyaMcu v1 timer integer overflow (#18048)
|
||||||
- PZEM energy monitor stabilize period on larger configs (#18103)
|
- PZEM energy monitor stabilize period on larger configs (#18103)
|
||||||
|
- Rule topic comparison (#18144)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -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 MCP23008/MCP23017/MCP23S17 as switch/button/relay
|
||||||
- Support for multiple PCF8574 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)
|
- 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
|
### Breaking Changed
|
||||||
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
- Shelly Pro 4PM using standard MCP23xxx driver and needs one time Auto-Configuration
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- ESP32 Framework (Core) from v2.0.6 to v2.0.7
|
- 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)
|
- 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
|
- 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)
|
- 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)
|
- 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
|
### Fixed
|
||||||
- TuyaMcu v1 sequence fix [#17625](https://github.com/arendst/Tasmota/issues/17625)
|
- 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)
|
- 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)
|
- 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)
|
- 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)
|
Loading…
Reference in New Issue