DGP - merged printing support from branch
[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">6.10.2010:</span> Version 1.1.3 is 
13     <a href="download.html">released</a>!</p>
14
15   <p>This release includes support for moving and copying components
16     in the component tree using drag-and-drop.  Use normal DnD for
17     moving, and control-drag for copy.  This release also fixes a
18     severe bug in the undo system.</p>
19
20   <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is 
21     <a href="download.html">released</a>!</p>
22
23   <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
24     to rocket designs.  Users are recommended to upgrade.</p>
25
26   <p><span class="date">3.9.2010:</span> Version 1.1.1 is 
27     <a href="download.html">released</a>!</p>
28
29   <p>For this release a major part of the simulator code has been
30     rewritten for better flexibility in future development.  It also
31     includes a vastly improved thrust curve selection dialog, the
32     possibility to loading user-defined thrust curves and better
33     startup times than previous releases.</p>
34
35   <p>Simulation listeners written for older versions of OpenRocket
36     are not compatible with this release.</p>
37
38   <p><span class="date">21.3.2010:</span> Version 1.1.0 is 
39     <a href="download.html">released</a>!</p>
40
41   <p>This release includes the first support for loading RockSim
42     rocket design files (.RKT), thanks to contributions by Doug
43     Pedrick.  It's also the kick-off of the 1.1 development branch of
44     OpenRocket.</p>
45
46
47   <if not onlyrecent><!--- Older items not shown on download page:  --->
48
49
50   <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
51     <a href="download.html">released</a>!</p>
52
53   <p>This release includes several hundred new thrustcurves from
54     <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
55     bug fixes.  It is also a stable milestone, after which development
56     on larger features will be started in a 1.1 branch.  Look out
57     for it!  :-)</p>
58
59   <p><span class="date">17.2.2010:</span> Version 0.9.6 is
60     <a href="download.html">released</a>!</p>
61
62   <p>This release updates the aerodynamic calculation methods to be
63     more in line with the Barrowman method and enhances the simulation
64     time step selection, in addition to fixing numerous bugs.</p>
65
66   <p><span class="date">28.11.2009:</span> Version 0.9.5 is
67     <a href="download.html">released</a>!</p>
68
69   <p>This release <strong>fixes a serious bug in 0.9.4</strong> that
70     prevented adding a tube coupler and centering ring to the same
71     body tube, in addition to a few smaller additions.  Users of
72     0.9.4 should upgrade immediately!</p>
73
74   <p><span class="date">24.11.2009:</span> Version 0.9.4 is
75     <a href="download.html">released</a>!</p>
76
77   <p>This version adds support for through-the-wall fin tabs,
78     attaching components to coupler tubes, material editing, automatic
79     update checking, in addition to fixing numerous bugs.</p>
80
81   <p><span class="date">1.9.2009:</span> Version 0.9.3 is
82     <a href="download.html">released</a>!</p>
83
84   <p>This version includes lots of bug fixes and new features including
85     data exporting, showing flight events in plots, example rocket designs,
86     splitting clustered inner tubes and automated bug reporting.</p>
87
88   <p><span class="date">13.7.2009:</span> Version 0.9.2 is
89     <a href="download.html">released</a>!</p>
90
91   <p>This version includes <strong>bug fixes for imperial unit 
92       conversions</strong> and UI improvements for motor selection.
93     <em>All users of imperial units should upgrade!</em></p>
94
95   <p><span class="date">9.6.2009:</span> The 
96     <a href="documentation.html">Master's thesis</a> for which OpenRocket
97     was written for is now available!</p>
98
99   <p>At the same time version 0.9.1 was
100     <a href="download.html">released</a>.  This release fixes various
101     file handling bugs and adds small UI enhancements.</p>
102
103   <p><span class="date">24.5.2009:</span> First version 0.9.0 
104     <a href="download.html">released</a>!</p>
105
106   </if><!--- ................... --->
107   
108 </div>