@@ -5,20 +5,24 @@ For example: #3 is https://github.com/albar965/littlenavmap/issues/3.
55
66# Version 3.6.18
77
8- * Corrected closed airport logic for MSFS. Now fully relying on closed airport flag for MSFS. This
9- can result in closed airports having open runways and open airports having all runways open. #876
8+ * Reworked weather URL test functions to allow API keys. Added METAR format reader for IVAO JSON.
9+ Added header parameters to HttpDownloader for API keys. #864
10+ * Now skipping empty lines in X-Plane file header which appear in some malformed `apt.dat` files.
11+ * Fixed issue in scenery library loader where airports were wrongly recognized as MSFS POI dummies.
12+ * Corrected closed airport logic for MSFS. Now fully relying on closed airport flag for MSFS to have
13+ consistent behavior with the simulator. This can result in closed airports having open runways and
14+ open airports having all runways closed. #876
1015* Fixed issue where all airports were recognized as add-on with MSFS update 9.
11- * Fixed issues for updating airports by disabling a corner case from FSX and P3D which apparently
12- does not apply to MSFS. Before a feature was not updated if the new airport did not contain new
16+ * Corrected detection of MSFS Navigraph update due to name change in `manifest.json`. This fixes
17+ issues where add-on airports did not update scenery correctly.
18+ * Fixed issues for updating airports by disabling a corner case from FSX and P3D which does not
19+ apply to MSFS. Before a feature was not updated if the new airport did not contain new
1320 features like aprons or taxiways. Example LICC add-on.
14- * Fix for window icon notification prevents hiding toolbar on windows with `raise windows` enabled.
15- * Fixed issue when downloading NAT tracks containing PBCS TRACKS AS FOLLOWS/V W X/END OF PBCS OTS
16- * Now dropping all artificial waypoints created only for procedure or airway resolution from
17- nav_search table.
18- * Fixed detection of MSFS Navigraph update due to name change.
19- * Fixed issues with anti-meridian detection when point is on meridian. Added anti-meridian split to
20- line and line string classes.
21- * Fixed issue in Rect::crossesAntiMeridian() where date line crossing was not always detected.
21+ * Fix for Windows icon notification preventing toolbar hiding on windows with `Raise Windows` options enabled.
22+ * Fixed issue when downloading NAT tracks containing `PBCS TRACKS AS FOLLOWS/V W X/END OF PBCS OTS`.
23+ * Now dropping all artificial waypoints created only for procedure or airway resolution.
24+ * Fixed issues with anti-meridian detection when point is on meridian and date line crossing was not
25+ always detected. This resulted in kinks in flight plan or measurement lines.
2226
2327===============================================================================
2428
0 commit comments