doc: Add release notes for 1.9.13
authorKeith Packard <keithp@keithp.com>
Fri, 20 Jan 2023 01:27:02 +0000 (17:27 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 20 Jan 2023 01:40:03 +0000 (17:40 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile.am
doc/release-notes-1.9.13.inc [new file with mode: 0644]
doc/release-notes.inc

index 3827f79d260ccbeb2653c2ff915a4ed8ddea351d..d9e5f18867919a7866a895397d273422996d606b 100644 (file)
@@ -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 (file)
index 0000000..18c4d91
--- /dev/null
@@ -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.
index 33230a3baa8652c9e8d3ba7b96461140a8c92258..b1e3d8adff30b17daf38641bf22e3fcb77ba9f47 100644 (file)
@@ -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[]