Release Note 🎉
Hi 👋 Everyone! This version will be named "Long Time No See"
Features 🌈
- MQTT X with CLI
- MQTT X with Web
- Support for quickly creating a duplicate connection
- Support for building MQTT X under Apple M1 (Thanks @Red-Asuka )
- Update About page
Fix 🛠
- Fix the inability to clear too long messages on the display page
- Fix the problem of repeatedly displaying too long messages on different pages
- Fix sidebar activation status error
- Fix some typos
- Enhanced security
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://tools.emqx.io/
Preview 🖼
What's Changed
- fix(bytes): fix display error by @ysfscream in #918
- chore(deps-dev): bump electron from 12.2.2 to 13.6.6 by @dependabot in #919
- chore(deps): bump plist from 3.0.4 to 3.0.5 by @dependabot in #925
- docs(readme): update readme by @ysfscream in #926
- chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #927
- chore(deps): bump sqlite3 to 5.0.4 compatible with apple M1 by @Red-Asuka in #932
- feat(about): modify about page by @Red-Asuka in #933
- docs(readme): update readme by @ysfscream in #934
- chore(about): modify utm_medium & utm_campaign by @Red-Asuka in #935
- fix(sidebar): fix sidebar activation status error by @Red-Asuka in #936
- chore(about): modify utm_capaign for emqx broker link by @Red-Asuka in #938
- chore(deps): bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #940
- chore(deps): bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #941
- chore(package): bump mqtt to 4.3.7 by @ysfscream in #942
- feat(menu): add new window menu by @ysfscream in #943
- feat(connection): support duplicate the connection by @ysfscream in #944
- chore(cloud-link): modify utm source for cloud link by @Red-Asuka in #949
- chore(cloud-link): modify utm medium for cloud link by @Red-Asuka in #951
- fix(lang): fix some case issue by @ysfscream in #952
- fix(message): fix can not clear long message by @ysfscream in #953
- fix(message): fix show duplicate long message in diff connection by @ysfscream in #955
- chore(package): bump electron builder deps & remove build universal packages by @ysfscream in #957
- feat(packages): add web and cli package by @ysfscream in #958
Full Changelog: v1.7.3...v1.8.0