altoslib: Publish mapping from product name back to USB id
[fw/altos] / doc / release-notes-1.2.1.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4
5 <article>
6   <para>
7     Version 1.2.1 is a minor release. It adds support for TeleBT and
8     the AltosDroid application, provides several new features in
9     AltosUI and fixes some bugs in the AltOS firmware.
10   </para>
11   <para>
12     AltOS Firmware Changes
13     <itemizedlist>
14       <listitem>
15 <para>
16         Add support for TeleBT
17       </para>
18 </listitem>
19       <listitem>
20 <para>
21         In TeleMini recovery mode (when booted with the outer two
22         debug pins connected together), the radio parameters are also
23         set back to defaults (434.550MHz, N0CALL, factory radio cal).
24       </para>
25 </listitem>
26       <listitem>
27 <para>
28         Add support for reflashing the SkyTraq GPS chips. This
29         requires special host-side code which currently only exists
30         for Linux.
31       </para>
32 </listitem>
33       <listitem>
34 <para>
35         Correct Kalman filter model error covariance matrix. The
36         values used previously assumed continuous measurements instead
37         of discrete measurements.
38       </para>
39 </listitem>
40       <listitem>
41 <para>
42         Fix some bugs in the USB driver for TeleMetrum and TeleDongle
43         that affected Windows users.
44       </para>
45 </listitem>
46       <listitem>
47 <para>
48         Adjusted the automatic gain control parameters that affect
49         receive performance for TeleDongle. Field tests indicate that this
50         may improve receive performance somewhat.
51       </para>
52 </listitem>
53     </itemizedlist>
54   </para>
55   <para>
56     AltosUI Changes
57     <itemizedlist>
58       <listitem>
59 <para>
60         Handle missing GPS lock in 'Descent' tab. Previously, if the
61         GPS position of the pad was unknown, an exception would be
62         raised, breaking the Descent tab contents.
63       </para>
64 </listitem>
65       <listitem>
66 <para>
67         Improve the graph, adding tool-tips to show values near the
68         cursor and making the displayed set of values configurable,
69         adding all of the flight data as options while leaving the
70         default settings alone so that the graph starts by showing
71         height, speed and acceleration.
72       </para>
73 </listitem>
74       <listitem>
75 <para>
76         Make the initial position of the AltosUI top level window
77         configurable. Along with this change, the other windows will
78         pop up at 'sensible' places now, instead of on top of one
79         another.
80       </para>
81 </listitem>
82       <listitem>
83 <para>
84         Add callsign to Monitor idle window and connecting
85         dialogs. This makes it clear which callsign is being used so
86         that the operator will be aware that it must match the flight
87         computer value or no communication will work.
88       </para>
89 </listitem>
90       <listitem>
91 <para>
92         When downloading flight data, display the block number so that
93         the user has some sense of progress. Unfortunately, we don't
94         know how many blocks will need to be downloaded, but at least
95         it isn't just sitting there doing nothing for a long time.
96       </para>
97 </listitem>
98       <listitem>
99 <para>
100         Add GPS data and a map to the graph window. This lets you see
101         a complete summary of the flight without needing to 'replay'
102         the whole thing.
103       </para>
104 </listitem>
105     </itemizedlist>
106   </para>
107 </article>