Skip to content

Releases: BitsAndDroids/FlightConnector-Rust

App v0.11.0

13 Apr 05:52
289e08a

Choose a tag to compare

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).
    image

  • 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.
    image

App v0.10.0

10 Mar 20:30
cd47019

Choose a tag to compare

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

10 Jan 14:52
8e491d4

Choose a tag to compare

What's fixed:

  • Library generation has been fixed for custom events.

App v0.9.9

05 Dec 15:20
8f1fa53

Choose a tag to compare

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

26 Nov 17:25
0731327

Choose a tag to compare

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

25 Nov 18:42
a8eea87

Choose a tag to compare

Connector

What's fixed:

  • Generating a custom library didn't load the header properly

App v0.9.5

21 Nov 16:58
4f20be4

Choose a tag to compare

Connector

What's fixed:

  • installing the wasm module resulted in directory not found errors.

App v0.9.4

19 Nov 17:03
19b63d3

Choose a tag to compare

##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

16 Nov 15:17
3e7721e

Choose a tag to compare

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

15 Nov 20:51
759b34d

Choose a tag to compare

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.