Update mqttx-web to v1.11.1 (#2201)

This commit is contained in:
Nathan Fretz 2025-02-18 11:07:04 +10:00 committed by GitHub
parent 358b5ac858
commit 133c7b57e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View File

@ -5,6 +5,6 @@ services:
APP_PORT: 80
app:
image: emqx/mqttx-web:v1.11.0@sha256:756a5510257309b8921a453b313e0ed4bb5cd812a341b0a10b84518caba4edbe
image: emqx/mqttx-web:v1.11.1@sha256:c7c4cdc52d6ed2f1ff34d40a992f9dea02ca4c9dc847d6a30fd7fad12025ec8c
user: "1000:1000"
restart: on-failure

View File

@ -3,7 +3,7 @@ id: mqttx-web
name: MQTTX Web
tagline: Your All-in-One MQTT Client Toolbox
category: automation
version: "1.11.0"
version: "1.11.1"
port: 9012
description: >-
MQTTX Web is an open-source MQTT 5.0 WebSocket client on the browser to help you debug your MQTT services and applications faster.
@ -20,6 +20,15 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
New features and improvements in this release:
- Added support for manual sync from connection list to Topic Tree
- Added traffic rate monitoring with real-time packet synchronization
- Added connection selector when left list is hidden
- Added rate limiting for message send button
- Improved traffic monitoring organization
- Various UI optimizations and bug fixes
Full release notes can be found at https://github.com/emqx/MQTTX/releases/tag/v1.11.1
path: ""
dependencies: []