Skip to content

Commit

Permalink
Release v0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Nov 6, 2022
1 parent 190cd45 commit 01b3a9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 01b3a9f

Please sign in to comment.