Merge branch 'master' of ssh://git.gag.com/scm/git/web/altusmetrum
[web/altusmetrum] / AltOS / doc / release-notes-1.1.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Release Notes for Version 1.1</title><link rel="stylesheet" type="text/css" href="am.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="idm45793842102736"></a>Release Notes for Version 1.1</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Bdale</span> <span class="surname">Garbee</span></h3><code class="email">&lt;<a class="email" href="mailto:bdale@gag.com">bdale@gag.com</a>&gt;</code></div></div><div><div class="author"><h3 class="author"><span class="firstname">Keith</span> <span class="surname">Packard</span></h3><code class="email">&lt;<a class="email" href="mailto:keithp@keithp.com">keithp@keithp.com</a>&gt;</code></div></div><div><p class="copyright">Copyright © 2013 Bdale Garbee and Keith Packard</p></div><div><div class="legalnotice"><a id="idm45793841365680"></a><p>
3     This document is released under the terms of the
4     <a class="ulink" href="http://creativecommons.org/licenses/by-sa/3.0/" target="_top">
5       Creative Commons ShareAlike 3.0
6     </a>
7     license.
8   </p></div></div></div><hr /></div><p>Version 1.1 is a minor release. It provides a few new features
9 in AltosUI and the AltOS firmware and fixes bugs.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altos"></a>1. AltOS</h2></div></div></div><p>AltOS Firmware New Features:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
10 Add apogee-lockout value. Overrides the apogee
11 detection logic to prevent incorrect apogee charge
12 firing.
13 </li><li class="listitem">
14 Force the radio frequency to 434.550MHz when the
15 debug clock pin is connected to ground at boot
16 time. This provides a way to talk to a TeleMini
17 which is configured to some unknown frequency.
18 </li><li class="listitem">
19 Provide RSSI values for Monitor Idle mode. This
20 makes it easy to check radio range without needing
21 to go to flight mode.
22 </li></ul></div><p>AltOS Fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
23 Fix a bug where the data reported in telemetry
24 packets was from 320ms ago.
25 </li><li class="listitem">
26 Fix a bug which caused the old received telemetry
27 packets to be retransmitted over the USB link when
28 the radio was turned off and back on.
29 </li></ul></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_altosui"></a>2. AltosUI</h2></div></div></div><p>AltosUI New Features:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
30 Make the look-n-feel configurable, providing a choice from
31 the available options.
32 </li><li class="listitem">
33 Add an <span class="emphasis"><em>Age</em></span> element to mark how long since a
34 telemetry packet has been received. Useful to
35 quickly gauge whether communications with the rocket
36 are still active.
37 </li><li class="listitem">
38 Add <span class="emphasis"><em>Configure Ground Station</em></span> dialog to set the
39 radio frequency used by a particular TeleDongle
40 without having to go through the flight monitor UI.
41 </li><li class="listitem">
42 Add configuration for the new apogee-lockout
43 value. A menu provides a list of reasonable values,
44 or the value can be set by hand.
45 </li><li class="listitem">
46 Add Imperial units mode to present data in feet
47 instead of meters.
48 </li></ul></div><p>AltosUI Fixes:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
49 Fix a bug that caused GPS ready to happen too
50 quickly. The software was using every telemetry
51 packet to signal new GPS data, which caused GPS
52 ready to be signalled after 10 packets instead of 10
53 GPS updates.
54 </li><li class="listitem">
55 Fix Google Earth data export to work with recent
56 versions. The google earth file loading code got a
57 lot pickier, requiring some minor white space
58 changes in the export code.
59 </li><li class="listitem">
60 Changed how flight data are downloaded. Now there’s
61 an initial dialog asking which flights to download,
62 and after that finishes, a second dialog comes up
63 asking which flights to delete.
64 </li><li class="listitem">
65 Re-compute time spent in each state for the flight
66 graph; this figures out the actual boost and landing
67 times instead of using the conservative values
68 provide by the flight electronics. This improves the
69 accuracy of the boost acceleration and main descent
70 rate computations.
71 </li><li class="listitem">
72 Make AltosUI run on Mac OS Lion. The default Java
73 heap space was dramatically reduced for this release
74 causing much of the UI to fail randomly. This most
75 often affected the satellite mapping download and
76 displays.
77 </li><li class="listitem">
78 Change how data are displayed in the <span class="emphasis"><em>table</em></span> tab of
79 the flight monitoring window. This eliminates
80 entries duplicated from the header and adds both
81 current altitude and pad altitude, which are useful
82 in <span class="emphasis"><em>Monitor Idle</em></span> mode.
83 </li></ul></div></div></div></body></html>