Skip to content

Releases: BitsAndDroids/FlightConnector-Rust

App v0.11.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 05:52
289e08a

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

Choose a tag to compare

@github-actions github-actions released this 10 Mar 20:30
cd47019

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

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:52
8e491d4

What's fixed:

  • Library generation has been fixed for custom events.

App v0.9.9

Choose a tag to compare

@github-actions github-actions released this 05 Dec 15:20
8f1fa53

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

Choose a tag to compare

@github-actions github-actions released this 26 Nov 17:25
0731327

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

Choose a tag to compare

@github-actions github-actions released this 25 Nov 18:42
a8eea87

Connector

What's fixed:

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

App v0.9.5

Choose a tag to compare

@github-actions github-actions released this 21 Nov 16:58
4f20be4

Connector

What's fixed:

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

App v0.9.4

Choose a tag to compare

@github-actions github-actions released this 19 Nov 17:03
19b63d3

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

Choose a tag to compare

@github-actions github-actions released this 16 Nov 15:17
3e7721e

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

Choose a tag to compare

@github-actions github-actions released this 15 Nov 20:51
759b34d

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.