Releases: cleanflight/blackbox-tools
v0.4.3
v0.4.2
Fixes display of logs in blackbox_render
when flight controller powerup time exceeds 35 minutes.
v0.4.1.1
This release updates the included version of the Cairo library from 1.14.0 to 1.14.2 to fix crashes encountered when drawing extremely vertical lines (caused by logs with corrupt data).
Only the MacOS and Linux binaries have the fixed version, the Win32 version still the buggy 1.14.0 Cairo, sorry!
Adds support for logs created by Cleanflight 1.9.0
Adds support for logs created by Cleanflight 1.9.0 (required for new gyro data to render properly).
v0.4.0
Adds support for decoding new Blackbox log data for flight mode, flight state, and failsafe phase.
v0.3.4
Adds support for computing cumulative current usage when a current sensor is available, and also allows simulating the virtual current sensor that Cleanflight provides (estimating current usage based on throttle position).
Adds support for decoding GTune events. Fixes JSON output of decoded events.
v0.3.3.1
Adds support for Windows XP (no other changes).
v0.3.3
Fixes per-frame memory leak in blackbox_render.
v0.3.2
Makes the estimated baud rate in blackbox_decode more realistic (previously it read 20% under the correct amount).
The Windows binaries have been updated so that you no longer need to have installed the "Visual Studio 2013 Redistributable" in order to run the tools.
v0.3.1.1
Adds new unit commandline options to blackbox_decode for decoding these fields: frame time, baro altitude, gyroscopes, accelerometers, vbat, amperage.
Fixes erroneous "corrupt frame" warning in blackbox_decode for event frames at end of log.
Fixes bug in 0.3.1 which showed the wrong defaults on the --help page for acceleration and rotation.