From 2e251468f96cc8e253ab4b849f92d972afd9b960 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:48:25 +0200 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bc00abd9d..7535adb83 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -118,7 +118,9 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Added - Command `JsonPP 0..7` to enable (>0) JSON Pretty Print on user interfaces and set number of indents - Command `JsonPP |backlog ;...` to enable JSON PP only once -- WebUI status line for MQTT and TLS, added `FUNC_WEB_STATUS` event [#23326](https://github.com/arendst/Tasmota/issues/23326) +- 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) +- Wireguard VPN [#23347](https://github.com/arendst/Tasmota/issues/23347) ### Breaking Changed