File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 2.6.4
2+ * Fixed crashes when reading X-Plane CIFP files with unknown approach type.
3+ * Fixed crash with older apt.dat files where runway name for VASI is missing.
4+ * Added support for all altitude restriction types.
5+ * Warnings now print full filename including path.
6+ * Fixed error where altitude restrictions were not recognized when given as flight levels.
7+ * Enabled support for older apt.dat files with version down to 850.
8+
19Version 2.6.3
210* Fixed error that caused a few hundred waypoints having invalid declination for X-Plane and FSX/P3D.
311* Updated database minor version to 1 to indicate above change.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ namespace atools {
2727
2828QString version ()
2929{
30- return " 2.6.3 " ;
30+ return " 2.6.4 " ;
3131}
3232
3333QString gitRevision ()
You can’t perform that action at this time.
0 commit comments