From 1803c15b9d9110df9e54374b2576681835d6cd87 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 19 Jan 2023 17:27:02 -0800 Subject: [PATCH] doc: Add release notes for 1.9.13 Signed-off-by: Keith Packard --- doc/Makefile.am | 1 + doc/release-notes-1.9.13.inc | 26 ++++++++++++++++++++++++++ doc/release-notes.inc | 4 ++++ 3 files changed, 31 insertions(+) create mode 100644 doc/release-notes-1.9.13.inc diff --git a/doc/Makefile.am b/doc/Makefile.am index 3827f79d..d9e5f188 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,6 +17,7 @@ FAKETIME=TZ=UTC faketime -f '$(RELEASE_DATE) 00:00:00 i0' endif RELNOTES_INC=\ + release-notes-1.9.13.inc \ release-notes-1.9.12.inc \ release-notes-1.9.11.inc \ release-notes-1.9.10.inc \ diff --git a/doc/release-notes-1.9.13.inc b/doc/release-notes-1.9.13.inc new file mode 100644 index 00000000..18c4d915 --- /dev/null +++ b/doc/release-notes-1.9.13.inc @@ -0,0 +1,26 @@ += Release Notes for Version 1.9.13 +include::release-head.adoc[] +:doctype: article + + Version 1.9.13 + + == AltOS + + * Add option to beep max height in feet after landing + + * Fix APRS reports to be sent at the correct time and spacing. + + * Fix possible barometric sensor communication failure when + the CPU is busy talking to the radio at the same time. This + would cause loss of telemetry and failure to track the state + of the rocket during flight. This was aggrevated by the APRS + reports getting sent more often than they should. + + * Change EasyMotor v3 code to base logging on motor pressure + rather than the accelerometer. This allows use of EasyMotor + v3 in a static test stand. + + == AltosUI + + * Add support for configuring the units used to report height + after landing on the beeper. diff --git a/doc/release-notes.inc b/doc/release-notes.inc index 33230a3b..b1e3d8ad 100644 --- a/doc/release-notes.inc +++ b/doc/release-notes.inc @@ -1,5 +1,9 @@ [appendix] == Release Notes + :leveloffset: 2 + include::release-notes-1.9.13.adoc[] + + <<<< :leveloffset: 2 include::release-notes-1.9.12.adoc[] -- 2.30.2