Skip to content

Serial Studio 1.0.14

Compare
Choose a tag to compare
@alex-spataru alex-spataru released this 08 Feb 06:09
· 843 commits to master since this release

Changes from v1.0.13:

  • Use local time in exported CSV file (issue #22)
  • Implement console/terminal features requested in issue #21.
  • History selection in the "send command" text field (issue #20).
  • Allow selecting & copying terminal text.
  • Allow changing the baud rate without disconnecting from the device.
  • Fix input mask errors in the "send command" text field when sending binary/hex data.
  • Change software architecture to allow the implementation of multiple data sources (e.g. ethernet) in the future.
  • Allow users to show groups, graphs & widgets in separate windows by double-clicking the "small" widget.
  • Add support for shortcuts (e.g. Ctrl + D shows dashboard, Ctrl + T shows the console and Ctrl + , toggle setup panel).
  • Allow exporting console data to external file (note: console scrollback is limited to 5000 lines to avoid performance issues).
  • Add CLI options --version and --reset (mostly for testing CI builds).
  • Performance improvements in dashboard & widget sections.