diff --git a/README.md b/README.md index 1208397..c930ec9 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,11 @@ Open OTHER SETS -> TAG Editor, and manually replace default altitude, cleared al ### v1.0.1 - Current altitude, Cleared altitude and current speed in metric - - show nohing when cleared altitude is not assigned instead of 0 or crz altitude \ No newline at end of file + - 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 \ No newline at end of file diff --git a/TinyEurocat/TinyEurocat.cpp b/TinyEurocat/TinyEurocat.cpp index 388e5e5..03dcc88 100644 --- a/TinyEurocat/TinyEurocat.cpp +++ b/TinyEurocat/TinyEurocat.cpp @@ -6,7 +6,7 @@ TinyEurocat::TinyEurocat(void) : CPlugIn ( COMPATIBILITY_CODE, "TinyEurocat", - "1.0.1", + "1.0.2", "Future Sim", "GNU GPL v3.0 +" ) {