Blackbox Log Viewer 3.6.0
Which file do I need?
- Windows (7, 8, 10):
betaflight-blackbox-explorer-installer_<version>_win32.exe
; - Mac OS X:
betaflight-blackbox-explorer_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-blackbox-explorer_<version>_amd64.deb
(Ubuntu, debian),betaflight-blackbox-explorer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-blackbox-explorer_<version>_linux64.zip
(others).
Release Notes
This update of Blackbox Log Viewer adds support for logs written by the latest version of the Betaflight firmware (4.3).
We have tried to make this release as bug free as possible. If you still find a bug, please report it back to us by opening an issue here.
If you want to talk about Betaflight, ask configuration questions, or just hang out with fellow pilots, you can do this in our Facebook group.
Betaflight also has a presence in the Slack messaging platform. Register here, and then come join us in Slack. Most developers hang out there, so this is a great place to talk about the things you are tinkering with in Betaflight, or get help with really complicated configuration problems.
Important information when upgrading
- Changes to the security model used in the latest versions of MacOS X 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"Betaflight Blackbox Explorer.app" is damaged and can’t be opened. You should move it to the Trash.') when trying to install the application. To work around this, run the following command in a terminal before installing:
sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Blackbox\ Explorer.app
.
What's Changed
Improvements
- Removed unneeded devDependency 'jquery-ui-npm'. by @mikeller in #443
- Disable Expo, Smooth and Grid by default by @McGiverGim in #448
- Updated NW.js to 44.6. by @mikeller in #449
- Add a shadow to the text of the Spectrum graph by @McGiverGim in #451
- Use nw window and open links in new window by @McGiverGim in #450
- Replace NSIS by Inno Setup installer by @McGiverGim in #452
- Remember position and size of the window by @McGiverGim in #453
- Updating NW.js and ffmpeg libraries to new 0.47 by @asizon in #455
- Add dynamic notch max hz to header by @asizon in #457
- Removed Dterm Rpm and Vbat Pid Compensation header options from 4.3 by @asizon in #459
- Manage disabled fields by @fgiudice98 in #460
- Refactor application association in registry by @McGiverGim in #461
- Move WebMWriter library to node_modules by @McGiverGim in #463
- Added vbat_sag_compensation to header by @asizon in #465
- Remove Chrome support by @McGiverGim in #474
- Improving Betaflight logo by @asizon in #476
- Restrict Windows version to Windows 8 or higher by @McGiverGim in #478
- Show the limit in motors graph by @McGiverGim in #472
- Display selected gyro header value by @atomgomba in #480
- Show the effective motor percentage with dynamic idle in the legacy motor graph. by @mikeller in #483
- bump nw.js and ffmpeg library to version 0.50.2 by @TheIsotopes in #487
- Allow window resizing down to 800x600 by @ctzsnooze in #502
- Generate win64 version for Windows by default by @McGiverGim in #504
- Add debug friendly names depending on versioning by @McGiverGim in #514
- Updated NW.js to 0.54.0, and updated libraries to match. by @mikeller in #518
- Add motor poles support by @atomgomba in #526
- Updates to log viewer for 4.3 by @ctzsnooze in #512
- Add azure vmImage for release by @asizon in #540
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #525
- Bump NWjs to 0.54.1 by @haslinghuis in #523
- 4.3 field support by @ctzsnooze in #539
- Update azure windows image by @asizon in #543
- zoom resolution of 1, not 10 by @ctzsnooze in #546
- Update FFT debug modes by @KarateBrot in #554
- chore: use node 14 by @chmelevskij in #495
Fixes
- Fixed some window opening by @asizon in #456
- Fix open window association with --disable-features=nw2 by @McGiverGim in #462
- Fix screenshot output by @atomgomba in #469
- Bump ini from 1.3.5 to 1.3.7 by @dependabot in #484
- Hanning window applied to input data (fftInput, not fftOutput) by @bw1129 in #491
- Fix axisError calculation by @DusKing1 in #494
- Fix rounding in setpoint vs error graph by @McGiverGim in #515
- Fix DUAL_GYRO_SCALED debug mode graph by @McGiverGim in #520
- fix typo in index.html by @ctzsnooze in #555
- Temporary remove FileWriter support when exporting video by @McGiverGim in #516
- fir header dialog information into min width by @ctzsnooze in #569
New Contributors
- @asizon made their first contribution in #455
- @fgiudice98 made their first contribution in #460
- @bw1129 made their first contribution in #491
- @DusKing1 made their first contribution in #494
- @haslinghuis made their first contribution in #523
- @mathiasvr made their first contribution in #545
- @KarateBrot made their first contribution in #554
- @chmelevskij made their first contribution in #495
- @blckmn made their first contribution in #577
Full Changelog: 3.5.0...3.6.0