altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / doc / release-notes-1.9.5.inc
1 = Release Notes for Version 1.9.5
2 include::release-head.adoc[]
3 :doctype: article
4
5         Version 1.9.5
6
7         == AltOS
8
9         * Add Booster mode for all dual-deploy altimeters. Select
10           "Separation & Apogee" mode in AltosUI to fire the 'main'
11           channel at first motor burnout and the 'apogee' channel at
12           apogee.
13
14         * Improve reliability of stm32l firmware under heavy
15           load. This was found using Monitor Idle on TeleMega with all
16           flash slots full of data which would occasionally lock up.
17
18         * Fix orientation label in AltosUI for devices with
19           radios. This makes the orientation say 'Antenna up' and
20           'Antenna Down' for TeleMetrum and TeleMega again.
21
22         * Fix log data for pyro channels which were inhibited (often
23           because of a tilt limit). They used to report 'fired' as
24           soon as they were inhibited, which was misleading. Now they
25           never report as having been fired.
26
27         * Allow Igniter Test to fire each igniter more than once.
28
29         == AltosUI
30
31         * Improve performance of Monitor Idle mode by sending less data for each
32           update.
33
34         * Improve Mac OS X install scripts so that they work on
35           Catalina. This involves sending the user to get Java from
36           the AdoptOpenJDK project which provides a version that works
37           with Java applications.
38
39         * Make larger dialogs scrollable for use on smaller screens.
40
41         * Fix troubles re-flashing EasyMega boards running older
42           firmware.
43
44         * Add TeleMetrum v3.0 firmware to the Windows
45           AltosUI packages.