Skip to content

Releases: vedranMv/dataDashboard

Version 1.0

10 Jan 17:57
a0c9ebc
Compare
Choose a tag to compare

New features:

  • TCP socket as input source (plot data from a TCP socket)
  • Added incoming data rate estimator
  • Minor visual changes
  • Data size parameter is now individual per plot, not per plot type as before
  • Scatter plot is now reset whenever an input channel is changed
  • Config file is now versioned in order to be applied migrations in future releases
  • Added program icon

Bug fixes:

  • Fixed a crash caused by improper handling of objects when closing a plot
  • Math components used to be loaded in the wrong order on startup; causing them to not be applied until math channel has been re-enabled
  • Math component IDs were not as unique as expected, causing problems during component deletion

Version 0.4

08 Dec 17:21
bb86377
Compare
Choose a tag to compare

New features:

  • Existing line plot channels are now preserved when adding new channel to the plot
  • Tool-tips have been added to almost all UI elements, explaining UI functionality. When in doubt, hove rover a control to find out what it does
  • Math channel components now resemble an equation, hopefully making it easier to understand
  • Data-accumulation mode in line plot (data will be logged for as long as there's memory available - use with caution, can crash the program if there's no more memory available)

Bug fixes:

  • Line plot was inserting data from the wrong side, causing the graph to move unnaturally
  • Multiplication math operation was using in fact multiply by ABS() value, which is no more the case
  • Hide unused UI elements (elements in the development)

Version 0.3

19 Nov 19:50
c504903
Compare
Choose a tag to compare

New features:

  • When clicking on a point in scatter plot, label now contains input channel name instead of generic 'Channel X'
  • Math functions expanded to ABS (+ABS, -ABS), and multiplication

Bug fixes:

  • Segfault when closing the program because of logger trying to write into a deleted UI element
  • When closing the program, internal logger would write last few actions into a new log file
  • Bug in a program used by the pipeline has been fixed by the original developer, so pipeline has been changed accordingly

Version 0.2

15 Nov 18:17
Compare
Choose a tag to compare

New features:

  • Internal logging for easier troubleshooting
  • Last opened tab now saved in config file and restored on next startup

Bug fixes:

  • Old pipeline didn't include libpng in the ubuntu release

Version 0.1.1

14 Nov 22:13
Compare
Choose a tag to compare

Offers executable for ubuntu

Version 0.1

12 Nov 21:46
Compare
Choose a tag to compare
v0.1

Fix formatting on drone file