From b788438b2c5d374475110b276bab7b8579dff2e5 Mon Sep 17 00:00:00 2001 From: Andy Galasso Date: Thu, 8 Feb 2018 19:32:14 -0500 Subject: [PATCH] bump rev to 0.6.0 --- ChangeLog.txt | 8 ++++++++ LogViewFrame.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 49e7d3a..425e125 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,11 @@ +Version 0.6.0 - 8 February 2018 + + * Display RA and Dec drift information + * Analyze Guiding Assistant runs to show drift-corrected data and a frequency analysis view + * Label guide pulse directions on the vertical axis + * Add a button to open the log file in a text editor + * Add an option to toggle display between AO and Mount corrections + Version 0.5.1 - 11 July 2017 * Change license to GPLv3 diff --git a/LogViewFrame.cpp b/LogViewFrame.cpp index be5e8de..8c7abf5 100644 --- a/LogViewFrame.cpp +++ b/LogViewFrame.cpp @@ -52,7 +52,7 @@ #define MIN_SHOW 25 #define APP_NAME "PHD2 Log Viewer" -#define APP_VERSION_STR "0.5.1" +#define APP_VERSION_STR "0.6.0" PointArray s_tmp; Settings s_settings;