Releases: betaflight/betaflight-configurator
Betaflight Configurator 10.9.0-RC1
Please report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.9 (or better) configurator for firmware 4.4.0-zulu **
Which file do I need?
- Windows (8, 10, 11) 64 bit (installed):
betaflight-configurator-installer_10.9.0-RC1_win64-installer.exe
(please uninstall before installing this release); - Windows (8, 10, 11) 64 bit (portable):
betaflight-configurator-installer_10.9.0-RC1_win64-portable.zip
; - Mac OS X:
betaflight-configurator_10.9.0-RC1_macOS.dmg
(please read 'Important information when upgrading' below); - Linux (Ubuntu, debian):
betaflight-configurator_10.9.0-RC1_amd64.deb
; - Linux (Red Hat, Fedora, CentOS):
betaflight-configurator-10.9.0-RC1.x86_64.rpm
; - Linux (others):
betaflight-configurator_10.9.0-RC1_linux64-portable.zip
;
Release Notes
This release contains all of the changes necessary to support version 4.4.0-zulu (the pre-release) of the Betaflight firmware. If you are wanting to give firmware 4.4 a go, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.4. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
What's Changed
Features
- VTX Device over MSP by @phobos- in #2965
- Add missing debug modes by @haslinghuis in #3011
- Raise PID profile count by @haslinghuis in #2987
- Watt Hours Consumed OSD element and post Flight Stat by @jonmahoney15 in #2974
- Presets: remember and show last used presets by @limonspb in #3026
- Presets: Interactive stars for favorites by @limonspb in #3052
- Enable or disable features according to port configuration by @haslinghuis in #2840
- Add HD OSD support by @SteveCEvans in #3071
- Add support for ELRS UID - Co-authored-by: @jeffpearce by @haslinghuis in #3097
Improvements
- Minor changes to logging tab. More information and one correction by @HThuren in #2943
- Fix MSP flow, make MSP timeout dynamic by @haslinghuis in #2846
- Move every tab to modules by @chmelevskij in #2464
- Remove antiGravityMode and change iTermAcceleratorGain to antiGravityGain by @haslinghuis in #2953
- Tidy up
init.js
build order by @chmelevskij in #3000 - Remove css utils from global scope by @chmelevskij in #2999
- scanning for elrs network devices with crsf msp frame capability by @freasy in #2922
- Extended Bidir Dshot by @haslinghuis in #2980
- Change dynamic Notch MinHz Default by @haslinghuis in #3020
- vtx_osd_variant_fix by @P-I-Engineer in #2964
- Raise upper limit of dyn_idle_min_rpm by @haslinghuis in #2985
- add anti gravity tooltip and fix scaling by @haslinghuis in #3032
- Move TPA to PID profile by @haslinghuis in #2988
- Fix some absence of port selection menu by @ASDosjani in #3015
- Add OSD (MSP Displayport) option to port peripherals by @SteveCEvans in #3056
- Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name' by @krasiyan in #2798
- Enable MSP configuration on MSP peripherals by @haslinghuis in #3061
- Add GPS DOP debug by @haslinghuis in #3060
- Adding a progress bar for CLOUD BUILD progress by @blckmn in #3081
Fixes
- Fix cpuload by @haslinghuis in #2967
- Remove disable minimize workaround on MacOS by @haslinghuis in #2961
- Fix motor stop by @haslinghuis in #2970
- Fix cli output, reboot and timeout by @haslinghuis in #2983
- Fix semicolon by @haslinghuis in #3006
- hide accel related items when accel disabled by @mituritsyn in #2952
- Fix profile switching by @haslinghuis in #2998
- Fix OSD checkbox by @haslinghuis in #3018
- Fix auto_profile_cell_count range by @haslinghuis in #2993
- fix: expose OSD for virtual FC to pick up by @chmelevskij in #3025
- Fix permissions in debian package by @haslinghuis in #3028
- Add some missing style and minor bugfix by @ASDosjani in #2996
- Fix OSD by @haslinghuis in #3035
- Presets bugfix: automatically preselect current FC firmware version by @limonspb in #3036
- Fix VTX status update after saving by @haslinghuis in #3034
- Fix debug modes (GHST) by @haslinghuis in #3041
- Fix import of inflection library by @McGiverGim in #3044
- Hide backup and restore (again) by @haslinghuis in #3047
- Update port selection after initialization by @ASDosjani in #3027
- Add aux value element by @haslinghuis in #3057
- Fix container for phones by @asizon in #3059
- Removing duplicate for Sonarcloud by @blckmn in #3063
- Fix video system selection for MSP by @haslinghuis in #3062
- Change 'VTX (MSP)' to 'VTX (MSP + Displayport)' and lose 'OSD (MSP Displayport)' option by @SteveCEvans in #3065
- Fix scale for gyro readings by @haslinghuis in #3073
- Fix gps_rescue_min_start_dist by @haslinghuis in #3076
- Fix TPA by @haslinghuis in #3078
- Fix serialportconfig by @haslinghuis in #3084
- Fix RSNR by @haslinghuis in #3088
- Fix local flashing messaging by @haslinghuis in #3102
- Fix elrs connection by @ASDosjani in #3095
- Fix 2 typos by @ASDosjani in #3111
- Fix HD selection in UI by @haslinghuis in #3106
- Fix OSD preview by @haslinghuis in #3101
- Fix virtual OSD elements and OSD backwards compability bug ...
Betaflight Configurator 10.8.0
Please report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
Big thanks to:
@haslinghuis @McGiverGim @asizon @limonspb @chmelevskij @mathiasvr @ctzsnooze @benlumley @sobelek and many more who didn't commit code, but helped test.
Major New Features...
A smoother, more precise flight experience with better propwash perfomance 'and' also an easier setup and tuning experience - to release the full potential of Betaflight 4.
4.3 is a significant evolutionary step thanks to a slew of diligently coded and carefully tested updates representing thousands of hours of work from the voluntary development and test team. Credits at the end of the page.
-
New PID based tuning sliders - Whether you need to tweak the tune or build it from scratch, we now have simpler, more comprehensive, firmware based tuning sliders in the Configurator. These are active by default. Slider positions are stored with the quad, and can be modified via the OSD or LUA. New expert sliders allow fine-tuning of Pitch:Roll balance, DMax:Dmin, and I relative to P.
-
Presets - A fantastic, comprehensive new preset system! Whether a whoop, a twig, a 5" racer, a freestyle setup, or an X-class, you can now easily apply a great tune for your quad, out of the box. Presets also exist for radio setups, vtx configurations, and so on. Users can choose from 'official' Betaflight Presets and 'community' presets. Both are checked by Betaflight developers. Access to external Preset repositories is also provided, but take care when using these, since Betaflight has no control over their content.
-
Less gyro filtering with higher P and D, providing better 'out of the box' performance.
-
We've changed how D is configured. We now have Derivative and D_Max settings. The Derivative value is what sets the D value in smooth flying. When you turn fast, D rises to Dmax, providing more effective damping for fast movements, and when going straight, D back to Derivative and reduce D noise and motor heat. The difference between the two values has been reduced, and the Derivative value is significantly higher. Unlike 4.2, you usually won't need to push the D slider higher, unless you are seeking stronger straight-line stability in a clean HD or cinematic build.
-
More accurate loop times - We've made massive scheduler and DMA code improvements, including EXTI triggered SPI gyro reads (on supported boards), giving super stable looptimes, smoother filter performance, faster logging and improved CPU efficiency. NOTE: The CPU load reported in 4.3 is higher than reported in 4.2 due to a change in the way it is calculated. It now reports the % of time that the processor is busy running tasks, rather than a figure based on load average.
-
Multi dynamic notch - We have a completely rewritten, much improved, SDFT based multi-dynamic notches. More than one resonant peak can be tracked at the same time, more accurately and more quickly than before, with low latency cost. This allows for lower overall low pass filtering and better performance.
-
The above two changes have significantly improved incoming 'gyro noise'. This has allowed us to push the default gyro filtering higher than before. Coupled with higher D, this improves propwash. Many quads can now fly with the gyro filter slider hard right.
-
PT3 based RC smoothing - RC smoothing has been completely revised, and is now entirely filter based, using optimised PT3 (third order) smoothing. RC Smoothing now has the ideal filter shape applied with no overshoot and very smooth response. The auto smoothing value provides anything from low-latency to exceptional buttery cinematic smoothness.
-
RPM crossfading - we now can smoothly disable overlapping RPM filtering notches entirely at low RPM. This greatly reduces filter delay at low throttle. You’ll hear an immediate difference in the sound of the motors, and experience less propwash around low throttle.
-
PT2 and PT3 lowpass filtering options - The old biquad lowpass filter option is no longer available on Gyro, due to delay, overshoot and resonance issues. Previous Gyro biquad lowpass users should change to PT2, but more likely will find that, in 4.3, single or dual first order filtering is optimal for Gyro. Biquad filtering is still available for D, where a harder cut than PT2 can be useful.
-
Feedforward jitter reduction - 4.3 introduces feedforward jitter reduction, which is an improvement on feedforward transition. It delivers a ‘dynamic transition’ effect to the feedforward, where you can get silky smooth responses while making slow stick inputs, and immediate, snappy feedforward responses to quick inputs. Usually, Transition is not required any more. Jitter reduction provides the Transition type effect, but at any stick angle. Jitter reduction also attenuates RC link noise during slow movements, especially for the newer higher rate Rx links. Racers will tend to use lower jitter reduction values than Freestylers, since that will attenuate link noise without delaying stick responses.
-
Other feedforward improvements - We now have second order smoothing on boost, soft interpolation during slow stick moves, and more accurate duplicate packet interpolation. Most slower radio links won't need averaging, which is now off by default. High speed radio links (250hz and higher) will typically benefit from 2 point averaging and stronger smoothing. Presets to suit most common link types make Radio link configuration easy.
-
AntiGravity improvements - P boost has been added, along with I boost timing optimisation to peak when it is most needed. This provides greater stability during rapid throttle changes. The default value of 3.5 should not be increased without careful testing.
-
Dynamic gyro filter expo curve - Adjusting filter expo curves improves propwash by raising dynamic gyro filter cutoff values more quickly as you throttle up.
-
Improved dynamic idle - The dynamic idle code has been heavily revised, and can now keep RPM at a more stable value, more quickly and more precisely than before, and can be fine-tuned with its new single sided PID controller. It is now much simpler to set up. There is no need to measure RPM or change your D_Shot idle percentage value - leave that value at your normal setting. Just enable DShot Telemetry (and check it is working), and set a suitable idle RPM value in the PID Tuning page. Typically 3000-4000 rpm works great. This improves motor spin-up-from-low-rpm behaviour, enhancing low throttle input responsiveness, and reduces the risk of desyncs, while allowing motor drive to go all the way to zero for enhanced braking when appropriate and for longer inverted hang times.
-
[Linear and Dynamic mixer options](https://github.com/betaflight/...
Betaflight Configurator 10.8.0 Release Candidate 7
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC7 (or better) configurator for firmware 4.3 (RC7) **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
Big thanks to:
@haslinghuis @McGiverGim @asizon @limonspb @chmelevskij @mathiasvr @ctzsnooze @benlumley @sobelek and many more who didn't commit code, but helped test.
New Features
- see firmware 4.3 notes
What's Changed
Improvements
- chore: stories for BatteryLegend and StatusBar by @chmelevskij in #2907
- refactor: move styles closer to the components by @chmelevskij in #2908
- use gap for version spacing by @chmelevskij in #2917
- OSD Tab - Improve the way osd elements picker + timer section render/wrap by @benlumley in #2920
- Make OSD screen bigger if possible by @McGiverGim in #2916
- [chore] migrate remaining deprecated chrome storage API calls to ConfigStorage JSON implementation. by @haslinghuis in #2636
- Stop motor test with Any key by @haslinghuis in #2921
- Move telemetry to receiver tab by @haslinghuis in #2931
Fixes
- Fix version component margin and darktheme background for status bar by @asizon in #2915
- Fix freezing of configurator while loading local firmware and OSD preview while moving elements on Linux by @haslinghuis in #2913
- Not wrap header elements by @McGiverGim in #2928
- Fix presets by @haslinghuis in #2936
- Fix PortHandler by @haslinghuis in #2932
- Fix MSP_BOARD_INFO accumulation and localStorage Quota Exceeded by @haslinghuis in #2937
Translation
- Update translations by @McGiverGim in #2923
Full Changelog: 10.8.0-RC6...10.8.0-RC7
Betaflight Configurator 10.8.0 Release Candidate 6
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC6 (or better) configurator for firmware 4.3 (RC6) **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
Big thanks to:
@haslinghuis @McGiverGim @asizon @limonspb @chmelevskij @mathiasvr @ctzsnooze @benlumley @sobelek and many more who didn't commit code, but helped test.
New Features
- see firmware 4.3 notes
What's Changed
- Presets fix: proper Esc key handling for preset dialogs by @limonspb in #2897
- Update translations by @McGiverGim in #2900
- Cli tab: vertical flex fix and removing scroll bars by @limonspb in #2903
- add storybook setup by @chmelevskij in #2899
- Make "Activate bootloader" button use bootloader in flash if it exists by @klutvott123 in #2904
Full Changelog: 10.8.0-RC5...10.8.0-RC6
Betaflight Configurator 10.8.0 Release Candidate 5
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC5 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
New Features
- see firmware 4.3 notes
Dependency updates
CI updates
Fixes
- Fixed CLI autocomplete (#2889)
- Change failsafe delays units to seconds in UI (#2884)
- Fixed model preview (#2842)
- Fix build release (#2895)
- Removed duplicates from receiver tab (#2896)
Translation update
- Updated translation (#2887)
Big thanks to:
@haslinghuis @McGiverGim @asizon @limonspb @chmelevskij @mathiasvr @ctzsnooze @benlumley @sobelek and many more who didn't commit code, but helped test.
Betaflight Configurator 10.8.0 Release Candidate 4
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC4 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
Download the assets here:
https://github.com/betaflight/betaflight-configurator-nightlies/releases/tag/v20220405.82
(note to be updated to bring the assets here shortly via github actions)
New Features
- see firmware 4.3 notes
Dependency update
- Bump node-fetch from 2.6.6 to 2.6.7 (#2780)
- Bump copy-props from 2.0.4 to 2.0.5 (#2779)
- Bump cached-path-relative from 1.0.2 to 1.1.0 (#2777)
- Bump postcss from 8.2.10 to 8.2.13 (#2778)
- Bump pathval from 1.1.0 to 1.1.1 (#2801)
- Bump ajv from 6.10.2 to 6.12.6 (#2803)
- Bump NW.js (0.60.0) (#2797)
- Bump follow-redirects from 1.13.0 to 1.14.8 (#2805)
- Bump marked from 0.8.0 to 4.0.10 (#2756)
- Bump karma from 4.4.1 to 6.3.14 (#2802)
- Bump urijs from 1.19.7 to 1.19.8 (#2832)
- Bump urijs from 1.19.8 to 1.19.10 (#2851)
- Revert NWjs from 0.60.0 to 0.54.1 for Linux only (#2857)
CI update
- Remove publish unit tests (#2783)
- Make CI a reusable workflow (#2785)
- Upgrade stale bot action to version 4 (#2795)
- Remove unused Azure Pipelines CI config (#2807)
- Fix changes listing and tag name for CI (#2809)
- Remove CI name to be equal than tag (#2811)
- Add new workflow to add links for artifacts on pull request (#2813)
- Hide outdated artifact links when PR update (#2818)
- Replace travis/azure badge by Action (#2814)
- Fix the hide artifact links comments (#2830)
Fixes
- Fix texts and tooltip around iterm relax (#2792)
- Fix presets for multiple select dropdowns with 199+ elements (#2790)
- Fix a bug that makes release notes missing on firmware flasher (#2828)
- Fix issues around reboot (#2758)
- Fix RX model preview for different rates system (#2829)
- Show firmware loaded in firmware flasher tab (#2834)
- Changed DFU check from 5 second wait to poll every 100ms (#2836)
- Add support for marked type presets description layout (#2841)
- Make serial connection timeout dynamic (#2838)
- Fixed wrong alignment of motor tool buttons (#2848)
- Fix state if local target does not match board (#2850)
- Fix bugs in motor.css (#2853)
- Fix a bug when saving freezes the presets progress dialog (#2862)
- Fix a bug where expert mode could not be saved after close (#2866)
- Fix a bug in the second selection of the firmware flasher (#2875)
- Fix backup and restore in presets (#2879)
Translation update
Betaflight Configurator 10.8.0 Release Candidate 3
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC3 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
New Features
- see firmware 4.3 notes
Fixes
- Update filter tooltip messages for 4.3 (#2744)
- Update Editor Config (#2734)
- Add Windows portable build (#2739)
- Fix motor and preset tabs CSS on Android (#2746)
- Fix Discord link (#2751)
- Make virtual mode an option (#2748)
- Add some debug modes (#2753)
- Update preset system (#2759)
- Update sonar cloud rules (#2692)
- Add Impulse RC driver fix to landing page (#2752)
- Fix a bug in presets
show CLI
option (#2765) - Update zh_CN translations (#2761)
- Fix multiple-select in darkmode (#2764)
- Add prefer template rule to match code style in sonar cloud (#2696)
- Move issues to Github forms (#2767)
- Add installation notes for Linux (#2772)
- Fix a bug that causes preset list options missing (#2771)
- Fix labels in yaml forms (#2769)
- Force throttle value in motor reorder and direction dialogs to 6% (#2770)
- Typo fix (#2776)
- Fix RPM filters defaults for 4.3 (#2712)
- Fix board select trigger after flashing (#2775)
- Use GitHub Actions for CI (#2735)
- Fix battery calibration in power tab (#2786)
Betaflight Configurator 10.8.0 Release Candidate 2
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC2 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 on the Discord messaging platform. Come and join us. 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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
New Features
- see firmware 4.3 notes
Fixes:
- Add missing class in options tab elements #2715
- Revert nwjs versiong to 0.54.1 #2716
- Update translations #2720
- Fix firmware flash button behaviour when non-English is selected #2730
- Fix Vue lint warnings #2728
- Preset system update #2736
- Typo fix in PID tuning tip #2741
- Fixes console error about import only being usable in modules #2727
- Fix filter slider display #2724
- Update RC smoothing auto factor tool tip for 4.3 #2714
- Add Betaflight Discord server link to the landing page #2704
- Remove backup and restore buttons #2742
- Fix android toolbar buttons #2743
- various other fixes (see here for a complete list).
Betaflight Configurator 10.7.2
Which file do I need?
- Windows (7, 8, 10):
betaflight-configurator-installer_<version>_win32.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Maintenance Release
This release only contains bugfixes. For a full list of new features see 10.7.0.
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.
Fixes:
- various fixes (see here for a complete list).
Betaflight Configurator 10.8.0 Release Candidate 1
This is a release candidate. It is intended for testing, and some things still need fixing and fine tuning. Please use it with caution and report back any issues at https://github.com/betaflight/betaflight-configurator/issues. Thank you.
** You must use this version 10.8-RC1 (or better) configurator for firmware 4.3 **
Which file do I need?
- Windows (8, 10, 11) 64 bit:
betaflight-configurator-installer_<version>_win64.exe
(please uninstall before installing this release); - Mac OS X:
betaflight-configurator_<version>_macOS.dmg
(please read 'Important information when upgrading' below); - Linux:
betaflight-configurator_<version>_amd64.deb
(Ubuntu, debian),betaflight-configurator-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),betaflight-configurator_<version>_linux64.zip
(others);
Release Notes
This release contains all of the changes necessary to support version 4.3 of the Betaflight firmware. If you are using firmware 4.3, it is essential that you upgrade to this version, in order to get support for configuring the new features of 4.3. Please read the 'Important information when upgrading' section below. For a list of other new features that were added see 'New Features' below.
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 Configurator.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 after installing: sudo xattr -rd com.apple.quarantine /Applications/Betaflight\ Configurator.app
.
New Features
- see firmware 4.3 notes
Fixes:
- various UI fixes.