Skip to content

Version 0.4

Compare
Choose a tag to compare
@vedranMv vedranMv released this 08 Dec 17:21
· 22 commits to master since this release
bb86377

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)