Skip to content

Betaflight Configurator 10.8.0 Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@blckmn blckmn released this 01 Feb 09:56
· 953 commits to master since this release
340087a

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)