diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb1f718f..aaa2e3bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ All notable changes to this project will be documented in this file. ## [13.3.0.5] ### Added - Internal support for persistent JSON settings using single file +- Command ``SetOption158`` to publish or suppress ModbusReceived MQTT messages (#20678) ### Breaking Changed - ESP32 LVGL library from v8.3.11 to v9.0.0, some small breaking changes in C, none in HASPmota (#20659) ### Changed -- Matter improve `MtrInfo` +- Matter improve `MtrInfo` (#20686) ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 935f227c8..a10bf4647 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,6 +119,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v13.3.0.5 ### Added - Command ``TimedPower [,ON|OFF|TOGGLE|BLINK]`` executes ``Power [ON|OFF|TOGGLE|BLINK] `` and after executes ``Power [OFF|ON|TOGGLE|OFF]`` +- Command ``SetOption158`` to publish or suppress ModbusReceived MQTT messages [#20678](https://github.com/arendst/Tasmota/issues/20678) - Display of active drivers using command ``status 4`` - GPIO Viewer to see realtime GPIO states. Enable with define USE_GPIO_VIEWER - GPIO Viewer user selection of assets website now defaults to `https://ota.tasmota.com/tasmota|tasmota32/gpio_viewer/assets` @@ -184,6 +185,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Webcam tweaks [#20451](https://github.com/arendst/Tasmota/issues/20451) - IP stack compatible with new Core3 IPv6 implementation [#20509](https://github.com/arendst/Tasmota/issues/20509) - Refactored Pio filesystem download script [#20544](https://github.com/arendst/Tasmota/issues/20544) +- Matter improve `MtrInfo` [#20686](https://github.com/arendst/Tasmota/issues/20686) ### Fixed - CVE-2021-36603 Cross Site Scripting (XSS) vulnerability [#12221](https://github.com/arendst/Tasmota/issues/12221)