Releases: c-true/FsConnect
Releases · c-true/FsConnect
1.4.0
FsConnect v1.4.0
Getting started
Read the README to get started.
Changes
- Closes #22, fixing errors in API (Thanks @rsparkyc)
- Updated to SDK version 0.24.3.0.
- Support for registering input events.
- Updated to .NET Framework 4.6.1 to match SimConnect version.
Where to get it
You can download this release from nuget
1.3.3
FsConnect v1.3.3
Getting started
Read the README to get started.
Changes
- Added support for NAV frequencies, transponder and autopilot heading bug
- Closes #14, regarding heading bug
- Closes #15, regarding setting COM and NAV frequencies with 3 decimals
Where to get it
You can download this release from nuget
1.3.2
FsConnect v1.3.2
Getting started
Read the README to get started.
Changes
- Issue #15 fixed by adding support for setting COM frequencies, including 3 decimals, through the RadioManager.
- Added event ids for frequencies
- Updated and added some method signatures
- Integration tests for RadioManager
- Simple utility class for BCD handling.
Where to get it
You can download this release from nuget
1.3.1
FsConnect v1.3.1
Getting started
Read the README to get started.
Changes
- [Breaking] SimProperty renamed to SimVar, minor other renames.
- Added support for reflection of SimVars, see the SimVar attribute.
- Added enum, FsEventNameId, for configuring client events using an enum.
Where to get it
You can download this release from nuget
1.3.0
FsConnect v1.3.0
Getting started
Read the README to get started.
Changes
- Fixes #11 by providing simple access to setting up client events
- Provides support for aspect/reflection based registering of data definitions through the SimProperty attribute.
- WorldManager support class for setting world time.
Where to get it
You can download this release from nuget
1.2.0
Release notes
Bug fixes:
- Fixes #8, added all known sim vars and sim units for easier registration of definitions
- Fixed #9, removing an internal constraint on handling multiple request
Features:
- Opened up access to more of SimConnect's API
- Added support for some key simulator events, such as Pause
- Added support for requesting data on Sim Objects
- Added managers as example on how to wrap FsConnect for common operations, such as requesting aircraft or sim object data
- Documentation and refactorings
Where to get it
You can download this release from nuget
1.1.1
Release notes
Bug fixes:
- Fixes #6, setting Local as default location for writing SimConnect.cfg
Features:
- Added all simulation variables and units as documented by the SimVarWatcher example in the MSFS SDK
- Verified that bundled SimConnect binaries in SDK 0.10.0 is the same as in this release.
Where to get it
You can download this release from nuget