You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.2.2]
10
+
9
11
### Changed
10
12
11
13
- Changed the wind direction of ATIS reports from true to magnetic north
12
14
13
-
## [2.2.0] - 2021-01-24
15
+
### Fixed
16
+
17
+
- Correctly report wind speed at carrier in feet (instead of in m/s) [#99](https://github.com/rkusa/DATIS/issues/88)
18
+
19
+
## [2.2.1] - 2021-01-24
14
20
15
21
### Fixed
16
22
17
-
- Fixed pronunciation pronunciation of noun "wind" (from `/waɪnd/` to `/wɪnd/`) for Windows' TTS. #80
18
-
- Fixed carrier report to report correct magnetic BRC (by estimating the magnetic declination using the IGRF model). #68
23
+
- Fixed pronunciation pronunciation of noun "wind" (from `/waɪnd/` to `/wɪnd/`) for Windows' TTS. [#80](https://github.com/rkusa/DATIS/issues/80)
24
+
- Fixed carrier report to report correct magnetic BRC (by estimating the magnetic declination using the IGRF model). [#68](https://github.com/rkusa/DATIS/issues/68)
Copy file name to clipboardExpand all lines: mod/Mods/services/DATIS/entry.lua
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ declare_plugin("DATIS", {
5
5
"datis.dll",
6
6
},
7
7
8
-
version="2.2.1",
8
+
version="2.2.2",
9
9
state="installed",
10
10
developerName="github.com/rkusa",
11
11
info=_("DATIS enables a DCS server with an SRS server running on the same machine (TCP=127.0.0.1) to get weather from the mission for stations and frequencies set in the mission editor, and then to report same in a standardized format over SRS using either the Amazon or Google text to speech engines."),
0 commit comments