doc: Add 1.8 release notes
authorKeith Packard <keithp@keithp.com>
Sat, 12 Aug 2017 04:06:26 +0000 (00:06 -0400)
committerKeith Packard <keithp@keithp.com>
Sat, 12 Aug 2017 04:06:26 +0000 (00:06 -0400)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/release-notes-1.8.inc [new file with mode: 0644]
doc/release-notes.inc

index bbda63019535212cf109df153bdaf1755b7c3008..a09380cf78e751595336b7e053450e9ac17bbdc0 100644 (file)
@@ -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 (file)
index 0000000..0255c16
--- /dev/null
@@ -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.
+
+
index 86ce95d3b69172a5786f3bf57ac8749ace3ef199..e52e36b5c754ceeb863ed4b82850732f8a5537b2 100644 (file)
@@ -1,6 +1,11 @@
 [appendix]
 == Release Notes
 
+       :leveloffset: 2
+       include::release-notes-1.8.raw[]
+
+       <<<<
+
        :leveloffset: 2
        include::release-notes-1.7.raw[]