Release Note 🎉
🔧 Bug Fixes
Features 🌈
- MQTT X: Support whether to enable multi-topics subscription in the settings page
- MQTT X Web: Support for more MQTT 5.0 properties
Fix 🛠
- MQTT X: Remove validation of Topics that contain the $ symbol
- MQTT X: Fixed can not edit User Properties
- MQTT X: Fixed the issue of deleting the connection in editing page
- MQTT X: Optimize the error message when Topic subscription fails
The New ✨
- MQTT X CLI Repo 👉 https://github.com/emqx/MQTTX/tree/main/cli
- MQTT X Web Repo 👉 https://github.com/emqx/MQTTX/tree/main/web
- MQTT X Web Online 👉 http://www.emqx.io/online-mqtt-client
Preview 🖼
What's Changed
- docs(cli): update cli download links by @Red-Asuka in #1019
- fix(connection): fix $ symbol invalid by @ysfscream in #1022
- feat(web): supports some MQTT 5.0 properties by @Red-Asuka in #1023
- docs(readme): update readme by @ysfscream in #1025
- chore(pkg): 1.8.1 -> 1.8.2 by @ysfscream in #1026
- fix(lang): fix sub qos failed tips by @ysfscream in #1027
- fix(updater): replace download to install by @ysfscream in #1028
- fix(properties): fix can not edit user properties by @ysfscream in #1029
- feat(settings): add multi topics field by @ysfscream in #1031
- feat(subscriptions): support disable and enable multi-topics by @ysfscream in #1032
Full Changelog: v1.8.1...v1.8.2