Releases: ChxGuillaume/MQ3T
Releases · ChxGuillaume/MQ3T
2.0.1
2.0.0
✨New UI with tab system similar to Browsers to navigate between connected clients
Added:
- On MQTT 5 connections, last message now shows User Properties and some extra informations when received (Connection needs to be in MQTT 5 for this to work)
- Connection Labeling system to distinguish them by type more easily
- Last messages are now colorized and with some format to help readability and fast access to information
Update:
- Splitter can now be resized more freely
2.0.0-rc.4
Added:
- Last message now shows MQTT 5 properties (Connection need to be configured in MQTT 5)
Update:
- Split views can grow more than before (#73)
2.0.0-rc.2
Fix:
- Graphs should show only for selected connection
- Disconnecting was still pushing connection errors to the User
- Some small design tweaks
2.0.0-rc.1
A full redesign of the UX with a brand-new tab system
1.10.0
Added:
- Action Variables, an easy system to prompt user for inputs when executing an action
- Chain Actions, an easy system to trigger multiple actions in a sequence
- Export messages of a selected topic in RAW/JSON/CSV
- Configure MQTT 5 properties and clean session on connection
Update:
- Can now display EMQX broker details (needing access to $SYS/#)
- Edit your actions directly from the Topics Tab
- Ubuntu users download from Snap !!
- Bump dependencies
Fix:
- Issue that would prevent user from selecting the same topic in another active connection
- In some cases couldn't export Groups/Actions
1.9.1
1.9.0
Added:
- Right-Click on a Topic to add it to your favorites
- View your Favorite Topics latest message in a single tab
- Animation on new message in list
Update:
- Dependencies bump
- Selected message splitter behavior changes
- Some design tweaks
Fix:
- Whenever JSON keys contained an underscore, did not show data in graph
- Graph Overview could go out of screen
⚠️ Ubuntu 24 Installation Bug
Users of Ubuntu 24 may need to set their "chrome-sandbox" executable "setuid" flag using this command "sudo chmod 4755 /opt/MQ3T/chrome-sandbox"
1.8.8
Update:
- Upgraded minor dependencies
Fix:
- When going down/up on in a second connection with identical topics as another previous one would scroll up to the first topic with that name
1.8.7
Update:
- Upgraded minor dependencies
- Removed menu from app (Windows: could see it when pressing Alt)
Fix:
- When going down an opened topic group using arrow keys would scroll down to the bottom of the group
- Issue where when focusing on topics tab prevents all system shortcut from being used