Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Mar 12, 2024
1 parent 863748e commit 8fe5d7a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
Numbers (#) refer to GitHub issues.
For example: #3 is https://github.com/albar965/littlenavmap/issues/3.
This text is partially Markdown, hence sometimes strange formatting.
This text is partially Markdown, so the formatting is sometimes strange.

==>>=============================================================================

# Version 3.0.5

**This is a hotfix for Little Navmap which fixes a problem loading MSFS flight plan files.**

See
[Little Navmap 3.0.4 released](https://albar965.github.io/release/2024/03/11/littlenavmap-stable-304-released.html)
or below for the full changelog from 2.8.12.

## Changes from 3.0.4 to 3.0.5

* Hotfix to avoid error message `Caught exception: Invalid lat/long format`
when loading the new MSFS PLN files with `*` as degree sign, as used since 3.0.4.

----

# Version 3.0.4

## Notes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<!-- VERSION_NUMBER_TODO -->

[**► Windows 64-bit Installer \(*MSFS and X-Plane*\)** - LittleNavmap-win64-3.0.4-Install.exe](https://github.com/albar965/littlenavmap/releases/download/v3.0.4/LittleNavmap-win64-3.0.4-Install.exe)<br/>
[**► macOS** - LittleNavmap-macOS-3.0.4.zip](https://github.com/albar965/littlenavmap/releases/download/v3.0.4/LittleNavmap-macOS-3.0.4.zip)<br/>
[**► Linux \(64 bit, based on Ubuntu 22.04\)** - LittleNavmap-linux-22.04-3.0.4.tar.gz](https://github.com/albar965/littlenavmap/releases/download/v3.0.4/LittleNavmap-linux-22.04-3.0.4.tar.gz)
[**► Windows 64-bit Installer \(*MSFS and X-Plane*\)** - LittleNavmap-win64-3.0.5-Install.exe](https://github.com/albar965/littlenavmap/releases/download/v3.0.5/LittleNavmap-win64-3.0.5-Install.exe)<br/>
[**► macOS** - LittleNavmap-macOS-3.0.5.zip](https://github.com/albar965/littlenavmap/releases/download/v3.0.5/LittleNavmap-macOS-3.0.5.zip)<br/>
[**► Linux \(64 bit, based on Ubuntu 22.04\)** - LittleNavmap-linux-22.04-3.0.5.tar.gz](https://github.com/albar965/littlenavmap/releases/download/v3.0.5/LittleNavmap-linux-22.04-3.0.5.tar.gz)

**Other Versions:**

[► Windows 32-bit Installer \(*only for FSX and P3D*\) - LittleNavmap-win32-3.0.4-Install.exe](https://github.com/albar965/littlenavmap/releases/download/v3.0.4/LittleNavmap-win32-3.0.4-Install.exe)<br/>
[► Linux \(64 bit, based on Ubuntu 20.04 for Debian or older systems\) - LittleNavmap-linux-20.04-3.0.4.tar.gz](https://github.com/albar965/littlenavmap/releases/download/v3.0.4/LittleNavmap-linux-20.04-3.0.4.tar.gz)
[► Windows 32-bit Installer \(*only for FSX and P3D*\) - LittleNavmap-win32-3.0.5-Install.exe](https://github.com/albar965/littlenavmap/releases/download/v3.0.5/LittleNavmap-win32-3.0.5-Install.exe)<br/>
[► Linux \(64 bit, based on Ubuntu 20.04 for Debian or older systems\) - LittleNavmap-linux-20.04-3.0.5.tar.gz](https://github.com/albar965/littlenavmap/releases/download/v3.0.5/LittleNavmap-linux-20.04-3.0.5.tar.gz)

Zipped Windows releases without installer are available in the alternative download locations below or from the release assets at [GitHub - Little Navmap Releases - Version 3.0.4](https://github.com/albar965/littlenavmap/releases/v3.0.4) \(scroll down to `Assets`\).
Zipped Windows releases without installer are available in the alternative download locations below or from the release assets at [GitHub - Little Navmap Releases - Version 3.0.5](https://github.com/albar965/littlenavmap/releases/v3.0.5) \(scroll down to `Assets`\).

**[Alternative Download Locations](https://albar965.github.io/downloads.html)**

Expand Down
4 changes: 2 additions & 2 deletions littlenavmap.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*****************************************************************************
# Copyright 2015-2020 Alexander Barthel [email protected]
# Copyright 2015-2024 Alexander Barthel [email protected]
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -76,7 +76,7 @@
# =============================================================================

# Define program version here VERSION_NUMBER_TODO
VERSION_NUMBER=3.0.4
VERSION_NUMBER=3.0.5

QT += core gui sql xml network svg printsupport

Expand Down

0 comments on commit 8fe5d7a

Please sign in to comment.