mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Update changelogs
This commit is contained in:
parent
a4ce9efd2c
commit
a52f3450b8
@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Wireguard VPN (#23347)
|
- Wireguard VPN (#23347)
|
||||||
- Optional Wifi strength indicator in WebUI status line (#23352)
|
- Optional Wifi strength indicator in WebUI status line (#23352)
|
||||||
- WebUI status line left and renamed events `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` (#23354)
|
- WebUI status line left and renamed events `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` (#23354)
|
||||||
- WebUI heap status
|
- WebUI heap status (#23356)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Fixed
|
### Fixed
|
||||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
||||||
- Berry string literals containing NULL are truncated (#23312)
|
- Berry string literals containing NULL are truncated (#23312)
|
||||||
- Berry `display.touch_update` wrongly applies resistive calibration
|
- Berry `display.touch_update` wrongly applies resistive calibration (#23363)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
- WebUI status line for MQTT and TLS, added `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` event [#23354](https://github.com/arendst/Tasmota/issues/23354)
|
- WebUI status line for MQTT and TLS, added `FUNC_WEB_STATUS_LEFT` and `FUNC_WEB_STATUS_RIGHT` event [#23354](https://github.com/arendst/Tasmota/issues/23354)
|
||||||
- Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352)
|
- Optional Wifi strength indicator in WebUI status line [#23352](https://github.com/arendst/Tasmota/issues/23352)
|
||||||
- Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347)
|
- Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347)
|
||||||
|
- WebUI heap status [#23356](https://github.com/arendst/Tasmota/issues/23356)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
@ -130,5 +131,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||||||
### Fixed
|
### Fixed
|
||||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311)
|
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL [#23311](https://github.com/arendst/Tasmota/issues/23311)
|
||||||
- Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312)
|
- Berry string literals containing NULL are truncated [#23312](https://github.com/arendst/Tasmota/issues/23312)
|
||||||
|
- Berry `display.touch_update` wrongly applies resistive calibration [#23363](https://github.com/arendst/Tasmota/issues/23363)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user