openrocket/web/htp/news.htp

101 lines
3.8 KiB
Plaintext
Raw Normal View History

2010-03-12 23:06:04 +00:00
<div class="news">
<if newstitle>
<h2><use newstitle></h2>
<else>
<h2>News</h2>
</if>
<!--- Remember to move the position of "onlyrecent" below! --->
2010-09-07 13:47:37 +00:00
<p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is
<a href="download.html">released</a>!</p>
<p>This release fixes a severe bug in 1.1.1 that prevented adding stages
to rocket designs. Users are recommended to upgrade.</p>
2010-09-03 16:44:37 +00:00
<p><span class="date">3.9.2010:</span> Version 1.1.1 is
<a href="download.html">released</a>!</p>
<p>For this release a major part of the simulator code has been
rewritten for better flexibility in future development. It also
includes a vastly improved thrust curve selection dialog, the
possibility to loading user-defined thrust curves and better
startup times than previous releases.</p>
<p>Simulation listeners written for older versions of OpenRocket
are not compatible with this release.</p>
2010-03-21 11:25:59 +00:00
<p><span class="date">21.3.2010:</span> Version 1.1.0 is
<a href="download.html">released</a>!</p>
<p>This release includes the first support for loading RockSim
rocket design files (.RKT), thanks to contributions by Doug
Pedrick. It's also the kick-off of the 1.1 development branch of
OpenRocket.</p>
2010-09-07 13:47:37 +00:00
<if not onlyrecent><!--- Older items not shown on download page: --->
2010-03-12 23:06:04 +00:00
<p><span class="date">10.3.2010:</span> Version 1.0.0 is
<a href="download.html">released</a>!</p>
<p>This release includes several hundred new thrustcurves from
<a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
bug fixes. It is also a stable milestone, after which development
on larger features will be started in a 1.1 branch. Look out
for it! :-)</p>
<p><span class="date">17.2.2010:</span> Version 0.9.6 is
<a href="download.html">released</a>!</p>
<p>This release updates the aerodynamic calculation methods to be
more in line with the Barrowman method and enhances the simulation
time step selection, in addition to fixing numerous bugs.</p>
<p><span class="date">28.11.2009:</span> Version 0.9.5 is
<a href="download.html">released</a>!</p>
<p>This release <strong>fixes a serious bug in 0.9.4</strong> that
prevented adding a tube coupler and centering ring to the same
body tube, in addition to a few smaller additions. Users of
0.9.4 should upgrade immediately!</p>
<p><span class="date">24.11.2009:</span> Version 0.9.4 is
<a href="download.html">released</a>!</p>
<p>This version adds support for through-the-wall fin tabs,
attaching components to coupler tubes, material editing, automatic
update checking, in addition to fixing numerous bugs.</p>
<p><span class="date">1.9.2009:</span> Version 0.9.3 is
<a href="download.html">released</a>!</p>
<p>This version includes lots of bug fixes and new features including
data exporting, showing flight events in plots, example rocket designs,
splitting clustered inner tubes and automated bug reporting.</p>
<p><span class="date">13.7.2009:</span> Version 0.9.2 is
<a href="download.html">released</a>!</p>
<p>This version includes <strong>bug fixes for imperial unit
conversions</strong> and UI improvements for motor selection.
<em>All users of imperial units should upgrade!</em></p>
<p><span class="date">9.6.2009:</span> The
<a href="documentation.html">Master's thesis</a> for which OpenRocket
was written for is now available!</p>
<p>At the same time version 0.9.1 was
<a href="download.html">released</a>. This release fixes various
file handling bugs and adds small UI enhancements.</p>
<p><span class="date">24.5.2009:</span> First version 0.9.0
<a href="download.html">released</a>!</p>
</if><!--- ................... --->
</div>