Skip to content

2.1.0

Compare
Choose a tag to compare
@Kniggebrot Kniggebrot released this 01 Mar 16:29
· 2 commits to master since this release
601f56a

Lobaro Maintenance Tool

Changelog

v2.1.0 - 2024-03-01

Added

  • Case-sensitive search in log
  • --silent-tool to silence log output (except errors)
  • Ability to send commands in hex to the connected device
    • Breaking with older API: The command needs to be encoded in base64, and will be returned base64-encoded (on success)

Changed

  • Upgrade to Material Icons
  • Update Go to version 1.22, update Go dependencies
  • No automatic scroll to edited config setting
  • Update React frontend dependencies

Fixed

  • UART command not sent via frontend
  • Log filter only displaying every 2nd result in logfield
  • Connection UI component not failing when no serial ports are available
  • Displaying the serial port twice under Windows
  • Log filter handling regexp characters properly