summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-11-11 21:29:11 -0800
committerKeith Packard <keithp@keithp.com>2017-11-11 21:29:11 -0800
commit50a095fbe828b6ec3159d27930712df6b1b519b4 (patch)
treefb2d6b295ba17764511a5e329cfa5048499dcf90 /doc
parent23cf8fb4d5745ad76d9517c9702d03d10c58144a (diff)
doc: Update for 1.8.3
Also added a pile of docinfo files for older release notes files. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile1
-rw-r--r--doc/altosui.inc23
-rw-r--r--doc/altusmetrum-docinfo.xml8
-rw-r--r--doc/easymini-release-notes.inc30
-rw-r--r--doc/graph-configure.pngbin45370 -> 104002 bytes
-rw-r--r--doc/graph-map.pngbin443560 -> 2818882 bytes
-rw-r--r--doc/graph-stats.pngbin73620 -> 115174 bytes
-rw-r--r--doc/graph.pngbin85178 -> 211929 bytes
-rw-r--r--doc/release-notes-1.6.3-docinfo.xml29
-rw-r--r--doc/release-notes-1.6.4-docinfo.xml29
-rw-r--r--doc/release-notes-1.6.5-docinfo.xml29
-rw-r--r--doc/release-notes-1.6.8-docinfo.xml29
-rw-r--r--doc/release-notes-1.7-docinfo.xml29
-rw-r--r--doc/release-notes-1.8-docinfo.xml29
-rw-r--r--doc/release-notes-1.8.1-docinfo.xml29
-rw-r--r--doc/release-notes-1.8.2-docinfo.xml29
-rw-r--r--doc/release-notes-1.8.3-docinfo.xml29
-rw-r--r--doc/release-notes-1.8.3.inc32
-rw-r--r--doc/release-notes.inc5
-rw-r--r--doc/telegps-release-notes.inc31
20 files changed, 388 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b1bff848..feb1de8f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,6 +3,7 @@
#
RELNOTES_INC=\
+ release-notes-1.8.3.inc \
release-notes-1.8.2.inc \
release-notes-1.8.1.inc \
release-notes-1.8.inc \
diff --git a/doc/altosui.inc b/doc/altosui.inc
index 88e7a035..adce6f27 100644
--- a/doc/altosui.inc
+++ b/doc/altosui.inc
@@ -395,8 +395,27 @@
image::graph-configure.png[width="5.5in"]
This selects which graph elements to show, and, at the
- very bottom, lets you switch between metric and
- imperial units
+ very bottom. It also lets you configure how
+ the graph is drawn:
+
+ * Whether to use metric or imperial units
+
+ * Whether to show a marker at each data
+ point. When displaying a small section of
+ the graph, these can be useful to know what
+ data values were recorded.
+
+ * How wide to draw the lines in the graph
+
+ * How to filter speed and acceleration data
+ computed from barometric data. Flight
+ computers with accelerometers never display
+ computed acceleration data, and only use
+ barometric data to compute speed during
+ descent. Flight computers without
+ accelerometers always compute both speed and
+ acceleration from barometric data. A larger
+ value smooths the data more.
==== Flight Statistics
diff --git a/doc/altusmetrum-docinfo.xml b/doc/altusmetrum-docinfo.xml
index c2bc14d1..874c1dbd 100644
--- a/doc/altusmetrum-docinfo.xml
+++ b/doc/altusmetrum-docinfo.xml
@@ -47,6 +47,14 @@
<revhistory>
<?dbhtml filename="altusmetrum-revhistory.html"?>
<revision>
+ <revnumber>1.8.3</revnumber>
+ <date>12 Nove 2017</date>
+ <revremark>
+ Support TeleGPS v2.0 hardware. Add accelerometer recalibration
+ UI.
+ </revremark>
+ </revision>
+ <revision>
<revnumber>1.8.2</revnumber>
<date>18 Sep 2017</date>
<revremark>
diff --git a/doc/easymini-release-notes.inc b/doc/easymini-release-notes.inc
index 7f578f71..f4f45fd7 100644
--- a/doc/easymini-release-notes.inc
+++ b/doc/easymini-release-notes.inc
@@ -1,5 +1,35 @@
[appendix]
== Release Notes
+ :leveloffset: 2
+ include::release-notes-1.8.3.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.2.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.1.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.7.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.8.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.5.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.4.raw[]
:leveloffset: 2
include::release-notes-1.6.3.raw[]
diff --git a/doc/graph-configure.png b/doc/graph-configure.png
index ed0d5112..4f9a23c5 100644
--- a/doc/graph-configure.png
+++ b/doc/graph-configure.png
Binary files differ
diff --git a/doc/graph-map.png b/doc/graph-map.png
index bcea5ff8..2363d251 100644
--- a/doc/graph-map.png
+++ b/doc/graph-map.png
Binary files differ
diff --git a/doc/graph-stats.png b/doc/graph-stats.png
index 6f5c9791..88d943b9 100644
--- a/doc/graph-stats.png
+++ b/doc/graph-stats.png
Binary files differ
diff --git a/doc/graph.png b/doc/graph.png
index c7c7b7d7..8c5d7d4b 100644
--- a/doc/graph.png
+++ b/doc/graph.png
Binary files differ
diff --git a/doc/release-notes-1.6.3-docinfo.xml b/doc/release-notes-1.6.3-docinfo.xml
new file mode 100644
index 00000000..ce22ebcb
--- /dev/null
+++ b/doc/release-notes-1.6.3-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>6 May 2016</date>
+<copyright>
+ <year>2016</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.6.4-docinfo.xml b/doc/release-notes-1.6.4-docinfo.xml
new file mode 100644
index 00000000..76af3557
--- /dev/null
+++ b/doc/release-notes-1.6.4-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>17 June 2016</date>
+<copyright>
+ <year>2016</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.6.5-docinfo.xml b/doc/release-notes-1.6.5-docinfo.xml
new file mode 100644
index 00000000..a07d6f0f
--- /dev/null
+++ b/doc/release-notes-1.6.5-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>4 July 2016</date>
+<copyright>
+ <year>2016</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.6.8-docinfo.xml b/doc/release-notes-1.6.8-docinfo.xml
new file mode 100644
index 00000000..776c244c
--- /dev/null
+++ b/doc/release-notes-1.6.8-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>5 September 2016</date>
+<copyright>
+ <year>2016</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.7-docinfo.xml b/doc/release-notes-1.7-docinfo.xml
new file mode 100644
index 00000000..61d77d92
--- /dev/null
+++ b/doc/release-notes-1.7-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>24 April 2017</date>
+<copyright>
+ <year>2017</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.8-docinfo.xml b/doc/release-notes-1.8-docinfo.xml
new file mode 100644
index 00000000..3b40421a
--- /dev/null
+++ b/doc/release-notes-1.8-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>12 August 2017</date>
+<copyright>
+ <year>2017</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.8.1-docinfo.xml b/doc/release-notes-1.8.1-docinfo.xml
new file mode 100644
index 00000000..29a4fe7a
--- /dev/null
+++ b/doc/release-notes-1.8.1-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>28 August 2017</date>
+<copyright>
+ <year>2017</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.8.2-docinfo.xml b/doc/release-notes-1.8.2-docinfo.xml
new file mode 100644
index 00000000..a5fbc6e2
--- /dev/null
+++ b/doc/release-notes-1.8.2-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>18 September 2017</date>
+<copyright>
+ <year>2017</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.8.3-docinfo.xml b/doc/release-notes-1.8.3-docinfo.xml
new file mode 100644
index 00000000..91a03926
--- /dev/null
+++ b/doc/release-notes-1.8.3-docinfo.xml
@@ -0,0 +1,29 @@
+<author>
+ <firstname>Bdale</firstname>
+ <surname>Garbee</surname>
+ <email>bdale@gag.com</email>
+</author>
+<author>
+ <firstname>Keith</firstname>
+ <surname>Packard</surname>
+ <email>keithp@keithp.com</email>
+</author>
+<date>12 November 2017</date>
+<copyright>
+ <year>2017</year>
+ <holder>Bdale Garbee and Keith Packard</holder>
+</copyright>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="altusmetrum-oneline.svg" width="6.0in"/>
+ </imageobject>
+</mediaobject>
+<legalnotice>
+ <para>
+ This document is released under the terms of the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons ShareAlike 3.0
+ </ulink>
+ license.
+ </para>
+</legalnotice>
diff --git a/doc/release-notes-1.8.3.inc b/doc/release-notes-1.8.3.inc
new file mode 100644
index 00000000..b298bf3b
--- /dev/null
+++ b/doc/release-notes-1.8.3.inc
@@ -0,0 +1,32 @@
+= Release Notes for Version 1.8.3
+:toc!:
+:doctype: article
+
+ Version 1.8.3 includes two important flight computer fixes,
+ changed KML export data for Tripoli Record reporting and some
+ updates to graph presentation and data downloading.
+
+ == AltOS
+
+ AltOS Bug Fixes
+
+ * Ground testing EasyMega and TeleMega additional pyro
+ channels could result in a sticky 'fired' status which would
+ prevent these channels from firing on future flights.
+
+ * Corrupted flight log records could prevent future flights
+ from capturing log data.
+
+ == AltosUI and TeleGPS Applications
+
+ AltosUI and TeleGPS Changes
+
+ * KML export now reports both barometric and GPS altitude data
+ to make it more useful for Tripoli record reporting.
+
+ * Graph lines have improved appearance to make them easier to
+ distinguish.
+
+ * The download dialog now offers to graph new flights, checks
+ for existing files to avoid overwriting data and reports if
+ there are checksum errors in the downloaded data.
diff --git a/doc/release-notes.inc b/doc/release-notes.inc
index a102b2dc..1c177afa 100644
--- a/doc/release-notes.inc
+++ b/doc/release-notes.inc
@@ -2,6 +2,10 @@
== Release Notes
:leveloffset: 2
+ include::release-notes-1.8.3.raw[]
+
+ <<<<
+ :leveloffset: 2
include::release-notes-1.8.2.raw[]
<<<<
@@ -13,7 +17,6 @@
include::release-notes-1.8.raw[]
<<<<
-
:leveloffset: 2
include::release-notes-1.7.raw[]
diff --git a/doc/telegps-release-notes.inc b/doc/telegps-release-notes.inc
index 4123c783..0c506c28 100644
--- a/doc/telegps-release-notes.inc
+++ b/doc/telegps-release-notes.inc
@@ -2,6 +2,37 @@
== Release Notes
:leveloffset: 2
+ include::release-notes-1.8.3.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.2.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.1.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.8.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.7.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.8.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.5.raw[]
+
+ <<<<
+ :leveloffset: 2
+ include::release-notes-1.6.4.raw[]
+
+ :leveloffset: 2
include::release-notes-1.6.3.raw[]
<<<<