html updates + version number 1.1.1pre
[debian/openrocket] / web / htp / news.htp
1
2 <div class="news">
3   
4   <if newstitle>
5     <h2><use newstitle></h2>
6   <else>
7     <h2>News</h2>
8   </if>
9
10   <!--- Remember to move the position of "onlyrecent" below! --->
11
12   <p><span class="date">21.3.2010:</span> Version 1.1.0 is 
13     <a href="download.html">released</a>!</p>
14
15   <p>This release includes the first support for loading RockSim
16     rocket design files (.RKT), thanks to contributions by Doug
17     Pedrick.  It's also the kick-off of the 1.1 development branch of
18     OpenRocket.</p>
19
20   <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
21     <a href="download.html">released</a>!</p>
22
23   <p>This release includes several hundred new thrustcurves from
24     <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
25     bug fixes.  It is also a stable milestone, after which development
26     on larger features will be started in a 1.1 branch.  Look out
27     for it!  :-)</p>
28
29   <p><span class="date">17.2.2010:</span> Version 0.9.6 is
30     <a href="download.html">released</a>!</p>
31
32   <p>This release updates the aerodynamic calculation methods to be
33     more in line with the Barrowman method and enhances the simulation
34     time step selection, in addition to fixing numerous bugs.</p>
35
36
37   <if not onlyrecent><!--- Older items not shown on download page:  --->
38
39
40   <p><span class="date">28.11.2009:</span> Version 0.9.5 is
41     <a href="download.html">released</a>!</p>
42
43   <p>This release <strong>fixes a serious bug in 0.9.4</strong> that
44     prevented adding a tube coupler and centering ring to the same
45     body tube, in addition to a few smaller additions.  Users of
46     0.9.4 should upgrade immediately!</p>
47
48   <p><span class="date">24.11.2009:</span> Version 0.9.4 is
49     <a href="download.html">released</a>!</p>
50
51   <p>This version adds support for through-the-wall fin tabs,
52     attaching components to coupler tubes, material editing, automatic
53     update checking, in addition to fixing numerous bugs.</p>
54
55   <p><span class="date">1.9.2009:</span> Version 0.9.3 is
56     <a href="download.html">released</a>!</p>
57
58   <p>This version includes lots of bug fixes and new features including
59     data exporting, showing flight events in plots, example rocket designs,
60     splitting clustered inner tubes and automated bug reporting.</p>
61
62   <p><span class="date">13.7.2009:</span> Version 0.9.2 is
63     <a href="download.html">released</a>!</p>
64
65   <p>This version includes <strong>bug fixes for imperial unit 
66       conversions</strong> and UI improvements for motor selection.
67     <em>All users of imperial units should upgrade!</em></p>
68
69   <p><span class="date">9.6.2009:</span> The 
70     <a href="documentation.html">Master's thesis</a> for which OpenRocket
71     was written for is now available!</p>
72
73   <p>At the same time version 0.9.1 was
74     <a href="download.html">released</a>.  This release fixes various
75     file handling bugs and adds small UI enhancements.</p>
76
77   <p><span class="date">24.5.2009:</span> First version 0.9.0 
78     <a href="download.html">released</a>!</p>
79
80   </if><!--- ................... --->
81   
82 </div>