From 247fff9ab3cdc573e3600e8070e08f44d1f33a02 Mon Sep 17 00:00:00 2001 From: David Chen Date: Sat, 10 Mar 2018 21:16:21 +0800 Subject: [PATCH] Update to 0.4.2. --- src/QSP/ChangeLog.txt | 8 +++++++- src/QSP/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/QSP/ChangeLog.txt b/src/QSP/ChangeLog.txt index d4afac4d..98843700 100644 --- a/src/QSP/ChangeLog.txt +++ b/src/QSP/ChangeLog.txt @@ -1,4 +1,10 @@ -version 0.4.1 +version 0.4.2 +* Replace the browser which displays the route map with a better one. +* Fixed an AUSOTS bug which could not read some coordinate formats. +* Minor UI improvements. +* Update server url address. + +version 0.4.1 * Fix a bug that causes the program to crash if the destination ICAO is invalid when finding alternate airports. * Add option to view route in external browser. * Fix a bug where finding a route from a runway to the same runway causes program to hang. diff --git a/src/QSP/Properties/AssemblyInfo.cs b/src/QSP/Properties/AssemblyInfo.cs index 8c00905b..73e3a862 100644 --- a/src/QSP/Properties/AssemblyInfo.cs +++ b/src/QSP/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.4.1.0")] +[assembly: AssemblyVersion("0.4.2.0")] [assembly: AssemblyFileVersion("1.0.0.0")]