All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
v0.3.2 - 2023-03-22
- Updated to
simconnect-sdk
v0.2.2. - Updated to MSFS SDK v0.20.5.0.
- Fixed an issue that was causing the heading to be inaccurate with easterly magnetic variations.
v0.3.1 - 2022-11-14
- GPS Ground Speed is now correctly sent in knots instead of meters per second over COM.
v0.3.0 - 2022-11-07
- The option to broadcast to a virtual COM port, emulating an RS232 GPS device, has been added.
- When a new release is available, the notification now includes its version number.
v0.3.0-alpha.2 - 2022-11-06
- The Baud rate field is now a dropdown with a fixed set of options.
- The values for Course Over Ground and Magnetic Variation sent over COM should now be correct.
v0.3.0-alpha.1 - 2022-11-06
- The option to broadcast to a virtual COM port, emulating an RS232 GPS device, has been added.
- When a new release is available, the notification now includes its version number.
v0.2.5 - 2022-10-29
- The "Connected" status will now be reported much quicker (up to 6x times faster).
- Error handling and tracing have been improved.
- Fixed an issue that was causing the UI to occasionally think it's still connected after MSFS2020 has been closed.
- Fixed an issue that was preventing the SimConnect Client from properly closing on user "Disconnect".
- Fixed an issue that was causing SimConnect Client to unnecessarily connect a second time on user "Connect".
v0.2.4 - 2022-08-26
- All dependencies are updated to the latest version.
v0.2.3 - 2021-05-31
- The GPS Track is now calculated by subtracting MAGVAR from GPS GROUND MAGNETIC TRACK
v0.2.2 - 2021-05-05
- The GPS track is now based on 'GPS GROUND MAGNETIC TRACK' instead of 'GPS GROUND TRUE TRACK'
v0.2.1 - 2021-05-01
- The GPS track is now based on 'GPS GROUND TRUE TRACK' instead of 'PLANE HEADING DEGREES TRUE'
v0.2.0 - 2021-02-21
- SkyDemon documentation
- Garmin Pilot documentation
- Rename "Broadcast subnet mask" to "Broadcast address" and add an explanation for how it works
- Fix the issue that is causing the broadcast to happen on the "255.255.255.255" netmask, irrespective of what is configured in the UI
- Fix the text input mask of "Broadcast address"
- Fix the issue that is causing the check for a new version to happen more often than needed