From: Bdale Garbee Date: Sat, 7 May 2016 00:44:39 +0000 (-0600) Subject: working on 1.6.3 release X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=219aa159dcff2d03e2e42ae5e9a349cc4453d5f4;p=web%2Faltusmetrum working on 1.6.3 release --- diff --git a/AltOS/releases/1.6.3.mdwn b/AltOS/releases/1.6.3.mdwn new file mode 100644 index 0000000..f2dfba7 --- /dev/null +++ b/AltOS/releases/1.6.3.mdwn @@ -0,0 +1,13 @@ +--------------------------------- +### AltOS Version 1.6.3 ### + +- Available Downloads: + - [Windows Installer](/AltOS/releases/1.6.3/Altos-Windows-1-6-3.exe) + - [Mac OS X Package](/AltOS/releases/1.6.3/Altos-Mac-1.6.3.dmg) + - [Linux](/AltOS/releases/1.6.3/Altos-Linux-1.6.3.sh) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.3;sf=tgz) +- Related Programs + - [MicroPeak 1.6.3](/MicroPeak/releases/1.6.3.html) + - [TeleGPS 1.6.3](/TeleGPS/releases/1.6.3.html) + +[[!inline pages="./1.6.3/release-notes-1.6.3.html" rss="no" raw="yes" ]] diff --git a/AltOS/releases/1.6.3/Altos-Linux-1.6.3.sh b/AltOS/releases/1.6.3/Altos-Linux-1.6.3.sh new file mode 100755 index 0000000..c78d9dd Binary files /dev/null and b/AltOS/releases/1.6.3/Altos-Linux-1.6.3.sh differ diff --git a/AltOS/releases/1.6.3/Altos-Mac-1.6.3.dmg b/AltOS/releases/1.6.3/Altos-Mac-1.6.3.dmg new file mode 100644 index 0000000..36d977a Binary files /dev/null and b/AltOS/releases/1.6.3/Altos-Mac-1.6.3.dmg differ diff --git a/AltOS/releases/1.6.3/Altos-Windows-1-6-3.exe b/AltOS/releases/1.6.3/Altos-Windows-1-6-3.exe new file mode 100644 index 0000000..575bc61 Binary files /dev/null and b/AltOS/releases/1.6.3/Altos-Windows-1-6-3.exe differ diff --git a/AltOS/releases/1.6.3/release-notes-1.6.3.html b/AltOS/releases/1.6.3/release-notes-1.6.3.html new file mode 100644 index 0000000..bba2cec --- /dev/null +++ b/AltOS/releases/1.6.3/release-notes-1.6.3.html @@ -0,0 +1,71 @@ + +Release Notes for Version 1.6.3

Release Notes for Version 1.6.3


Version 1.6.3 adds idle mode to AltosDroid and has bug fixes +for our host software on desktops, laptops an android devices +along with BlueTooth support for Windows.

1. AltOS

AltOS fixes:

  • +Fix hardware flow control on TeleBT v3.0. RTS/CTS is +wired backwards on this board, switch from using the +hardware to driving these pins with software. +

2. AltosUI and TeleGPS Applications

AltosUI and TeleGPS New Features:

  • +Add BlueTooth support for Windows operating system. This +supports connections to TeleBT over BlueTooth rather than +just USB. +

AltosUI and TeleGPS Fixes:

  • +Change Java detection and install on Windows. Detection is +now done by looking for the javaw.exe program, and +installation by opening a browser on the java.com web site. +
  • +Delay polling while the Fire Igniters is visible to allow +for TeleMega to report back complete status over the radio. +
  • +Disallow changing RF calibration numbers in the +configuration UI. There’s no good reason to change this from +the field, and recovering is really hard if you haven’t +written down the right number. +
  • +Fix USB device discovery on Mac OS X El Capitan. This makes +the connected Altus Metrum USB devices appear again. +
  • +Fix acceleration data presented in MonitorIdle mode for +TeleMetrum v2.0 flight computers. +

3. AltosDroid

AltosDroid new features:

  • +Monitor Idle mode. Check state of flight computer while in +idle mode over the radio link +
  • +Fire Igniters. Remotely fire ignires for recovery system +ground tests. +
  • +Remote reboot. Cause the flight computer to reboot over the +radio link. This provides a method for switching the flight +computer from idle to flight mode without needing to reach +the power switch. +
  • +Configurable frequency menu. Change the set of available +frequencies and provide more descriptive names. +

AltosDroid bug fixes:

  • +Don’t set target location if GPS hasn’t locked yet. +
  • +Fix saving target states so they can be reloaded when the +application restarts. When the application is shut down and +restarted, all previous target state information will be +restored (including GPS position if available). +
  • +Fix crash on some Android devices for offline maps when +changing the map scale or location. +
  • +Don’t require USB OTG support. This kept the latest +AltosDroid from being offered on devices without USB device +support, although it can work without that just fine using +BlueTooth. +
  • +Don’t require bluetooth to be enabled. This allows the +application to operate with USB devices or just show old +data without turning on the bluetooth radio. +
  • +Recover old tracker positions when restarting +application. This finally allows you to safely stop and +restart the application without losing the last known +location of any tracker. +

4. Documentation

  • +Document TeleMega and EasyMega additional pyro channel +continuity audio alert pattern. +
\ No newline at end of file diff --git a/MicroPeak/releases/1.6.3.mdwn b/MicroPeak/releases/1.6.3.mdwn new file mode 100644 index 0000000..4bbdb47 --- /dev/null +++ b/MicroPeak/releases/1.6.3.mdwn @@ -0,0 +1,10 @@ +------------------------------------- +### MicroPeak version 1.6.3 ### + +- Available Downloads: + - [Windows](/MicroPeak/releases/1.6.3/MicroPeak-Windows-1-6-3.exe) + - [Linux](/MicroPeak/releases/1.6.3/MicroPeak-Linux-1.6.3.sh) + - [Mac OS X](/MicroPeak/releases/1.6.3/MicroPeak-Mac-1.6.3.dmg) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.3;sf=tgz) + +[[!inline pages="./1.6.3/release-notes-1.6.3.html" rss="no" raw="yes" ]] diff --git a/MicroPeak/releases/1.6.3/MicroPeak-Linux-1.6.3.sh b/MicroPeak/releases/1.6.3/MicroPeak-Linux-1.6.3.sh new file mode 100755 index 0000000..53811f6 Binary files /dev/null and b/MicroPeak/releases/1.6.3/MicroPeak-Linux-1.6.3.sh differ diff --git a/MicroPeak/releases/1.6.3/MicroPeak-Mac-1.6.3.dmg b/MicroPeak/releases/1.6.3/MicroPeak-Mac-1.6.3.dmg new file mode 100644 index 0000000..3e6e520 Binary files /dev/null and b/MicroPeak/releases/1.6.3/MicroPeak-Mac-1.6.3.dmg differ diff --git a/MicroPeak/releases/1.6.3/MicroPeak-Windows-1-6-3.exe b/MicroPeak/releases/1.6.3/MicroPeak-Windows-1-6-3.exe new file mode 100644 index 0000000..b29061d Binary files /dev/null and b/MicroPeak/releases/1.6.3/MicroPeak-Windows-1-6-3.exe differ diff --git a/MicroPeak/releases/1.6.3/release-notes-1.6.3.html b/MicroPeak/releases/1.6.3/release-notes-1.6.3.html new file mode 100644 index 0000000..bba2cec --- /dev/null +++ b/MicroPeak/releases/1.6.3/release-notes-1.6.3.html @@ -0,0 +1,71 @@ + +Release Notes for Version 1.6.3

Release Notes for Version 1.6.3


Version 1.6.3 adds idle mode to AltosDroid and has bug fixes +for our host software on desktops, laptops an android devices +along with BlueTooth support for Windows.

1. AltOS

AltOS fixes:

  • +Fix hardware flow control on TeleBT v3.0. RTS/CTS is +wired backwards on this board, switch from using the +hardware to driving these pins with software. +

2. AltosUI and TeleGPS Applications

AltosUI and TeleGPS New Features:

  • +Add BlueTooth support for Windows operating system. This +supports connections to TeleBT over BlueTooth rather than +just USB. +

AltosUI and TeleGPS Fixes:

  • +Change Java detection and install on Windows. Detection is +now done by looking for the javaw.exe program, and +installation by opening a browser on the java.com web site. +
  • +Delay polling while the Fire Igniters is visible to allow +for TeleMega to report back complete status over the radio. +
  • +Disallow changing RF calibration numbers in the +configuration UI. There’s no good reason to change this from +the field, and recovering is really hard if you haven’t +written down the right number. +
  • +Fix USB device discovery on Mac OS X El Capitan. This makes +the connected Altus Metrum USB devices appear again. +
  • +Fix acceleration data presented in MonitorIdle mode for +TeleMetrum v2.0 flight computers. +

3. AltosDroid

AltosDroid new features:

  • +Monitor Idle mode. Check state of flight computer while in +idle mode over the radio link +
  • +Fire Igniters. Remotely fire ignires for recovery system +ground tests. +
  • +Remote reboot. Cause the flight computer to reboot over the +radio link. This provides a method for switching the flight +computer from idle to flight mode without needing to reach +the power switch. +
  • +Configurable frequency menu. Change the set of available +frequencies and provide more descriptive names. +

AltosDroid bug fixes:

  • +Don’t set target location if GPS hasn’t locked yet. +
  • +Fix saving target states so they can be reloaded when the +application restarts. When the application is shut down and +restarted, all previous target state information will be +restored (including GPS position if available). +
  • +Fix crash on some Android devices for offline maps when +changing the map scale or location. +
  • +Don’t require USB OTG support. This kept the latest +AltosDroid from being offered on devices without USB device +support, although it can work without that just fine using +BlueTooth. +
  • +Don’t require bluetooth to be enabled. This allows the +application to operate with USB devices or just show old +data without turning on the bluetooth radio. +
  • +Recover old tracker positions when restarting +application. This finally allows you to safely stop and +restart the application without losing the last known +location of any tracker. +

4. Documentation

  • +Document TeleMega and EasyMega additional pyro channel +continuity audio alert pattern. +
\ No newline at end of file diff --git a/TeleGPS/releases/1.6.3.mdwn b/TeleGPS/releases/1.6.3.mdwn new file mode 100644 index 0000000..aee188f --- /dev/null +++ b/TeleGPS/releases/1.6.3.mdwn @@ -0,0 +1,10 @@ +----------------- +### TeleGPS version 1.6.3 ### + +- Available Downloads: + - [Windows](/TeleGPS/releases/1.6.3/TeleGPS-Windows-1-6-3.exe) + - [Linux](/TeleGPS/releases/1.6.3/TeleGPS-Linux-1.6.3.sh) + - [Mac OS X](/TeleGPS/releases/1.6.3/TeleGPS-Mac-1.6.3.dmg) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.6.3;sf=tgz) + +[[!inline pages="./1.6.3/release-notes-1.6.3.html" rss="no" raw="yes" ]] diff --git a/TeleGPS/releases/1.6.3/TeleGPS-Linux-1.6.3.sh b/TeleGPS/releases/1.6.3/TeleGPS-Linux-1.6.3.sh new file mode 100755 index 0000000..4f8831d Binary files /dev/null and b/TeleGPS/releases/1.6.3/TeleGPS-Linux-1.6.3.sh differ diff --git a/TeleGPS/releases/1.6.3/TeleGPS-Mac-1.6.3.dmg b/TeleGPS/releases/1.6.3/TeleGPS-Mac-1.6.3.dmg new file mode 100644 index 0000000..aba0068 Binary files /dev/null and b/TeleGPS/releases/1.6.3/TeleGPS-Mac-1.6.3.dmg differ diff --git a/TeleGPS/releases/1.6.3/TeleGPS-Windows-1-6-3.exe b/TeleGPS/releases/1.6.3/TeleGPS-Windows-1-6-3.exe new file mode 100644 index 0000000..1861284 Binary files /dev/null and b/TeleGPS/releases/1.6.3/TeleGPS-Windows-1-6-3.exe differ diff --git a/TeleGPS/releases/1.6.3/release-notes-1.6.3.html b/TeleGPS/releases/1.6.3/release-notes-1.6.3.html new file mode 100644 index 0000000..bba2cec --- /dev/null +++ b/TeleGPS/releases/1.6.3/release-notes-1.6.3.html @@ -0,0 +1,71 @@ + +Release Notes for Version 1.6.3

Release Notes for Version 1.6.3


Version 1.6.3 adds idle mode to AltosDroid and has bug fixes +for our host software on desktops, laptops an android devices +along with BlueTooth support for Windows.

1. AltOS

AltOS fixes:

  • +Fix hardware flow control on TeleBT v3.0. RTS/CTS is +wired backwards on this board, switch from using the +hardware to driving these pins with software. +

2. AltosUI and TeleGPS Applications

AltosUI and TeleGPS New Features:

  • +Add BlueTooth support for Windows operating system. This +supports connections to TeleBT over BlueTooth rather than +just USB. +

AltosUI and TeleGPS Fixes:

  • +Change Java detection and install on Windows. Detection is +now done by looking for the javaw.exe program, and +installation by opening a browser on the java.com web site. +
  • +Delay polling while the Fire Igniters is visible to allow +for TeleMega to report back complete status over the radio. +
  • +Disallow changing RF calibration numbers in the +configuration UI. There’s no good reason to change this from +the field, and recovering is really hard if you haven’t +written down the right number. +
  • +Fix USB device discovery on Mac OS X El Capitan. This makes +the connected Altus Metrum USB devices appear again. +
  • +Fix acceleration data presented in MonitorIdle mode for +TeleMetrum v2.0 flight computers. +

3. AltosDroid

AltosDroid new features:

  • +Monitor Idle mode. Check state of flight computer while in +idle mode over the radio link +
  • +Fire Igniters. Remotely fire ignires for recovery system +ground tests. +
  • +Remote reboot. Cause the flight computer to reboot over the +radio link. This provides a method for switching the flight +computer from idle to flight mode without needing to reach +the power switch. +
  • +Configurable frequency menu. Change the set of available +frequencies and provide more descriptive names. +

AltosDroid bug fixes:

  • +Don’t set target location if GPS hasn’t locked yet. +
  • +Fix saving target states so they can be reloaded when the +application restarts. When the application is shut down and +restarted, all previous target state information will be +restored (including GPS position if available). +
  • +Fix crash on some Android devices for offline maps when +changing the map scale or location. +
  • +Don’t require USB OTG support. This kept the latest +AltosDroid from being offered on devices without USB device +support, although it can work without that just fine using +BlueTooth. +
  • +Don’t require bluetooth to be enabled. This allows the +application to operate with USB devices or just show old +data without turning on the bluetooth radio. +
  • +Recover old tracker positions when restarting +application. This finally allows you to safely stop and +restart the application without losing the last known +location of any tracker. +

4. Documentation

  • +Document TeleMega and EasyMega additional pyro channel +continuity audio alert pattern. +
\ No newline at end of file