From dfa307b1ad6d9e2c9c1befc379202fe333e8ce59 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Thu, 12 Jan 2023 08:35:13 -0500 Subject: [PATCH 1/4] RC1 release notes placeholder --- ReleaseNotes.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 823d24092..72d614fef 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -13,6 +13,20 @@ Release Notes +
+OpenRocket 22.02.RC.01 (2023-01-xx) +------------------------ +(through PRxxxx) +## New Features + +## UI Improvements + +## Notable Bug Fixes + +## Other + +
+
OpenRocket 22.02.beta.05 (2022-09-28) @@ -701,4 +715,4 @@ OpenRocket 0.9.0 (2009-05-24) Initial release.
- \ No newline at end of file + From faedd1e454daf69047bd9861b253fe5d98a77870 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Thu, 12 Jan 2023 08:36:20 -0500 Subject: [PATCH 2/4] Newline cleanup --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 72d614fef..5b4749ccb 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -14,9 +14,11 @@ Release Notes
+ OpenRocket 22.02.RC.01 (2023-01-xx) ------------------------ (through PRxxxx) + ## New Features ## UI Improvements From 82d7a7a95385e09d5ad16d2e2a8a47535578331d Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Thu, 12 Jan 2023 10:26:33 -0500 Subject: [PATCH 3/4] First pass of RC1 release notes --- ReleaseNotes.md | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5b4749ccb..6a42724fc 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -17,16 +17,42 @@ Release Notes OpenRocket 22.02.RC.01 (2023-01-xx) ------------------------ -(through PRxxxx) +(through PR1966) ## New Features +* **Native ARM build for Apple Silicon Macs!** (fixes #1136 and #1533) +* Added "Cancel" button to component config window (fixes #960) +* Added component information box in config window (fixes #1564) +* Example designs have been updated and reorganized +* Add option to switch flight event markers to icons in sim plots +* Add support for tail cones (fixes #1889) +* Added "plugged" to delay options for all motors +* Support rail button screws, updated rail button aerodynamics +* Updated surface roughness settings to be consistent with standard terminology +* Separate "override subcomponents" option for mass, CG, and drag (fixes #1750) +* Add motor designation to motor selection table ## UI Improvements +* Added "Top View" option to rocket display +* Add option to automatically open preset dialog when creating new component (fixes #1479) +* Tell user where body discontinuities are (fixes #241) +* Improved consistency of warning message text +* Hitting left arrow moves cursor to front of text fields (fixes #1942) +* New app icons +* Zoom to active stages in rocket display +* Added welcome dialog (fixes #1768) +* Updated bug report form ## Notable Bug Fixes - -## Other - +* Fix various significant 3D view issues (fixes #939, #966, #1191, #1771) +* Account for all recovery devices in pods when calculating descent rate (fixes #1910) +* Eliminated many occurrences of mystery discontinuity warnings (fixes #999) +* Rocksim import/export file updates +** Support import and export of pods (fixes #1348) +** Support import of trapezoidal fins on transitions (fixes #1553) +** Support subassembly import +* Assorted extension and plug-in fixes +
From 45f217f06bddf0d81f83230bba2b021ef034bc41 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Wed, 25 Jan 2023 19:58:21 -0500 Subject: [PATCH 4/4] Final release notes other than release date --- ReleaseNotes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 6a42724fc..23da6b4cd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -17,7 +17,7 @@ Release Notes OpenRocket 22.02.RC.01 (2023-01-xx) ------------------------ -(through PR1966) +(through PR1996) ## New Features * **Native ARM build for Apple Silicon Macs!** (fixes #1136 and #1533) @@ -26,18 +26,22 @@ OpenRocket 22.02.RC.01 (2023-01-xx) * Example designs have been updated and reorganized * Add option to switch flight event markers to icons in sim plots * Add support for tail cones (fixes #1889) +* Added additional warnings for inline pods, gaps and overlaps in airframe (fixes #1894) * Added "plugged" to delay options for all motors * Support rail button screws, updated rail button aerodynamics * Updated surface roughness settings to be consistent with standard terminology * Separate "override subcomponents" option for mass, CG, and drag (fixes #1750) * Add motor designation to motor selection table +* Enable decal editing on Linux ## UI Improvements +* Reorganized Config dialogs for improved clarity and consistency * Added "Top View" option to rocket display * Add option to automatically open preset dialog when creating new component (fixes #1479) * Tell user where body discontinuities are (fixes #241) * Improved consistency of warning message text * Hitting left arrow moves cursor to front of text fields (fixes #1942) +* Grey out texture edit button if using default material * New app icons * Zoom to active stages in rocket display * Added welcome dialog (fixes #1768) @@ -45,6 +49,7 @@ OpenRocket 22.02.RC.01 (2023-01-xx) ## Notable Bug Fixes * Fix various significant 3D view issues (fixes #939, #966, #1191, #1771) +* Don't mark all simulations out-of-date on flight config change (fixes #1973) * Account for all recovery devices in pods when calculating descent rate (fixes #1910) * Eliminated many occurrences of mystery discontinuity warnings (fixes #999) * Rocksim import/export file updates