56db88da3b9f2ff8aef7a8f9a19c25565ade5e41
[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">25.8.2011:</span> Version 1.1.8 is 
13     <a href="download.html">released</a>!</p>
14
15   <p>This release contains bug fixes to the optimization methods.
16     It also contains a workaround to a JRE bug that prevents running
17     OpenRocket on some builds of Java 7.</p>
18
19   <p>The web pages have also been somewhat updated and Boris du Reau has
20     created <a href="http://openrocket.trans.free.fr/">a separate site</a>
21     for coordinating the localization efforts for OpenRocket.</p>
22   
23   <p><span class="date">12.8.2011:</span> Version 1.1.7 is 
24     <a href="download.html">released</a>!</p>
25
26   <p>This release includes automatic rocket design optimization
27     support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
28     You can optimize any amount of rocket parameters for apogee
29     altitude, maximum velocity or a number of different values.</p>
30
31   <p>While the automatic optimization is a powerful tool, it is very
32     easy to optimize against particulars of the simulation methods,
33     instead of true physical phenomena.  Always keep common sense at
34     hand and take the results with a grain of salt.</p>
35
36   <p><span class="date">22.7.2011:</span> Version 1.1.6 is 
37     <a href="download.html">released</a>!</p>
38
39   <p>This release includes initial localization support and
40     translations to French, German and Spanish.  This is thanks to the
41     great work of Boris du Reau, and the teams from Tripoli France,
42     Tripoli Spain and ERIG e.V.  If you prefer to use some other
43     language than the system default, you can select the language on
44     the "Options" tab of the preferences dialog.</p>
45
46   <p>The release also includes design scaling support and numerous bug
47     fixes.</p>
48
49
50   <if not onlyrecent><!--- Older items not shown on download page:  --->
51
52
53   <p><span class="date">10.6.2011:</span> Version 1.1.5 is 
54     <a href="download.html">released</a>!</p>
55
56   <p>This release includes updates to the printing system which fixes
57   printing on Windows.</p>
58
59   <p><span class="date">5.3.2011:</span> Version 1.1.4 is 
60     <a href="download.html">released</a>!</p>
61
62   <p>This release includes initial printing support, thanks to Doug
63     Pedrick.  Printing still has a few issues on some platforms.
64     Various bugs have also been fixed.</p>
65
66   <p><span class="date">6.10.2010:</span> Version 1.1.3 is 
67     <a href="download.html">released</a>!</p>
68
69   <p>This release includes support for moving and copying components
70     in the component tree using drag-and-drop.  Use normal DnD for
71     moving, and control-drag for copy.  This release also fixes a
72     severe bug in the undo system.</p>
73
74   <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is 
75     <a href="download.html">released</a>!</p>
76
77   <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
78     to rocket designs.  Users are recommended to upgrade.</p>
79
80   <p><span class="date">3.9.2010:</span> Version 1.1.1 is 
81     <a href="download.html">released</a>!</p>
82
83   <p>For this release a major part of the simulator code has been
84     rewritten for better flexibility in future development.  It also
85     includes a vastly improved thrust curve selection dialog, the
86     possibility to loading user-defined thrust curves and better
87     startup times than previous releases.</p>
88
89   <p>Simulation listeners written for older versions of OpenRocket
90     are not compatible with this release.</p>
91
92   <p><span class="date">21.3.2010:</span> Version 1.1.0 is 
93     <a href="download.html">released</a>!</p>
94
95   <p>This release includes the first support for loading RockSim
96     rocket design files (.RKT), thanks to contributions by Doug
97     Pedrick.  It's also the kick-off of the 1.1 development branch of
98     OpenRocket.</p>
99
100   <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
101     <a href="download.html">released</a>!</p>
102
103   <p>This release includes several hundred new thrustcurves from
104     <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
105     bug fixes.  It is also a stable milestone, after which development
106     on larger features will be started in a 1.1 branch.  Look out
107     for it!  :-)</p>
108
109   <p><span class="date">17.2.2010:</span> Version 0.9.6 is
110     <a href="download.html">released</a>!</p>
111
112   <p>This release updates the aerodynamic calculation methods to be
113     more in line with the Barrowman method and enhances the simulation
114     time step selection, in addition to fixing numerous bugs.</p>
115
116   <p><span class="date">28.11.2009:</span> Version 0.9.5 is
117     <a href="download.html">released</a>!</p>
118
119   <p>This release <strong>fixes a serious bug in 0.9.4</strong> that
120     prevented adding a tube coupler and centering ring to the same
121     body tube, in addition to a few smaller additions.  Users of
122     0.9.4 should upgrade immediately!</p>
123
124   <p><span class="date">24.11.2009:</span> Version 0.9.4 is
125     <a href="download.html">released</a>!</p>
126
127   <p>This version adds support for through-the-wall fin tabs,
128     attaching components to coupler tubes, material editing, automatic
129     update checking, in addition to fixing numerous bugs.</p>
130
131   <p><span class="date">1.9.2009:</span> Version 0.9.3 is
132     <a href="download.html">released</a>!</p>
133
134   <p>This version includes lots of bug fixes and new features including
135     data exporting, showing flight events in plots, example rocket designs,
136     splitting clustered inner tubes and automated bug reporting.</p>
137
138   <p><span class="date">13.7.2009:</span> Version 0.9.2 is
139     <a href="download.html">released</a>!</p>
140
141   <p>This version includes <strong>bug fixes for imperial unit 
142       conversions</strong> and UI improvements for motor selection.
143     <em>All users of imperial units should upgrade!</em></p>
144
145   <p><span class="date">9.6.2009:</span> The 
146     <a href="documentation.html">Master's thesis</a> for which OpenRocket
147     was written for is now available!</p>
148
149   <p>At the same time version 0.9.1 was
150     <a href="download.html">released</a>.  This release fixes various
151     file handling bugs and adds small UI enhancements.</p>
152
153   <p><span class="date">24.5.2009:</span> First version 0.9.0 
154     <a href="download.html">released</a>!</p>
155
156   </if><!--- ................... --->
157   
158 </div>