diff options
author | Bdale Garbee <bdale@gag.com> | 2012-09-13 15:50:31 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-09-13 15:50:31 -0600 |
commit | ccfc891781845cf21ca91ceecc49f80c20c2fa0b (patch) | |
tree | 7a88816d9f3faa7196d31d51deedd58af9395e05 | |
parent | 87d4aec3d8336eb539c2110d17f2dfefd2ee9b87 (diff) |
AltOS version 1.1 released
-rw-r--r-- | AltOS/releases/1.1.mdwn | 8 | ||||
-rw-r--r-- | AltOS/releases/1.1/Altos-Linux-1.1.tar.bz2 | bin | 0 -> 11694852 bytes | |||
-rw-r--r-- | AltOS/releases/1.1/Altos-Mac-1.1.zip | bin | 0 -> 11547606 bytes | |||
-rw-r--r-- | AltOS/releases/1.1/Altos-Windows-1-1.exe | bin | 0 -> 11802396 bytes | |||
-rw-r--r-- | AltOS/releases/1.1/release-notes-1.1.html | 69 |
5 files changed, 77 insertions, 0 deletions
diff --git a/AltOS/releases/1.1.mdwn b/AltOS/releases/1.1.mdwn new file mode 100644 index 0000000..dd65599 --- /dev/null +++ b/AltOS/releases/1.1.mdwn @@ -0,0 +1,8 @@ +[[!inline pages="./1.1/release-notes-1.1.html" rss="no" raw="yes" ]] + +- Available Files: + - [Windows Installer](/AltOS/releases/1.1/Altos-Windows-1-1.exe) + - [Mac OS X Package](/AltOS/releases/1.1/Altos-Mac-1.1.zip) + - [Linux](/AltOS/releases/1.1/Altos-Linux-1.1.tar.bz2) + - [Source Snapshot](http://git.gag.com/?p=fw/altos;a=snapshot;h=refs/tags/1.1;sf=tgz) + diff --git a/AltOS/releases/1.1/Altos-Linux-1.1.tar.bz2 b/AltOS/releases/1.1/Altos-Linux-1.1.tar.bz2 Binary files differnew file mode 100644 index 0000000..1f8de6b --- /dev/null +++ b/AltOS/releases/1.1/Altos-Linux-1.1.tar.bz2 diff --git a/AltOS/releases/1.1/Altos-Mac-1.1.zip b/AltOS/releases/1.1/Altos-Mac-1.1.zip Binary files differnew file mode 100644 index 0000000..929e4fd --- /dev/null +++ b/AltOS/releases/1.1/Altos-Mac-1.1.zip diff --git a/AltOS/releases/1.1/Altos-Windows-1-1.exe b/AltOS/releases/1.1/Altos-Windows-1-1.exe Binary files differnew file mode 100644 index 0000000..74a2319 --- /dev/null +++ b/AltOS/releases/1.1/Altos-Windows-1-1.exe diff --git a/AltOS/releases/1.1/release-notes-1.1.html b/AltOS/releases/1.1/release-notes-1.1.html new file mode 100644 index 0000000..f0afc74 --- /dev/null +++ b/AltOS/releases/1.1/release-notes-1.1.html @@ -0,0 +1,69 @@ +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title></title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="titlepage"><hr></div><p> + Version 1.1 is a minor release. It provides a few new features in AltosUI + and the AltOS firmware and fixes bugs. + </p><p> + AltOS Firmware Changes + </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> + Add apogee-lockout value. Overrides the apogee detection logic to + prevent incorrect apogee charge firing. + </li><li class="listitem"> + Fix a bug where the data reported in telemetry packets was + from 320ms ago. + </li><li class="listitem"> + Force the radio frequency to 434.550MHz when the debug clock + pin is connected to ground at boot time. This provides a way + to talk to a TeleMini which is configured to some unknown frequency. + </li><li class="listitem"> + Provide RSSI values for Monitor Idle mode. This makes it easy to check radio + range without needing to go to flight mode. + </li><li class="listitem"> + Fix a bug which caused the old received telemetry packets to + be retransmitted over the USB link when the radio was turned + off and back on. + </li></ul></div><p> + </p><p> + AltosUI Changes + </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> + Fix a bug that caused GPS ready to happen too quickly. The + software was using every telemetry packet to signal new GPS + data, which caused GPS ready to be signalled after 10 packets + instead of 10 GPS updates. + </li><li class="listitem"> + Fix Google Earth data export to work with recent versions. The + google earth file loading code got a lot pickier, requiring + some minor white space changes in the export code. + </li><li class="listitem"> + Make the look-n-feel configurable, providing a choice from + the available options. + </li><li class="listitem"> + Add an 'Age' element to mark how long since a telemetry packet + has been received. Useful to quickly gauge whether + communications with the rocket are still active. + </li><li class="listitem"> + Add 'Configure Ground Station' dialog to set the radio + frequency used by a particular TeleDongle without having to go + through the flight monitor UI. + </li><li class="listitem"> + Add configuration for the new apogee-lockout value. A menu provides a list of + reasonable values, or the value can be set by hand. + </li><li class="listitem"> + Re-compute time spent in each state for the flight graph; this + figures out the actual boost and landing times instead of + using the conservative values provide by the flight + electronics. This improves the accuracy of the boost + acceleration and main descent rate computations. + </li><li class="listitem"> + Make AltosUI run on Mac OS Lion. The default Java heap space + was dramatically reduced for this release causing much of the + UI to fail randomly. This most often affected the satellite + mapping download and displays. + </li><li class="listitem"> + Change how data are displayed in the 'table' tab of the flight + monitoring window. This eliminates entries duplicated from the + header and adds both current altitude and pad altitude, which + are useful in 'Monitor Idle' mode. + </li><li class="listitem"> + Add Imperial units mode to present data in feet instead of + meters. + </li></ul></div><p> + </p></div></body></html> |