Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Jul 26, 2021
1 parent e015d86 commit 62d2e27
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ For example: albar965/littlenavmap#3 is https://github.com/albar965/littlenavmap

===============================================================================

# Version 1.0.25

* Added FAA and local ident columns to airport table for X-Plane loader. Removed xpident column in
airport table and simplified handling of airport idents. Now always storing ICAO in table if given
in X-Plane airport metadata. #706
* Adapted MSFS scenery library reader code for procedures to new BGL file structure in MSFS since
1.18.9. Needed to avoid missing procedures. #735
* Now checking MSFS airports for open runways to work around inconsistencies between closed/not
closed runways and airport closed flag. Example KODX which has airport closed flag set but an
open runway.
* Now logging empty or inaccessible XML and JSON files found while scanning for MSFS or P3D scenery
instead of throwing an exception. #720
* Now computing ARINC approach id (e.g. `I27C`) for all approaches from FSX, P3D and MSFS.
* Database minor version updated to 20.

===============================================================================

# Version 1.0.24

* Corrected airport filter to avoid omitting airport updates when loading FSX/P3D/MSFS scenery.
Expand Down

0 comments on commit 62d2e27

Please sign in to comment.