New release: MQTT.fx 1.1.0
It is about 4 month since the last MQTT.fx release (1.0.0 in last December) as I was quite busy as of my current project. Anyway I found some (night-) time to work on bug fixes and new features and I am happy to release now MQTT.fx 1.1.0!
You can download latest binaries/installers at mqttfx.org.
[UPDATE]
I have updated the native/bundles installers for OSX & Windows now powered by
Please Report bugs and feature requests via the issue tracker.
Release Notes Version 1.1.0
- [New] MQTT.fx now has a new fancy icon: Many thanks to Gerrit Grunwald (@hansolo_)!
- [New] All new “Subscribe” tab:
- New rendering of subscribed topics.
- New rendering of receivied messages.
- Support for “autoscroll”: Always scroll down to latest recevied message and show the details.
- Message Payload can now be shown as plain text, hex (fomatted) and Base64.
- Payload can now be saved as raw (binary), plain text, hex (fomatted) and Base64 encoded.
- Issue #75: Added an option to ‘mute’ topics for temporary ‘no-show’ received messages (per topic)
- Added experimental support for dumping messages payload.
- [New] Issue #70: Support for import/export of ConnectionProfiles
- [New] Issue #71: Support for import/export of Clipboard Messages (publish messages)
- [New] Issue #76: Support for import/export of Topics (respectively for publish and subscribe)
- [New] Extended Scripting API: publish() and subscribe() now also supports “QoS” and “Retained”
- [New] Option to clear Messages Clipboard
- [New] Option to clear/keep Messages Buffer on unsubscribe
- [New] Several style and rendering improvements
- [New] Bundled with JRE 1.8.0_74
- [Fixed] Issues with global application logging
MQTT.fx now has a new fancy icon
Kudos and many thanks to Gerrit Grunwald (@hansolo_) for creating and sharing!
A lot of new stuff on the “Subscribe” tab
- Support for “autoscroll“:
Always scroll down to latest recevied message and show the details at the bottom.
- New rendering of subscribed topics
- Added an option to ‘mute’ topics for temporary ‘no-show’ received messages (per topic)
- Added *** experimental *** support for dumping messages payload.
- Message payload is written in a file per message names by recevied time.
- All new rendering of receivied messages view
- Message Payload can now be shown as plain text, hex (fomatted) and base64
- Payload can now be saved as raw (binary), plain text, hex (fomatted) and base64 encoded
- Support for import/export of ConnectionProfiles
- Support for import/export of Topics (respectively for publish and subscribe) and Clipboard Messages
- Extended Scripting API: publish() and subscribe() now also supports “QoS” and “Retained”
public void publish(String topic, String messageBody) public void publish(String topic, String messageBody, int qos) public void publish(String topic, String messageBody, int qos, boolean retained) public void subscribe(String topicFilter) public void subscribe(String topicFilter, int qos) public void unsubscribe(String topicFilter)
- Option to clear Messages Clipboard
- Option to clear/keep Messages Buffer on unsubscribe (by now buffer is cleared on unsubscribe)
Several style and rendering improvements
- Fixed issues with global application logging
- Now bundled with JRE 1.8.0_74
Leave a Reply