summaryrefslogtreecommitdiff
path: root/doc/release-notes-1.5.inc
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2016-01-10 19:09:09 -0700
committerBdale Garbee <bdale@gag.com>2016-01-10 19:09:09 -0700
commit4ecc53175a5c28cbc1b846c24d83b6adc3afc2ef (patch)
tree4c318f3d5b7ef01247531a8ccb8ce3ce211e48b3 /doc/release-notes-1.5.inc
parent19d25c9f4c80d2c8562fc4abd766a23961167e79 (diff)
parenta2ea621eac3263348aff50885c79296f8ece26ed (diff)
Merge branch 'branch-1.6' into debian
Diffstat (limited to 'doc/release-notes-1.5.inc')
-rw-r--r--doc/release-notes-1.5.inc69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/release-notes-1.5.inc b/doc/release-notes-1.5.inc
new file mode 100644
index 00000000..8d72c0e0
--- /dev/null
+++ b/doc/release-notes-1.5.inc
@@ -0,0 +1,69 @@
+= Release Notes for Version 1.5
+:toc!:
+
+ Version 1.5 is a major release. It includes support for our new
+ EasyMega product, new features and bug fixes in in the flight
+ software for all our boards and the AltosUI ground station
+
+ == AltOS
+
+ AltOS New Features
+
+ * Add support for EasyMega boards.
+
+ * Make the APRS SSID be configurable. This lets you track
+ different rockets on the same receiver without getting
+ things mixed up.
+
+ * Report extra pyro channel continuity state on EasyMega and
+ TeleMega via the beeper. This lets you easily verify flight
+ readiness on these boards after powering up the electronics
+ on the rail.
+
+ * Add lower telemetry data rates (2400 and 9600 bps) to
+ increase telemetry radio range. This reduces the amount of
+ data received as well as increasing battery consumption in
+ the transmitter.
+
+ * Change TeleGPS to have only a single log, and append new
+ data to it rather than using seperate per-flight logs. This
+ avoids accidentally filling up log storage by turning
+ TeleGPS on/off several times.
+
+ AltOS Fixes
+
+ * Increase the maximum range for altitude values from +/-32767m
+ to +/-2147483647m, allowing the flight computers to function
+ correctly above the 32km level.
+
+ * Continuously test pyro firing conditions during delay stage,
+ inhibiting the pyro channel if the test fails. This prevents
+ firing pyro charges where the conditions were good before
+ the delay, but become bad before the delay expires.
+
+ * Allow negative numbers in pyro configuration values. This
+ lets you specify things like descending speed or
+ deceleration.
+
+ == AltosUI and TeleGPS Applications
+
+ AltosUI and TeleGPS New Features
+
+ * Support telemetry baud rate selection. Adds menus to
+ the flight monitoring and configuration for baud rate
+ selection.
+
+ * Support APRS SSID configuration.
+
+ * Integrate with file managers. This provides icons for all of
+ our file types and associates our application with the files
+ so that using a file manager to open a AltOS data file
+ results in launching our application.
+
+ AltosUI Fixes
+
+ * Make the 'Graph' button on the landed tab work again.
+
+ * Make tests for Java on Windows a bit smarter, and also
+ provide the user with the option to skip installing Java for
+ cases where we just can't figure out what version is installed.