Skip to content

Commit

Permalink
Version 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Jun 9, 2021
1 parent 75dc7cd commit 190cfdc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ For example: albar965/littlenavmap#3 is https://github.com/albar965/littlenavmap

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

# Version 1.0.24

* Corrected airport filter to avoid omitting airport updates when loading FSX/P3D/MSFS scenery.
* Fixed reading of new procedure records in MSFS BGL. Thanks to @icykoneko for the implementation
and the help. Closes albar965/littlenavmap#649
* Fixed issue where some navaids did not get airport_id assigned if in different BGL file. Now
resolving id later in database after reading BGLs.
* Added new airspace types MCTR, TRSA and GCA where the last one is for unknown and general
airspace types. albar965/littlenavmap#607
* Now omitting closed dummy airport structures having no runways which are added as MSFS POIs.
* Write MSFS SIDs and STARs to database
* Changed exception for invalid files in X-Plane CIFP path to warning in log file.

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

# Version 1.0.23

* Fixed error when reading procedures with invalid or unknown approach types from FSX, P3D and MSFS.
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("ABarthel");
QCoreApplication::setOrganizationDomain("littlenavmap.org");

QCoreApplication::setApplicationVersion("1.0.23"); // VERSION_NUMBER
QCoreApplication::setApplicationVersion("1.0.24"); // VERSION_NUMBER

try
{
Expand Down

0 comments on commit 190cfdc

Please sign in to comment.