Skip to content

Releases: Rapatas/transmitron

transmitron 0.0.5

29 Jan 12:32
Compare
Choose a tag to compare

Added

  • Discrete buttons for profile settings
  • Forwarding of errors to Windows Event Viewer
  • Organized settings into sections
  • Quick connect field
  • Support for building on ubuntu 18.04
  • Support for dark mode icons
  • Tooltips to buttons
  • Upgrade wxWidgets to latest version (v3.2.4)
  • Visual connection status indicator
  • --verbose command line argument

Fixed

  • Crash on first publish of new profile
  • Binary formatter corrupts payload
  • Message timestamp displaying in UTC instead of local time
  • Using legacy UI framework on windows
  • Visual artifact when hovering settings tab on windows

transmitron 0.0.4

03 Jul 13:20
4c3ca95
Compare
Choose a tag to compare

Added

  • History recording and playback.
  • Hex-dump payload formatting.
  • Cancel button in homepage.
  • Associated .TMRC file-type with Transmitron.

Fixed

  • Windows desktop shortcut not created during installation.
  • Crash when saving snippet on a renamed profile.
  • MQTT username and password not applied to connection.
  • Client ID not populated during profile creation.
  • Deleting profile does not clear property grid.
  • Ctrl-A triggering the bell on Windows.

transmitron 0.0.3

29 May 08:10
4510448
Compare
Choose a tag to compare

Added

  • Auto complete topics for publish and subscribe fields.
  • Command line argument to launch directly into a profile.
  • Layout field in profile options.
  • Keyboard shortcut to close tab (ctrl-w).
  • Keyboard shortcut to open new tab (ctrl-t).
  • Label to the store message button.
  • Label to the layouts drop-down menu.

Fixed

  • Tab key navigating out of order.
  • Broker timeouts parsed as milliseconds.
  • Retained option applied when selecting a retained message.
  • Not allowing to remove subscribed topic while disconnected.
  • Button padding clipping icon on some GTK themes.

Changed

  • Default timeout values set to 5 seconds.
  • When creating a new profile, start editing the name field.
  • Use Hostname as client ID when none is provided.

transmitron 0.0.2

05 Nov 06:50
899f0e4
Compare
Choose a tag to compare

Added

  • Show selected snippet name on publish editor.

Fixed

  • Black caret when using dark background.
  • Snippet remained highlighted when selecting a message from history.
  • Missing background color for lexical error in editors.

transmitron 0.0.1

21 Oct 05:15
b46bf46
Compare
Choose a tag to compare

Added

  • Line numbers in editors.
  • Header and banner in NSIS installer.
  • Save icon in profile save button.
  • Label on format drop-down of editors.

Fixed

  • Crash when subscribing to an invalid topic.
  • Package description for .deb installer
  • Overwrite snippet context option appearing for folders.

transmitron 0.0.0

18 Sep 14:39
af0b8f5
Compare
Choose a tag to compare

Added

  • Profiles. Store connections to brokers.
  • Multiple Connections. Connect to multiple Profiles at the same time using tabs.
  • Snippets. Store messages in a nested folder structure, ready to publish.
  • Folding. For messages with nested data.
  • Syntax highlight, detection & formatting. Supports JSON and XML.
  • Flexible. Resize, drag, detach or hide each sidebar separately.
  • Layouts. Store sidebar locations and sizes.
  • XDG BaseDir. Respects the XDG Base Directory specification.
  • Native UI. Using wxWidgets to integrate seamlessly with your desktop theme.
  • Mute / Solo. Hide or isolate messages for each subscription.
  • History Filter. Limit history using search terms.
  • Cross-Platform. Built for Windows and Linux.