From eac280931817d4e64f281786cfa490fa1b50c1a8 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Mon, 9 May 2022 20:16:39 -0400 Subject: [PATCH 1/5] Updated release notes for beta 3 --- ReleaseNotes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a5ca7f1a3..2ab0502da 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,29 @@ Release Notes ============= +OpenRocket 22.02.beta.03 (2022-05-XX) +------------------------ +(through PR1337) + +### New Features +* Operation under Java 17 now allowed (in addition to 11). Please test and give us feedback! +* Big improvements to parachutes: + * Added manufacturers: Front Range, FruityChutes, The Rocketman, b2Rocketry, Spherachutes + * Added additional fields to preset DB (e.g. spill holes) + * Automatic packed size calculation (for select chute manufacturers only) + * Parachute mass is automatically overridden with manufacturer data (when available) + * Parachute component name is automatically populated with preset description + +### Notable bug Fixes +* __Tube fins are fixed__, we think. Please test and let us know! (fixes issue xxx) +* Rail buttons now included in Fin Marking Guide (fixes issue 1259) +* Tube fin sets now included in Fin Marking Guide (fixes issue... ah, there wasn't one) +* Override mass now divides when fin set is split (fixes issue 1292) +* Hovering over pod set reports total mass of pod set (fixes issue 1291) + +### Other +* Major cleanup of File menu. Let us know how you like it. + OpenRocket 22.02.beta.02 (2022-03-26) ------------------------ (through PR1261) From ed524911a45b2160a519dd0f2c6a183d1dc362b5 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Mon, 9 May 2022 20:26:27 -0400 Subject: [PATCH 2/5] updated a few things I missed the first time --- ReleaseNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 2ab0502da..dd9e28346 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -15,11 +15,13 @@ OpenRocket 22.02.beta.03 (2022-05-XX) * Parachute component name is automatically populated with preset description ### Notable bug Fixes -* __Tube fins are fixed__, we think. Please test and let us know! (fixes issue xxx) +* __Tube fin simulation has been massively rewritten and is now fixed__... we think. Please test and let us know! (fixes issue 1207) * Rail buttons now included in Fin Marking Guide (fixes issue 1259) * Tube fin sets now included in Fin Marking Guide (fixes issue... ah, there wasn't one) * Override mass now divides when fin set is split (fixes issue 1292) +* Fixes exception when splitting fin sets (fixes issue 1302) * Hovering over pod set reports total mass of pod set (fixes issue 1291) +* Fixes exception when putting fins on transitions (fixes issue 1247) ### Other * Major cleanup of File menu. Let us know how you like it. From 35c2336e2f1e7f2ee09a88181fdaf4b0c390985a Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Mon, 9 May 2022 20:28:14 -0400 Subject: [PATCH 3/5] updated for PR1326 --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index dd9e28346..e4c36b160 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -22,6 +22,7 @@ OpenRocket 22.02.beta.03 (2022-05-XX) * Fixes exception when splitting fin sets (fixes issue 1302) * Hovering over pod set reports total mass of pod set (fixes issue 1291) * Fixes exception when putting fins on transitions (fixes issue 1247) +* Opacity slider now stays in sync with alpha changes in color selector (fixes issue 1326) ### Other * Major cleanup of File menu. Let us know how you like it. From 582dce6cb48d37a20a97633b9f10c8a46c4a0e03 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Thu, 12 May 2022 07:59:43 -0400 Subject: [PATCH 4/5] more updates --- ReleaseNotes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e4c36b160..d6dcb920f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,19 +3,18 @@ Release Notes OpenRocket 22.02.beta.03 (2022-05-XX) ------------------------ -(through PR1337) +(through PR1347) ### New Features -* Operation under Java 17 now allowed (in addition to 11). Please test and give us feedback! * Big improvements to parachutes: - * Added manufacturers: Front Range, FruityChutes, The Rocketman, b2Rocketry, Spherachutes + * Added manufacturers: Front Range, Fruity Chutes, Rocketman, b2 Rocketry, Spherachutes * Added additional fields to preset DB (e.g. spill holes) * Automatic packed size calculation (for select chute manufacturers only) * Parachute mass is automatically overridden with manufacturer data (when available) * Parachute component name is automatically populated with preset description ### Notable bug Fixes -* __Tube fin simulation has been massively rewritten and is now fixed__... we think. Please test and let us know! (fixes issue 1207) +* __Tube fin drag simulation has been extensively rewritten__. This should fix flight simulations of tube fin models. Please test your sims and let us know how it works for you (fixes issue 1207). Note that CP calculations for tube fins are still not fixed. * Rail buttons now included in Fin Marking Guide (fixes issue 1259) * Tube fin sets now included in Fin Marking Guide (fixes issue... ah, there wasn't one) * Override mass now divides when fin set is split (fixes issue 1292) @@ -26,6 +25,7 @@ OpenRocket 22.02.beta.03 (2022-05-XX) ### Other * Major cleanup of File menu. Let us know how you like it. +* Java 17 is now included in the packaged installers and supported by the JAR file. OpenRocket 22.02.beta.02 (2022-03-26) ------------------------ From 5a42034a869f4dffa44b93d17640cba5679b7eca Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Tue, 17 May 2022 19:55:40 -0400 Subject: [PATCH 5/5] Updated through PR1361 --- ReleaseNotes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d6dcb920f..06808dca0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,7 +3,7 @@ Release Notes OpenRocket 22.02.beta.03 (2022-05-XX) ------------------------ -(through PR1347) +(through PR1361) ### New Features * Big improvements to parachutes: @@ -14,7 +14,8 @@ OpenRocket 22.02.beta.03 (2022-05-XX) * Parachute component name is automatically populated with preset description ### Notable bug Fixes -* __Tube fin drag simulation has been extensively rewritten__. This should fix flight simulations of tube fin models. Please test your sims and let us know how it works for you (fixes issue 1207). Note that CP calculations for tube fins are still not fixed. +* __Tube fin drag simulation has been extensively rewritten__. This should fix flight simulations of tube fin models. Please test your sims and let us know how it works for you (fixes issue 1207). _Note that CP calculations for tube fins are still not fixed._ +* Improved ground hit velocity estimation (partially fixes issue 1349) * Rail buttons now included in Fin Marking Guide (fixes issue 1259) * Tube fin sets now included in Fin Marking Guide (fixes issue... ah, there wasn't one) * Override mass now divides when fin set is split (fixes issue 1292) @@ -25,6 +26,7 @@ OpenRocket 22.02.beta.03 (2022-05-XX) ### Other * Major cleanup of File menu. Let us know how you like it. +* Improved time step selection for descent * Java 17 is now included in the packaged installers and supported by the JAR file. OpenRocket 22.02.beta.02 (2022-03-26)