Skip to content

Commit

Permalink
Version 2.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Oct 16, 2019
1 parent 846ce0f commit 0946e32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Numbers (#) refer to Github issues.
For example: #3 is https://github.com/albar965/littlenavmap/issues/3.

Version 2.4.4

* Fixed airport file links to use both English and translated path names.
https://www.littlenavmap.org/manuals/littlenavmap/release/2.4/en/INFO.html#tabs-in-information-dock-window
* Fixed issue in fuel report where average wind and average groundspeed were calculated incorrectly.
* Fixed magnetic course calculation when flying outbound from a VOR.
https://www.littlenavmap.org/manuals/littlenavmap/release/2.4/en/FLIGHTPLAN.html#magnetic-declination
* Corrected help URL for reset all for new flight.
* Added help button to reset and restart dialog.
* Now using correct ICAO ident in web page links in airport information.
* Finished German translation.
* Fixed typos in German and English texts.
* Fixed issue where scenery entries were read despite being disabled in add-ons.cfg for P3D.
* Discovery paths from add-ons.cfg are now read for P3D.

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

Version 2.4.3.rc2

* Finished German translation.
Expand All @@ -12,7 +29,6 @@ Version 2.4.3.rc2

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


Version 2.4.3.rc1

**Please reload the scenery library.**
Expand Down
2 changes: 1 addition & 1 deletion src/navapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void NavApp::initApplication()
setApplicationName("Little Navmap");
setOrganizationName("ABarthel");
setOrganizationDomain("littlenavmap.org");
setApplicationVersion("2.4.3.rc2"); // VERSION_NUMBER - Little Navmap
setApplicationVersion("2.4.4"); // VERSION_NUMBER - Little Navmap
}

NavApp *NavApp::navAppInstance()
Expand Down

0 comments on commit 0946e32

Please sign in to comment.