Skip to content

Releases: ChxGuillaume/MQ3T

2.0.1

29 Jan 12:57
44a0e1c

Choose a tag to compare

Fix:

  • Last Message preview only colorized for reasonable sized payloads
  • Graph title overflow fixed with tooltip

2.0.0

26 Jan 14:39
c9f26b4

Choose a tag to compare

✨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

14 Jan 15:47
f3abe29

Choose a tag to compare

2.0.0-rc.4 Pre-release
Pre-release

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

15 Oct 08:56
88a5bdf

Choose a tag to compare

2.0.0-rc.2 Pre-release
Pre-release

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

29 Aug 14:35
3854cd4

Choose a tag to compare

2.0.0-rc.1 Pre-release
Pre-release

A full redesign of the UX with a brand-new tab system

1.10.0

10 Apr 10:09
e648961

Choose a tag to compare

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

23 Nov 13:08
925f93f

Choose a tag to compare

Update:

  • Bump dependencies

Fix:

  • Couldn't create a chart widget out of messages containing only a number #38

1.9.0

15 Nov 22:24
bf9fddf

Choose a tag to compare

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

07 Jun 11:46
0a52a18

Choose a tag to compare

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

27 May 14:41
bffdc5e

Choose a tag to compare

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