Releases: emqx/MQTTX
Releases ยท emqx/MQTTX
v1.6.0
Release Note ๐
Features ๐
- New UI design
- Adapt to macOS new design icon
- Add min-width and min-height on the window
- Add
rpm
&deb
Linux system installer. - Autofocus on new collection input
- Add context menu to beautify format JSON data on payload editor
- Automatically beautify JSON
- Optimize the editor input experience
- Apple Silicon Support (Thanks to @m01i0ng)
๐ก Note: Users on Macs with M1 chips can now use MQTT X. You can download the Universal package for Intel or Apple Silicon
Fix ๐
- Fix cannot read property payload type of undefined
- Fix can't send hex & base64 payload on history
- Fix reconnect bug (Thanks to @gilbertwong96 )
- Fix can not resize the editor
- Fix the form label width
- Custom the native scrollbar style
- Fix click ESC button to cancel input collection name error
Preview ๐ผ
What's Changed
- chore(deps): bump browserslist from 4.14.6 to 4.16.6 by @dependabot in #583
- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 by @dependabot in #586
- docs(README): add youtube channel badge by @Swilder-M in #591
- chore(deps): bump vue-cli-plugin-electron-builder from 1.4.6 to 2.0.0 by @ysfscream in #592
- chore(deps): bump ws from 6.2.1 to 6.2.2 by @dependabot in #594
- Dev/v1.6.0 by @ysfscream in #624
New Contributors
- @Swilder-M made their first contribution in #591
Full Changelog: v1.5.5...v1.6.0
v1.5.5
Release Note ๐
Features ๐
- The subscription list of the connection will be automatically resubscribed.
- Add EMQ X Cloud link
Fix ๐
- Fix the payload type can not be restored
- Fix the width of the select dropdown
Preview ๐ผ
v1.5.4
v1.5.3
v1.5.2
Release Note ๐
Features ๐
- Enhance topic item style
- Support quick connection when the panel is folded
- Add code of conduct
- scroll to bottom when opening log page
Fix ๐
- Fixed JavaScript Uncaught Exception when closing MQTTX 1.5 or 1.5.1 on Windows
- Fixed editor error when router jump from other page to creation & connection
- Fixed can't record log message when we send in other filter
- Fixed can not add error connect fail log
- Fixed the layout disorder caused by the long name
Preview ๐ผ
v1.5.1
Release Note ๐
Features ๐
Note: This version does not contain new features, all for stability improvements
Fix ๐
- Fixed sending duplicate messages
- Fixed unable to load log file
- Fixed
Client ID
cannot be refreshed automatically - Modify some dialog styles
- Add github issue templates
v1.5.0
v1.4.2
Release Note ๐
Features ๐
- Add custom script function (Beta)
- Append timestamp to MQTT client id (Optional)
Fix ๐
- Messages display optimization
- Optimize the error message when subscribing to $SYS fails
- Disable ConnectionInfo table editing when client was connected
- Fix the timed message was triggered incorrectly
- Fix the unread message count is NaN problem
Preview ๐ผ
v1.4.1
Release Note ๐
Features ๐
- Add automatic subscription to $SYS and add byte statistics feature (Now only support EMQ X)
- Add a timer for sending payload
- Support to display the number of messages sent and received in the current connection
- Add shortcut button to the top bar for creating new window
Fix ๐
- Fix the problem of only connecting to the local MQTT broker
Preview ๐ผ
v1.4.0
Release Note ๐
Features ๐
- Data import and export support
XML
,CSV
,Excel
andJSON
format - Support multiple windows
- Support payload search
- Optimize interface animation
- Add loading page to the first screen
Fix ๐
- Fix errors when switching pages
- Fix the problem that the page cannot be automatically scrolled