Skip to content

Latest commit

 

History

History
126 lines (74 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

126 lines (74 loc) · 3.75 KB

Change Log

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

Changed

  • Updated to simconnect-sdk v0.2.2.
  • Updated to MSFS SDK v0.20.5.0.

Fixed

  • Fixed an issue that was causing the heading to be inaccurate with easterly magnetic variations.

v0.3.1 - 2022-11-14

Fixed

  • GPS Ground Speed is now correctly sent in knots instead of meters per second over COM.

v0.3.0 - 2022-11-07

Added

  • The option to broadcast to a virtual COM port, emulating an RS232 GPS device, has been added.

Changed

  • When a new release is available, the notification now includes its version number.

v0.3.0-alpha.2 - 2022-11-06

Changed

  • The Baud rate field is now a dropdown with a fixed set of options.

Fixed

  • The values for Course Over Ground and Magnetic Variation sent over COM should now be correct.

v0.3.0-alpha.1 - 2022-11-06

Added

  • The option to broadcast to a virtual COM port, emulating an RS232 GPS device, has been added.

Changed

  • When a new release is available, the notification now includes its version number.

v0.2.5 - 2022-10-29

Changed

  • The "Connected" status will now be reported much quicker (up to 6x times faster).
  • Error handling and tracing have been improved.

Fixed

  • 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

Changed

  • All dependencies are updated to the latest version.

v0.2.3 - 2021-05-31

Changed

  • The GPS Track is now calculated by subtracting MAGVAR from GPS GROUND MAGNETIC TRACK

v0.2.2 - 2021-05-05

Changed

  • The GPS track is now based on 'GPS GROUND MAGNETIC TRACK' instead of 'GPS GROUND TRUE TRACK'

v0.2.1 - 2021-05-01

Changed

  • The GPS track is now based on 'GPS GROUND TRUE TRACK' instead of 'PLANE HEADING DEGREES TRUE'

v0.2.0 - 2021-02-21

Added

  • SkyDemon documentation
  • Garmin Pilot documentation

Changed

  • Rename "Broadcast subnet mask" to "Broadcast address" and add an explanation for how it works

Fixed

  • 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

v0.1.0 - 2020-12-26

Initial Release of MSFS 2020 GPS Link