From e87c927e2a20257c2c6c2b22f9f0f76ab0861447 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Sun, 13 Mar 2022 13:10:06 -0400 Subject: [PATCH 1/2] Release notes up to date through PR 1240 --- ReleaseNotes.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fbdc40cda..36c1f8364 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,32 @@ Release Notes ============= +OpenRocket 22.02.beta.02 (2022-03-xx) +------------------------ +(through PR1240) + +### New Features +* Opacity slider on appearance panel +* Check Java version at startup (requires Java 11) + +### Notable Bug Fixes +* Rocksim Import/Export +** Corrected position offsets when importing and exporting (fixes issue 1164) +** Corrected fin shape when importing (fixes issue 1220) +* Side boosters +** Added stage selector for side boosters (fixes issue 1208) +** Fixed simulation bug with side boosters (fixes issue 1210) +** Eliminated warning when loading designs with boosters (fixes issue 1196) +** Fixed Simulation Plot range with boosters (fixes issue 1228) +* More reliable creation of simulation when creating a new configuration (fixes issue 1163) +* No longer need to click on motor config to get flight data (fixes issue 1175) +* Motor database search more robust, especially for CTI (fixes issue 1174) +* _plus other miscellaneous fixes_ + +### Other +* Set default color for all components to #BBBBBB, with Shine=30 (closes issue 1192) +* Update Mac installer style to more standard "drag app to Applications folder" + OpenRocket 22.02.beta.01 (2022-02-25) ------------------------ (through PR1155) From 91de477defe3bd4f0dc6b839f9001e93b1d3b879 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Thu, 24 Mar 2022 20:18:56 -0400 Subject: [PATCH 2/2] Final update for beta 2 --- ReleaseNotes.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 36c1f8364..1ba965209 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,13 +1,16 @@ Release Notes ============= -OpenRocket 22.02.beta.02 (2022-03-xx) +OpenRocket 22.02.beta.02 ------------------------ -(through PR1240) +(through PR1261) + +NOTE: Tube fin simulation is currently broken, and will be fixed in a future beta. ### New Features -* Opacity slider on appearance panel * Check Java version at startup (requires Java 11) +* Opacity slider on appearance panel +* Export sim plots as PNG images ### Notable Bug Fixes * Rocksim Import/Export @@ -21,12 +24,14 @@ OpenRocket 22.02.beta.02 (2022-03-xx) * More reliable creation of simulation when creating a new configuration (fixes issue 1163) * No longer need to click on motor config to get flight data (fixes issue 1175) * Motor database search more robust, especially for CTI (fixes issue 1174) +* More accurate and reliable simulation of fins on transitions (fixes issues 1173 and 1243) * _plus other miscellaneous fixes_ ### Other * Set default color for all components to #BBBBBB, with Shine=30 (closes issue 1192) * Update Mac installer style to more standard "drag app to Applications folder" + OpenRocket 22.02.beta.01 (2022-02-25) ------------------------ (through PR1155)