Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Jan 6, 2017
1 parent c93076c commit 6122869
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.2.4

Release
* Fixed wrong (negated) UTC offset in SimConnect user aircraft.
* User defined waypoints are now length limited when parsing flight plan descriptions to avoid FS crash.
* Fixed problem with wrong distance in elevation profile for some flight plans.
* Fixed missing magvar correction on flight plan course in certain cases.
* Fixed problem when zooming in to small flight plans.

Version 1.2.3

* Added missing localizer and backcourse ILS frequencies to approach information.
Expand All @@ -8,16 +17,12 @@ Version 1.2.3
* Track is now cleared if aircraft jumps too far.
* Solved display issue in route table.
* Remaining problems in macOS fixed: Map is now centered on last position.
* Overlays are available again. KML loading and centering is working.
Overlays are available again. KML loading and centering is working.
* Updated manual.
* Problem with runway assignment with designation and missing leading 0 fixed.
* Cleanup in dialogs
* User defined waypoints are now length limited when parsing flight plan descriptions to avoid FS crash.
* Fixed numbering of user defined waypoints for flightplan containing user defined coordinates.
* Added deg/min/sec coordinate format as used by Skyvector to route parser.
* Fixed problem with wrong distance in elevation profile for some flight plans.
* Fixed missing magvar correction on flight plan course in certain cases.
* Fixed problem when zooming in to small flight plans.

from atools:
* Terminal waypoints are not deleted anymore for add-on airports.
Expand All @@ -26,7 +31,6 @@ from atools:
* Updated database minor version to 1.
* Waypoint id length is now limited to 10 for flightplans.
* Html entities are replaced with quotes now in flightplan to ensure better third party compatibility.
* Fixed wrong (negated) UTC offset in SimConnect user aircraft.

Version 1.2.2.beta

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char *argv[])
Application::setApplicationName("Little Navmap");
Application::setOrganizationName("ABarthel");
Application::setOrganizationDomain("abarthel.org");
Application::setApplicationVersion("1.2.3");
Application::setApplicationVersion("1.2.4");

// Start splash screen
QPixmap pixmap(":/littlenavmap/resources/icons/splash.png");
Expand Down

0 comments on commit 6122869

Please sign in to comment.