From 01b3a9f1e2ccc25bb78eecaee07ed48d87691a3e Mon Sep 17 00:00:00 2001 From: Mihai Dinculescu Date: Sun, 6 Nov 2022 21:57:23 +0000 Subject: [PATCH] Release v0.3.0-alpha.2 --- CHANGELOG.md | 8 +++++++- www/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fb0c8..c827687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,16 @@ file. This change log follows the conventions of ## [Unreleased] +## [v0.3.0-alpha.2] - 2022-11-06 + ### Changed -- The **Course Over Ground** and **Magnetic Variation** should now be sent correctly over COM. - 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 @@ -80,6 +85,7 @@ file. This change log follows the conventions of ### Initial Release of MSFS 2020 GPS Link [unreleased]: https://github.com/mihai-dinculescu/msfs-2020-gps-link +[v0.3.0-alpha.2]: https://github.com/mihai-dinculescu/msfs-2020-gps-link/tree/v0.3.0-alpha.2 [v0.3.0-alpha.1]: https://github.com/mihai-dinculescu/msfs-2020-gps-link/tree/v0.3.0-alpha.1 [v0.2.5]: https://github.com/mihai-dinculescu/msfs-2020-gps-link/tree/v0.2.5 [v0.2.4]: https://github.com/mihai-dinculescu/msfs-2020-gps-link/tree/v0.2.4 diff --git a/www/package.json b/www/package.json index 5cff2cb..b5ed545 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "msfs-2020-gps-link", - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.2", "private": true, "scripts": { "start": "yarn && react-app-rewired start",