From 32532209a2befcbe58bb2e4c6c9d2730073ac52f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 4 May 2022 09:19:43 +1000 Subject: [PATCH] Plane: release notes for 4.2.0 --- ArduPlane/ReleaseNotes.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ArduPlane/ReleaseNotes.txt b/ArduPlane/ReleaseNotes.txt index 3f60040cd8..eb996226ed 100644 --- a/ArduPlane/ReleaseNotes.txt +++ b/ArduPlane/ReleaseNotes.txt @@ -1,3 +1,31 @@ +Release 4.2.0 4th May 2022 +-------------------------- + +This is the first 4.2 stable release of plane. Since 4.2.0beta6 there +have only been 3 changes: + + - added VTOL-quicktune lua script + - fixed custom compass orientation for DroneCAN compasses + - fixed a bug in blended Z accel calculation when not using first IMU + +Since the last stable 4.1.7 release there have been over 4k changes, +so it is not practical to list them all here. Highlights for plane +users include: + + - smoother quadplane transitions + - ship landing support + - CAN over mavlink support + - major tailsitter improvements + - much better error reporting and diagnostics + - numerous lua scripting improvements + - improved weathervaning support and options + - support for fixed wing aerobatics + - many new flight controllers added + - DroneCAN dual-GPS for yaw support + +Happy flying! + + Release 4.2.0beta6 28th April 2022 ----------------------------------