change version to 1.0.2
This commit is contained in:
parent
45ae91f4bc
commit
a9094aeb17
@ -23,4 +23,11 @@ Open OTHER SETS -> TAG Editor, and manually replace default altitude, cleared al
|
|||||||
### v1.0.1
|
### v1.0.1
|
||||||
|
|
||||||
- Current altitude, Cleared altitude and current speed in metric
|
- Current altitude, Cleared altitude and current speed in metric
|
||||||
- show nohing when cleared altitude is not assigned instead of 0 or crz altitude
|
- show nohing when cleared altitude is not assigned instead of 0 or crz altitude
|
||||||
|
|
||||||
|
### v1.0.2
|
||||||
|
|
||||||
|
- fix current altitude accuracy
|
||||||
|
- fix cleared alt to adapt china rvsm
|
||||||
|
- check if cleared alt is valid to rvsm
|
||||||
|
- remove cleared alt when equals final alt
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
TinyEurocat::TinyEurocat(void) : CPlugIn ( COMPATIBILITY_CODE,
|
TinyEurocat::TinyEurocat(void) : CPlugIn ( COMPATIBILITY_CODE,
|
||||||
"TinyEurocat",
|
"TinyEurocat",
|
||||||
"1.0.1",
|
"1.0.2",
|
||||||
"Future Sim",
|
"Future Sim",
|
||||||
"GNU GPL v3.0 +" )
|
"GNU GPL v3.0 +" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user