Release notes up to date through PR 1240

This commit is contained in:
Neil Weinstock 2022-03-13 13:10:06 -04:00
parent bdbcd7e17e
commit e87c927e2a

View File

@ -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)