Releases: BitsAndDroids/FlightConnector-Rust
Releases · BitsAndDroids/FlightConnector-Rust
App v0.3.6
- Added transponder state events to the wasm module
- Added outputs for plane heading (mag, gyro, true)
- Added a button to reload default wasm events (this will overwrite any changes to the default events but won't touch the events you've added yourself).
- Fixed custom event store resetting on startup
App v0.3.5
See the assets to download this version and install.
What's Changed
- Wasm event window by @BitsAndDroids in #149
- App v0.3.4 by @BitsAndDroids in #150
- Wasm event window by @BitsAndDroids in #151
- Bugfix for output format select by @BitsAndDroids in #152
Full Changelog: app-v0.3.3...app-v0.3.5
App v0.3.4
See the assets to download this version and install.
What's Changed
- Added ambient events (ambient wind/temp/rain)
- Added a window where you're able to edit/add/remove custom events
Full Changelog: app-v0.3.3...app-v0.3.4
App v0.3.3
This requires a new version of the WASM module to be installed (0.4.0)
- Moved wasm input registration to the connector
- Register wasm inputs on every start (to make it easier to make changes locally)
- Added xpndr ident inputs
- Added the option to send values to the game with basic inputs (i.e. com, bool, other values). Still need to add documentation on this
App v0.3.2
- Added preset manager page
- Added the option to delete presets
App v0.3.1
- added links to the docs in info Windows
- added some breathing room to the dropdown menus
App v0.3.0
- Added wasm output support
- Full WASM revamp
- Added initial WASM install function
- Added settings menu
- Added TRS setting (reset on connection)
- Added docs for settings
- Updated WASM docs to reflect the new WASM installer (still WIP)
- Added dropdown menus
- Fixed information popups
App v0.2.18
- Fixed a bug that assigned 2 outputs to the same ID (actual VS, ap hold VS)
- Granted permissions to delete bundles
App v0.2.16
- Fixed percentage-based outputs (0.8 got parsed as int changed it to 0.8 * 100)
ADF1 tenths support
- Added adf 1 tenths increase and decrease inputs