summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-08-12 00:06:26 -0400
committerKeith Packard <keithp@keithp.com>2017-08-12 00:06:26 -0400
commit243c1e519d41b45765d4edf5f608655d6ab01eff (patch)
tree790f937a2a72bbc74445b3ea85e00fc1ee61828c
parent7b67dcdd90317845261e51a1adb2404dcb0f2507 (diff)
doc: Add 1.8 release notes
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--doc/Makefile1
-rw-r--r--doc/release-notes-1.8.inc33
-rw-r--r--doc/release-notes.inc5
3 files changed, 39 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index bbda6301..a09380cf 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,6 +3,7 @@
#
RELNOTES_INC=\
+ release-notes-1.8.inc \
release-notes-1.7.inc \
release-notes-1.6.8.inc \
release-notes-1.6.5.inc \
diff --git a/doc/release-notes-1.8.inc b/doc/release-notes-1.8.inc
new file mode 100644
index 00000000..0255c16b
--- /dev/null
+++ b/doc/release-notes-1.8.inc
@@ -0,0 +1,33 @@
+= Release Notes for Version 1.8
+:toc!:
+:doctype: article
+
+ Version 1.8 includes support for our new TeleBT v4.0 ground
+ station, updates for data analysis in our ground station
+ software and bug fixes in in the flight software for all our
+ boards and ground station interfaces.
+
+ == AltOS
+
+ AltOS New Features
+
+ * Add support for TeleBT v4.0 boards.
+
+ == AltosUI and TeleGPS Applications
+
+ AltosUI New Features
+
+ * Add support for TeleBT v4.0 hardware
+
+ * Rewrite graphing and export functions. This code now handles
+ each data series separately so that graphs are drawn
+ correctly. Smoothing now uses a filter that looks both
+ forward and backwards in time to make computed speed and
+ acceleration data more accurate.
+
+ AltosUI Bug Fixes
+
+ * Correct axis labeling of magnetic sensor in TeleMega and
+ EasyMega. The Y and Z axes were flipped.
+
+
diff --git a/doc/release-notes.inc b/doc/release-notes.inc
index 86ce95d3..e52e36b5 100644
--- a/doc/release-notes.inc
+++ b/doc/release-notes.inc
@@ -2,6 +2,11 @@
== Release Notes
:leveloffset: 2
+ include::release-notes-1.8.raw[]
+
+ <<<<
+
+ :leveloffset: 2
include::release-notes-1.7.raw[]
<<<<