mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
0b509f60b4
commit
af24d689a9
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -15,19 +15,22 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry GPIO viewer initial version using async webserver (#20416)
|
||||
- Berry add `string` to `bytes()` (#20420)
|
||||
- Berry button to dynamically load GPIO Viewer with Berry backend (#20424)
|
||||
- Berry `debug_panel.tapp` to display real-time heap and wifi rssi
|
||||
- Berry `webserver.header` to read browser sent headers
|
||||
- Berry provide lightweight options for `tasmota.wifi/eth/memory/rtc`
|
||||
- Berry `tasmota.webcolor`
|
||||
- Berry `debug_panel.tapp` to display real-time heap and wifi rssi (#20436)
|
||||
- Berry `webserver.header` to read browser sent headers (#20447)
|
||||
- Berry provide lightweight options for `tasmota.wifi/eth/memory/rtc` (#20448)
|
||||
- Berry `tasmota.webcolor` (#20454)
|
||||
- Support for pipsolar inverter (#20408)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- Renamed button "Consoles" to "Tools"
|
||||
- Header `Host` is now collected by Webserver
|
||||
- ESP32 platform update from 2023.12.00 to 2024.01.00 (#20445)
|
||||
- Header `Host` is now collected by Webserver (#20446)
|
||||
- Webcam tweaks (#20451)
|
||||
|
||||
### Fixed
|
||||
- Fixed Zigbee Aqara attributes on ESP32
|
||||
- ESP32 Zigbee Aqara attributes (#20452)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -49,6 +52,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Changed
|
||||
- Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` (#20260)
|
||||
- ESP32 platform update from 2023.11.01 to 2023.12.00 (#20298)
|
||||
- Moved Berry animate to its own `berry_animate` lib (#20309)
|
||||
- Relax checks of Partition Wizard for newest Shelly (#20349)
|
||||
|
||||
|
@ -100,6 +104,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Matter update hierarchy of plugins (#19915)
|
||||
- NeoPool ``NPHydrolysis`` percent and unit (#19924)
|
||||
- Thermostat JSON index from 0 to 1 (#20011)
|
||||
- ESP32 platform update from 2023.11.00 to 2023.11.01 (#20087)
|
||||
|
||||
### Fixed
|
||||
- Scripter timer issue (#19914)
|
||||
|
|
|
@ -124,6 +124,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- GPIO Viewer to see realtime GPIO states. Enable with define USE_GPIO_VIEWER
|
||||
- NeoPool hydrolysis FL1 and Redox flag [#20258](https://github.com/arendst/Tasmota/issues/20258)
|
||||
- Support negative power on BL0942 using index 5..8 [#20322](https://github.com/arendst/Tasmota/issues/20322)
|
||||
- Support for pipsolar inverter [#20408](https://github.com/arendst/Tasmota/issues/20408)
|
||||
- ESP32 used UART information
|
||||
- ESP32 experimental support GPIOViewer when ``define USE_ESP32_GPIO_VIEWER`` is enabled
|
||||
- Berry GPIO viewer initial version using async webserver [#20416](https://github.com/arendst/Tasmota/issues/20416)
|
||||
|
@ -134,6 +135,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Berry `gpio.get_pin_type` and `gpio.ger_pin_type_index` [#20415](https://github.com/arendst/Tasmota/issues/20415)
|
||||
- Berry `string` to `bytes()` [#20420](https://github.com/arendst/Tasmota/issues/20420)
|
||||
- Berry button to dynamically load GPIO Viewer with Berry backend [#20424](https://github.com/arendst/Tasmota/issues/20424)
|
||||
- Berry `debug_panel.tapp` to display real-time heap and wifi rssi [#20436](https://github.com/arendst/Tasmota/issues/20436)
|
||||
- Berry `webserver.header` to read browser sent headers [#20447](https://github.com/arendst/Tasmota/issues/20447)
|
||||
- Berry provide lightweight options for `tasmota.wifi/eth/memory/rtc` [#20448](https://github.com/arendst/Tasmota/issues/20448)
|
||||
- Berry `tasmota.webcolor` [#20454](https://github.com/arendst/Tasmota/issues/20454)
|
||||
- HASPmota `haspmota.page_show()` to change page [#20333](https://github.com/arendst/Tasmota/issues/20333)
|
||||
- HASPmota type `chart` [#20372](https://github.com/arendst/Tasmota/issues/20372)
|
||||
- Matter support for password for remote Tasmota devices [#20296](https://github.com/arendst/Tasmota/issues/20296)
|
||||
|
@ -142,14 +147,18 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- Refactoring of Berry `animate` module for WS2812 Leds [#20236](https://github.com/arendst/Tasmota/issues/20236)
|
||||
|
||||
### Changed
|
||||
- ESP32 platform update from 2023.11.01 to 2024.01.00 [#20445](https://github.com/arendst/Tasmota/issues/20445)
|
||||
- Renamed button "Consoles" to "Tools"
|
||||
- Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` [#20260](https://github.com/arendst/Tasmota/issues/20260)
|
||||
- Header `Host` is now collected by Webserver [#20446](https://github.com/arendst/Tasmota/issues/20446)
|
||||
- Webcam tweaks [#20451](https://github.com/arendst/Tasmota/issues/20451)
|
||||
|
||||
### Fixed
|
||||
- CVE-2021-36603 Cross Site Scripting (XSS) vulnerability [#12221](https://github.com/arendst/Tasmota/issues/12221)
|
||||
- Syslog server warning caused by lack of <PRI> field and hostname starting with 'z' [#14689](https://github.com/arendst/Tasmota/issues/14689)
|
||||
- Support for Domoticz floor/room topics. Regression from v12.0.1 [#20299](https://github.com/arendst/Tasmota/issues/20299)
|
||||
- ESP32 piezo ceramic buzzer doesn't buzz [#20118](https://github.com/arendst/Tasmota/issues/20118)
|
||||
- ESP32 Zigbee Aqara attributes [#20452](https://github.com/arendst/Tasmota/issues/20452)
|
||||
- LVGL fix type for lv_imgbtn [#20354](https://github.com/arendst/Tasmota/issues/20354)
|
||||
- Berry claiming UART0 if needed [#20324](https://github.com/arendst/Tasmota/issues/20324)
|
||||
- Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232)
|
||||
|
|
Loading…
Reference in New Issue