From 1f6ba7dfd2a0bb34ab79d32c8ac02ed964f3569d Mon Sep 17 00:00:00 2001 From: dzollo Date: Mon, 15 May 2017 17:40:22 -0700 Subject: [PATCH 1/3] Add release notes for console. --- console_release_notes.txt | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 console_release_notes.txt diff --git a/console_release_notes.txt b/console_release_notes.txt new file mode 100644 index 000000000..76edf1383 --- /dev/null +++ b/console_release_notes.txt @@ -0,0 +1,44 @@ +=============================================================================== + Swift Navigation, Inc. + Swift Console Release Notes + +Download: https://support.swiftnav.com/customer/en/portal/articles/2492795-swift-console-piksi-console- +=============================================================================== +------------------------------------------------------------------------------- +Release 1.1.G 2017-05-16 +------------------------------------------------------------------------------- +UPDATES AND FIXES: +* Add usage popup for gui users who mistake command line args. +* Fix windows uninstaller so it removes the program upon uninstall. +* Change default firmware download directory to ~/SwiftNav. +* Change Connection icon color to distinguish from disconnected state. +* Add TCP/IP and flow control options to console initial pop-up. +* Change -t command line argument to be TCP/IP rather than timeout +* Initialize IMU and GYRO plotting arrays to avoid bogus data on startup. +* Display UTC time and Age of corrections SBP messages +* Fix bug that allowed auto survey feature to average 0 points into survey location. +* Update sbp to 2.2.1. +* Remove obsolete skylark features in networking tab unless --skylark arg is used. +* Add settings documentation for new settings in v1.1 Piksi Multi FW. +* Performance improvements for 20 Hz data. +* Improve settings tab when console is connected over more than 1 interface + +KNOWN_ISSUES +* Sometimes the console does not exit cleanly and requires a force push +* At high data rates and or IMU and observation rates the console can appear laggy +* Console can run out of memory with high data rates or long-running operation +* Console never auto-reconnects on an interface and requires closing and re-opening + when communications are lost +* Installing console dependencies and running from source is very difficult +* --serial-upgrade command line option not robust for firmware upgrade +------------------------------------------------------------------------------- +Release 1.0.A 2017-02-07 +------------------------------------------------------------------------------- +Initial Support for Piksi Multi +Features +* Rebrand as Swift Console +* Same features as Piksi Console (tracking, solution, baseline, observation, + settings, update, and advanced tabs) +* Support for SBP 2.0 +* Handle "no_fix" navigation messages +* Handle multi-frequency GNSS tracking and observation display From 07ff6e9ffb90aacf966455e5b6240582c9f68c98 Mon Sep 17 00:00:00 2001 From: dzollo Date: Mon, 15 May 2017 17:42:34 -0700 Subject: [PATCH 2/3] improve release notes for console. --- console_release_notes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/console_release_notes.txt b/console_release_notes.txt index 76edf1383..e1767b006 100644 --- a/console_release_notes.txt +++ b/console_release_notes.txt @@ -8,10 +8,11 @@ Download: https://support.swiftnav.com/customer/en/portal/articles/2492795-swift Release 1.1.G 2017-05-16 ------------------------------------------------------------------------------- UPDATES AND FIXES: -* Add usage popup for gui users who mistake command line args. +* Add usage popup for gui users who pass -h arg or mistake command line args. +* Add readme.txt to console and distribution to document command line arguments * Fix windows uninstaller so it removes the program upon uninstall. * Change default firmware download directory to ~/SwiftNav. -* Change Connection icon color to distinguish from disconnected state. +* Darken Connection icon color to better distinguish from disconnected state. * Add TCP/IP and flow control options to console initial pop-up. * Change -t command line argument to be TCP/IP rather than timeout * Initialize IMU and GYRO plotting arrays to avoid bogus data on startup. From 37ca2036fb4f724b6f11b3366dfc47c12464cfe4 Mon Sep 17 00:00:00 2001 From: dzollo Date: Mon, 15 May 2017 17:48:45 -0700 Subject: [PATCH 3/3] package release notes --- .../console/console_release_notes.txt | 0 piksi_tools/console/pyinstaller/console.spec | 1 + 2 files changed, 1 insertion(+) rename console_release_notes.txt => piksi_tools/console/console_release_notes.txt (100%) diff --git a/console_release_notes.txt b/piksi_tools/console/console_release_notes.txt similarity index 100% rename from console_release_notes.txt rename to piksi_tools/console/console_release_notes.txt diff --git a/piksi_tools/console/pyinstaller/console.spec b/piksi_tools/console/pyinstaller/console.spec index 8ef4c9d3f..0e8de2a21 100644 --- a/piksi_tools/console/pyinstaller/console.spec +++ b/piksi_tools/console/pyinstaller/console.spec @@ -45,6 +45,7 @@ resources = [ ('settings.yaml', '../settings.yaml', 'DATA'), ('RELEASE-VERSION', '../../RELEASE-VERSION', 'DATA'), ('README.txt', '../README.txt', 'DATA'), + ('release_notes.txt', '../console_release_notes.txt', 'DATA'), ('cacert.pem', '../cacert.pem', 'DATA'), ('piksi_tools/console/cacert.pem', '../cacert.pem', 'DATA'), ('configure_udev_rules.sh', '../../../tasks/configure_udev_rules.sh', 'DATA'),