Skip to content

Commit

Permalink
Release Candidate 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed Feb 29, 2024
1 parent 199d655 commit 45d6211
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
## Release Candidate

This is the first Release Candidate of the Rotorflight 2 Configurator.

### Downloads

The official download locations for Rotorflight 2.0.0-RC1 are:

- [Rotorflight Configurator](https://github.com/rotorflight/rotorflight-configurator/releases/tag/release/2.0.0-RC1)
- [Rotorflight Blackbox](https://github.com/rotorflight/rotorflight-blackbox/releases/tag/release/2.0.0-RC1)
- [LUA Scripts for EdgeTx](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/release/2.0.0-RC1)
- [LUA Scripts for Ethos](https://github.com/rotorflight/rotorflight-lua-ethos/releases/tag/release/2.0.0-RC1)


### Notes

1. There is a new website [www.rotorflight.org](https://www.rotorflight.org/) for Rotorflight 2.
The old Wiki in github is deprecated, and is for Rotorflight-1 only.
Big thanks to the documentation team for setting this up!

1. Rotorflight 2 is **NOT** backward compatible with RF1. You **MUST NOT** load your configuration dump from RF1 into RF2.

1. If coming from RF1, please setup your helicopter from scratch for RF2. Follow the instructions on the website!

1. As always, please double check your configuration on the bench before flying!


### Support

The main source of Rotorflight information and instructions is now the [website](https://www.rotorflight.org/).

Rotorflight has a strong presence on the Discord platform - you can join us [here](https://discord.gg/FyfMF4RwSA/).
Discord is the primary location for support, questions and discussions. The developers are all active there,
and so are the manufacturers of RF Flight Controllers. Many pro pilots are also there.
This is a great place to ask for advice or discuss any complicated problems or even new ideas.

There is also a [Rotorflight Facebook Group](https://www.facebook.com/groups/876445460825093) for hanging out with other Rotorflight pilots.


### Changes

RF2 is based on Betaflight 4.3.x, and is rewritten from ground up, with the experience learned from Rotorflight-1.

Lots of things have changed in the two years of development. A full changelog can be found online later.

#### Changes since 2.0.0-20240218

- Fix Zoom function
- Relax servo rate limits
- Refactor MSP_SERVO_CONFIGURATIONS
- Change default channel order to AECR1T23
- Add vendor names in receiver protocols
- Many fixes in labels and help texts
- Update locales for translation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rotorflight-configurator",
"productName": "Rotorflight Configurator",
"description": "Crossplatform configuration tool for Rotorflight flight control system.",
"version": "2.0.0-devel",
"version": "2.0.0-RC1",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
"scripts": {
Expand Down

0 comments on commit 45d6211

Please sign in to comment.