Skip to content

Commit

Permalink
Snapshot 0.2.0-20220117
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed Jan 17, 2022
1 parent b69c94b commit ef30700
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Snapshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Snapshot Release

This is a Rotorflight Configurator development snapshot for beta-testing.

This snapshot contains a **major** code restructuring, mostly in the tab
code and in the MSP handling.

The Save/Reboot/Refresh functionality has been totally rewritten,
to be consistent between tabs. Now, Save and Revert buttons are
presented if there are any changes in a tab. Also, a warning dialog
is presented if the user is trying to swap tabs while there are unsaved
changes. Also, all data is refreshed from the FC after saving, for making
sure everything actually is saved in the FC correctly.

**NOTE!** Please uninstall any previous version of Rotorflight Configurator
before trying to install this version!


## Changes from 20211224

- Warning dialog about Unsaved Changes added

- Save functionality rewritten in all tabs

- Lots of dead code removed

- Backup/Restore buttons removed in the System tab

- MSP Changes to match the Firmware

- Gear ratio moved from Governor to Motor config

- Show degrees in Mixer tab

- Front/Rear elevator servo mixup fixed in the Mixer

- App id clash with Betaflight fixed

- Use decimal format for (1/10s) time variables

- Initial bidirectional tail support added

- Tabs reordered again

- No more snowstorm ;-)

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": "0.2.0-devel",
"version": "0.2.0-20220117",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
"scripts": {
Expand Down

0 comments on commit ef30700

Please sign in to comment.