Releases: BitsAndDroids/FlightConnector-Rust
Releases · BitsAndDroids/FlightConnector-Rust
App v0.11.0
Connector
Added:
-
I have added a simvar watcher window to the debug menu. This will display the raw values received by the sim before any conversions. It shows the current active outputs in your active bundles. So a running connection is required (pressing the start button).

-
I have added the possibility of editing the update rate of events. The update rate can now be edited on a per-bundle basis. Changes to the update rate won't affect the rate of the same event in different bundles. This gives you complete control over the accuracy of data.

App v0.10.0
Connector:
- Added velocity body X simvar (feet per minute)
- Added velocity body Y simvar (feet per minute)
- Added velocity body Z simvar (feet per minute)
Library:
- Added getVelocityBodyX()
- Added getVelocityBodyY()
- Added getVelocityBodyZ()
What's fixed:
- Vertical speed now returns values (feet per minute). Due to incorrect documentation of the sim SDK, the value used to be requested in feet per seconds.
- Fixed serial initialization for Arduino Due boards.
App v0.9.10
What's fixed:
- Library generation has been fixed for custom events.
App v0.9.9
Connector
What's new:
- Added launch on sim start for MFS2024. To use this feature, please enable and disable the checkbox in the settings menu. The connector now looks to see if there is an exe.xml file present in the community folder. If this file is missing, it will create a new exe.xml for you. For MFS2024, I recommend using the "%appdata%/Microsoft Flight Simulator 2024" as the community folder path.
App v0.9.7
Connector
What's fixed:
- Saving update every value changes would save as string instead of number
- Loading string update_every could cause issues in the custom output menu
App v0.9.6
Connector
What's fixed:
- Generating a custom library didn't load the header properly
App v0.9.5
Connector
What's fixed:
- installing the wasm module resulted in directory not found errors.
App v0.9.4
##Connector
what's fixed:
- First boot of the app would search settings that weren't initialized yet. This could cause a white screen.
App v0.9.3
Connector
What's fixed:
- Navigating away from the edit menu would cause issues when reopening the same window. This could lead to changes not saving. Fixes issue: #227.
App v0.9.2
Connector
What's fixed:
- update_every wasn't saved as number
- Changing the ID of an event prevented it from being saved.
- Id of new events were saved as text instead of number
Thank you aeroelectrolight, for the reports.