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