Back to zip content
Numbers (#) refer to Github issues.
For example: albar965/littlenavmap#3 is https://github.com/albar965/littlenavmap/issues/3.

Version 1.0.18
Version 1.0.17.rc1

* No changes

Version 1.0.16.beta

* Fixed issue in macOS build where plugin failed to initialize in X-Plane.
* Now providing two builds for Linux. One based on Ubuntu 18.04 and one based on Ubuntu 16.04. This allows to use
  Little Navmap on older Linux distributions too.

Version 1.0.15.beta

* Added new X-Plane turboprop definitions used since 11.30 to better recognize aircraft and fuel type.
* Now using tail number from aircraft ".acf" file only if the tail number from the dataref is not set.
  This helps to get the right tail number if add-on aircraft inject this manually using a script.
* Limited logging output.

Build and Deployment for Developers: albar965/littlenavmap#387
* Updated for Qt 5.12.4.
* Linux compilation now based on Ubuntu 18.04.
* Complete update of project files to allow configuration with environment variables. Removed all hardcoded paths.
* Added documentation about environment variables to configure build and updated build instructions
  in "BUILD.txt" and "littlexpconnect.pro" files.

related from atools version 3.4.0.beta
See CHANGELOG.txt in atools project for more technical details. Relevant comments were added to list above.

Version 1.0.14

* Now linking Xpconnect statically to Qt for Linux to avoid plugin conflicts with libaries.

Version 1.0.13

* Fixed issue with AI detection where aircraft remained on map moving along with the user aircraft
  after deleting AI in simulator.

Version 1.0.12

* Acf files of user aircraft is now read for more attributes like e.g. identifying helicopter vessels.

Version 1.0.11

* Log file is now rotated if the file size of 1 MB is exceeded. This avoid overwriting on startup and eases error reporting.
  albar965/littlenavmap#275
* Added airplane model and registration. Now using description for title. albar965/littlenavmap#271
* Now reading X-Plane acf files once to get aircraft name and engine type for a better classification in Navmap.
  Allows to show helicopter and jet AI symbols in Navmap. albar965/littlenavmap#271

Version 1.0.9

* Fixed inverted magnetic variation.
* Corrected true aircraft track and true wind direction.

Version 1.0.8.beta

* Updated from Qt 5.9.3 to 5.9.5

Version 1.0.6

* Fixed Linux build to avoid problems with shared libraries on some platforms.
* Changed macOS requirement to minimum of 10.10.

Version 1.0.5

* Updated readme with important note about update.
* Logging now omits unknown:0 for release builds.

Version 1.0.4

* Fixed problem with DLL conflicts in Xpconnect by linking statically now for Windows.
  All DLLs removed from distribution.

Version 1.0.3

* Bumped up version due to changes in atools.

Version 1.0.2

* No changes except release version.

Version 1.0.1.beta

* Stripping core framework on macOS for a smaller download archive.
* Added simulator indication in transferred data.

Version 1.0.0.beta

* Fetching aircraft wing span and model size now.

Version 0.9.1.develop

* Fixed wrong TAS and GS

Version 0.9.0.develop

* Added deployment for Windows, macOS and Linux.
* Complete rework. Changed from TCP server to shared memory approach.

Version 0.3.0.develop

* Initial working version. No weather requests and no traffic yet.