Releases: vtx22/SPARQ
Releases · vtx22/SPARQ
v0.5.1
SPARQ v0.5.1 Release
Features
- Linux version now available with some limitations:
- Multi viewport not supported
- Currently no proper serial port device filtering
- Linux serial port library is untested
Other Changes
- ImGuiNotify popups are no longer using multi viewports for linux compatibility. This means they are now always rendered in the bottom corner of the application window and not in the bottom corner of the monitor.
v0.5.0
SPARQ v0.5.0 Release
Features
- Heatmap
- Manual color scale
- Automatic color scale
- Value display
- Bilinear filtering
- Ability to remote control the plotter from the sender
- Clear console
- Rename dataset
- Clear/delete single dataset by id
- Clear/delete all datasets
- Switch plot type
Performance
- Receive thread now sleeps if no serial port is open
Fixes
- Fixed serial port bug where baud rate was always 115200 no matter the user selection
v0.4.2
SPARQ v0.4.2 Release
- Fix for a bug in the receive loop that made it impossible to catch up parsing messages if more than one message was in the buffer. This resulted in lost messages for receive speeds higher than a few dozen Hertz.
- Receive thread sleeps now happen at fixed intervals which improves maximum message receive rate
- Parsing of the two byte long message length in the header is now endianess aware so that the sender does not have to swap bytes
v0.4.1
SPARQ v0.4.1 Release
- Implementation of thread safe serial port access
- Detection of device disconnect to automatically close the port
- Fixes for application crashes when device is disconnected while the port is open
- Fixes for application crashes when device is sending data before port is open
v0.4.0
SPARQ v0.4.0 Release
- Graphics settings for VSync and antialiasing control
- Color settings with plot colormap selector
- Code cleanups
- Changes to config.ini format for bools
- Make all notification window durations fixed to 3s for success and 5s for errors
- Made the STM32 sender classes public