Skip to content

Commit

Permalink
Snapshot 2.0.0-20240128
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed Jan 28, 2024
1 parent 28bf456 commit 64a380f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Snapshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Snapshot Release

This version is a development snapshot, intended to be used only for beta-testing.
It is not fully working nor stable, and should not be used by end-users.

The Configurator is currently under development, so please expect
many things to be broken, and changing rapidly.

For more information, please join the Rotorflight Discord chat.

## Changes from 2.0.0-20240105

- Fix tail trim rounding
- Fix yaw direction in Rates tab
- Refactor config handling in Power tab
- Show Charge level in Power tab
- Show Realtime Load on the bottom bar
- Add Yaw precomp (lowpass filter) cutoff
- Move RPM Sensor switch to Motors tab
- Add GOVERNOR to ARMING Disabled flags
- Update zh_CN locale
- Add TTA Debug mode
- Add CMS feature flag
- Add Setpoint Response time and acceleration on Rates tab
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-20240128",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
"scripts": {
Expand Down

0 comments on commit 64a380f

Please sign in to comment.