From 944844ad3f78216a6a426d3f54921f3e2e887417 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Sun, 12 Jun 2022 21:06:02 -0400 Subject: [PATCH 1/3] Release notes for beta 4, draft 1 --- ReleaseNotes.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fbf69cac4..f75424bc0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,37 @@ Release Notes ============= +OpenRocket 22.02.beta.04 (2022-06-xx) +------------------------ +(through PRXXX) + +For this new beta, the packaged installers are now back to using Java 11, due to multiple bug reports related to Java 17. The JAR file still allows Java 17, so if you want to keep trying it feel free. + +### New Features +* Contextual menus now available via right-click throughout the program +* Ability to hide CG/CP markings in rocket display +* Add support for custom decimal places and exponential notation in simulation exports (fixes #1307 and #1354) +* Add warning to simulation when no recovery device is enabled (fixes #1436) + +### Notable Bug Fixes +* Tube fins are fixed! Both CP and drag calculations should be good now. So good that we are no longer calling tube fin support "experimental". Feedback please! (fixes #1258) +* Guarantee fit in rocket view (fixes #1231 and #1351) +* Corrected mass display in some situations (fixes #1409) +* Show combined mass of multi-selected components when hovering (fixes #1411) +* Fix greyed-out buttons on Mac (fixes #1099) +* Improve scalability of Motors and Configurations tab (fixes #1285) + +### Other +* Many component edit dialogs reorganized for consistency and clarity +* Loads more tweaks to parachute and streamer config dialog +* Modified file size estimation in Save dialog. Feedback please! +* Improved layout of rocket view ribbon +* Improved icons for zoom buttons, and launch lugs and tube fins +* Added sliders to Pod Set config +* Preset dialog now sorted by manufacturer by default +* Updated guided tours + + OpenRocket 22.02.beta.03 (2022-05-18) ------------------------ (through PR1361) From 9db404128b5a27fcd6eba57fab2503b1b14a6e44 Mon Sep 17 00:00:00 2001 From: Neil Weinstock Date: Wed, 15 Jun 2022 21:49:57 -0400 Subject: [PATCH 2/3] updates for latest PRs --- ReleaseNotes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f75424bc0..5242f26f2 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,10 +8,14 @@ OpenRocket 22.02.beta.04 (2022-06-xx) For this new beta, the packaged installers are now back to using Java 11, due to multiple bug reports related to Java 17. The JAR file still allows Java 17, so if you want to keep trying it feel free. ### New Features +* File association now works on all platforms! (fixes #1135) * Contextual menus now available via right-click throughout the program * Ability to hide CG/CP markings in rocket display +* Edit multiple selected items at once (great for appearance editing!) * Add support for custom decimal places and exponential notation in simulation exports (fixes #1307 and #1354) * Add warning to simulation when no recovery device is enabled (fixes #1436) +* Remember previously selected tab when opening component edit dialog (fixes #974) +* Mac multi-document model now supported ### Notable Bug Fixes * Tube fins are fixed! Both CP and drag calculations should be good now. So good that we are no longer calling tube fin support "experimental". Feedback please! (fixes #1258) @@ -30,6 +34,7 @@ For this new beta, the packaged installers are now back to using Java 11, due to * Added sliders to Pod Set config * Preset dialog now sorted by manufacturer by default * Updated guided tours +* Improved Russian translation OpenRocket 22.02.beta.03 (2022-05-18) From 2e6c376f373db78fd6d617f21387b8abbf937c21 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Fri, 17 Jun 2022 10:57:17 +0200 Subject: [PATCH 3/3] Update release notes date --- ReleaseNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5242f26f2..ccfc6e659 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,9 +1,9 @@ Release Notes ============= -OpenRocket 22.02.beta.04 (2022-06-xx) +OpenRocket 22.02.beta.04 (2022-06-17) ------------------------ -(through PRXXX) +(through PR1456) For this new beta, the packaged installers are now back to using Java 11, due to multiple bug reports related to Java 17. The JAR file still allows Java 17, so if you want to keep trying it feel free.