3.6.0
版本发布时间: 2022-06-14 11:33:42
betaflight/blackbox-log-viewer最新发布版本:3.7.0(2024-05-04 06:18:26)
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 https://github.com/betaflight/blackbox-log-viewer/pull/443
- Disable Expo, Smooth and Grid by default by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/448
- Updated NW.js to 44.6. by @mikeller in https://github.com/betaflight/blackbox-log-viewer/pull/449
- Add a shadow to the text of the Spectrum graph by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/451
- Use nw window and open links in new window by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/450
- Replace NSIS by Inno Setup installer by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/452
- Remember position and size of the window by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/453
- Updating NW.js and ffmpeg libraries to new 0.47 by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/455
- Add dynamic notch max hz to header by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/457
- Removed Dterm Rpm and Vbat Pid Compensation header options from 4.3 by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/459
- Manage disabled fields by @fgiudice98 in https://github.com/betaflight/blackbox-log-viewer/pull/460
- Refactor application association in registry by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/461
- Move WebMWriter library to node_modules by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/463
- Added vbat_sag_compensation to header by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/465
- Remove Chrome support by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/474
- Improving Betaflight logo by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/476
- Restrict Windows version to Windows 8 or higher by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/478
- Show the limit in motors graph by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/472
- Display selected gyro header value by @atomgomba in https://github.com/betaflight/blackbox-log-viewer/pull/480
- Show the effective motor percentage with dynamic idle in the legacy motor graph. by @mikeller in https://github.com/betaflight/blackbox-log-viewer/pull/483
- bump nw.js and ffmpeg library to version 0.50.2 by @TheIsotopes in https://github.com/betaflight/blackbox-log-viewer/pull/487
- Allow window resizing down to 800x600 by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/502
- Generate win64 version for Windows by default by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/504
- Add debug friendly names depending on versioning by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/514
- Updated NW.js to 0.54.0, and updated libraries to match. by @mikeller in https://github.com/betaflight/blackbox-log-viewer/pull/518
- Add motor poles support by @atomgomba in https://github.com/betaflight/blackbox-log-viewer/pull/526
- Updates to log viewer for 4.3 by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/512
- Add azure vmImage for release by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/540
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in https://github.com/betaflight/blackbox-log-viewer/pull/525
- Bump NWjs to 0.54.1 by @haslinghuis in https://github.com/betaflight/blackbox-log-viewer/pull/523
- 4.3 field support by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/539
- Update azure windows image by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/543
- zoom resolution of 1, not 10 by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/546
- Update FFT debug modes by @KarateBrot in https://github.com/betaflight/blackbox-log-viewer/pull/554
- chore: use node 14 by @chmelevskij in https://github.com/betaflight/blackbox-log-viewer/pull/495
Fixes
- Fixed some window opening by @Asizon in https://github.com/betaflight/blackbox-log-viewer/pull/456
- Fix open window association with --disable-features=nw2 by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/462
- Fix screenshot output by @atomgomba in https://github.com/betaflight/blackbox-log-viewer/pull/469
- Bump ini from 1.3.5 to 1.3.7 by @dependabot in https://github.com/betaflight/blackbox-log-viewer/pull/484
- Hanning window applied to input data (fftInput, not fftOutput) by @bw1129 in https://github.com/betaflight/blackbox-log-viewer/pull/491
- Fix axisError calculation by @DusKing1 in https://github.com/betaflight/blackbox-log-viewer/pull/494
- Fix rounding in setpoint vs error graph by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/515
- Fix DUAL_GYRO_SCALED debug mode graph by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/520
- fix typo in index.html by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/555
- Temporary remove FileWriter support when exporting video by @McGiverGim in https://github.com/betaflight/blackbox-log-viewer/pull/516
- fir header dialog information into min width by @ctzsnooze in https://github.com/betaflight/blackbox-log-viewer/pull/569
New Contributors
- @Asizon made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/455
- @fgiudice98 made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/460
- @bw1129 made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/491
- @DusKing1 made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/494
- @haslinghuis made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/523
- @mathiasvr made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/545
- @KarateBrot made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/554
- @chmelevskij made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/495
- @blckmn made their first contribution in https://github.com/betaflight/blackbox-log-viewer/pull/577
Full Changelog: https://github.com/betaflight/blackbox-log-viewer/compare/3.5.0...3.6.0
1、 betaflight-blackbox-explorer-3.6.0-1.x86_64.rpm 129.04MB
2、 betaflight-blackbox-explorer_3.6.0_amd64.deb 91.27MB
3、 betaflight-blackbox-explorer_3.6.0_linux64-portable.zip 129.83MB
4、 betaflight-blackbox-explorer_3.6.0_macOS.dmg 116.31MB
5、 betaflight-blackbox-explorer_3.6.0_win64-installer.exe 77.83MB
6、 betaflight-blackbox-explorer_3.6.0_win64-portable.zip 110.55MB