version 1.1.4
This commit is contained in:
parent
3e3d26b958
commit
ba90366ded
@ -1,3 +1,7 @@
|
||||
2011-03-05 Sampo Niskanen
|
||||
|
||||
* Released version 1.1.4
|
||||
|
||||
2011-01-20 Sampo Niskanen
|
||||
|
||||
* Initial i18n support
|
||||
|
@ -1,3 +1,9 @@
|
||||
OpenRocket 1.1.4 (2011-03-05):
|
||||
-------------------------------
|
||||
|
||||
Initial printing support by Doug Pedrick, and various bug fixes.
|
||||
|
||||
|
||||
OpenRocket 1.1.3 (2010-10-06):
|
||||
-------------------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
# The OpenRocket build version
|
||||
|
||||
build.version=1.1.4pre
|
||||
build.version=1.1.4
|
||||
|
||||
|
||||
# The source of the package. When building a package for a specific
|
||||
|
@ -80,15 +80,21 @@ header("Content-type: text/plain");
|
||||
$version = $_GET["version"];
|
||||
$updates = "";
|
||||
|
||||
$unstable = "1.1.3";
|
||||
$unstable = "1.1.4";
|
||||
$stable = "1.0.0";
|
||||
|
||||
if (preg_match("/^1\.1\.[12]/", $version)) {
|
||||
if (preg_match("/^1\.1\.3/", $version)) {
|
||||
$updates = "Version: " . $unstable . "\n" .
|
||||
"5: Initial printing support\n" .
|
||||
"4: Bug fixes\n";
|
||||
} else if (preg_match("/^1\.1\.[12]/", $version)) {
|
||||
$updates = "Version: " . $unstable . "\n" .
|
||||
"6: Initial printing support\n" .
|
||||
"5: Initial drag-and-drop support\n" .
|
||||
"4: Bug fixes\n";
|
||||
} else if (preg_match("/^1\.1\.0/", $version)) {
|
||||
$updates = "Version: " . $unstable . "\n" .
|
||||
"6: Initial printing support\n" .
|
||||
"6: Enhanced motor selection\n" .
|
||||
"5: Rewritten simulation code\n" .
|
||||
"5: Drag-and-drop support\n" .
|
||||
|
@ -45,6 +45,11 @@
|
||||
<div class="content">
|
||||
<div class="news">
|
||||
<h2>Recent news:</h2>
|
||||
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
<p>This release includes initial printing support, thanks to Doug
|
||||
Pedrick. Printing still has a few issues on some platforms.
|
||||
Various bugs have also been fixed.</p>
|
||||
<p><span class="date">6.10.2010:</span> Version 1.1.3 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
<p>This release includes support for moving and copying components
|
||||
@ -64,12 +69,6 @@
|
||||
startup times than previous releases.</p>
|
||||
<p>Simulation listeners written for older versions of OpenRocket
|
||||
are not compatible with this release.</p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="contentholder">
|
||||
<h2>Ready packages</h2>
|
||||
@ -88,13 +87,13 @@
|
||||
<a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
|
||||
</div>
|
||||
<div class="downloadbox">
|
||||
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/OpenRocket-1.1.3.jar/download">
|
||||
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4.jar/download">
|
||||
<strong>Download now!</strong>
|
||||
<span>OpenRocket-1.1.3.jar</span>
|
||||
<span>OpenRocket-1.1.4.jar</span>
|
||||
</a>
|
||||
<span class="alternative">
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/ReleaseNotes/view">Release notes</a> |
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/OpenRocket-1.1.3-src.zip/download">Source code</a>
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/ReleaseNotes/view">Release notes</a> |
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4-src.zip/download">Source code</a>
|
||||
</span>
|
||||
</div>
|
||||
<h3>Stable release</h3>
|
||||
@ -111,7 +110,7 @@
|
||||
Windows) by double-clicking the package icon. No installation is
|
||||
required.</p>
|
||||
<p>From the command line OpenRocket can be started by
|
||||
<span class="command">java -jar OpenRocket-1.1.3.jar</span></p>
|
||||
<span class="command">java -jar OpenRocket-1.1.4.jar</span></p>
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
@ -46,12 +46,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<div class="rightpane">
|
||||
<div class="downloadbox">
|
||||
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/OpenRocket-1.1.3.jar/download">
|
||||
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4.jar/download">
|
||||
<strong>Download now!</strong>
|
||||
<span>OpenRocket-1.1.3.jar</span>
|
||||
<span>OpenRocket-1.1.4.jar</span>
|
||||
</a>
|
||||
<span class="alternative">
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/ReleaseNotes/view">Release notes</a> |
|
||||
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/ReleaseNotes/view">Release notes</a> |
|
||||
<a href="download.html">Other versions</a>
|
||||
</span>
|
||||
</div>
|
||||
@ -88,6 +88,11 @@
|
||||
<div class="clear"></div>
|
||||
<div class="news">
|
||||
<h2>News</h2>
|
||||
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
<p>This release includes initial printing support, thanks to Doug
|
||||
Pedrick. Printing still has a few issues on some platforms.
|
||||
Various bugs have also been fixed.</p>
|
||||
<p><span class="date">6.10.2010:</span> Version 1.1.3 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
<p>This release includes support for moving and copying components
|
||||
|
@ -1,5 +1,5 @@
|
||||
<set stableversion="1.0.0">
|
||||
<set developmentversion="1.1.3">
|
||||
<set developmentversion="1.1.4">
|
||||
<set version="${developmentversion}">
|
||||
|
||||
<def name="downloadbox">
|
||||
|
@ -9,6 +9,13 @@
|
||||
|
||||
<!--- Remember to move the position of "onlyrecent" below! --->
|
||||
|
||||
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
<p>This release includes initial printing support, thanks to Doug
|
||||
Pedrick. Printing still has a few issues on some platforms.
|
||||
Various bugs have also been fixed.</p>
|
||||
|
||||
<p><span class="date">6.10.2010:</span> Version 1.1.3 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
@ -35,6 +42,10 @@
|
||||
<p>Simulation listeners written for older versions of OpenRocket
|
||||
are not compatible with this release.</p>
|
||||
|
||||
|
||||
<if not onlyrecent><!--- Older items not shown on download page: --->
|
||||
|
||||
|
||||
<p><span class="date">21.3.2010:</span> Version 1.1.0 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
@ -43,10 +54,6 @@
|
||||
Pedrick. It's also the kick-off of the 1.1 development branch of
|
||||
OpenRocket.</p>
|
||||
|
||||
|
||||
<if not onlyrecent><!--- Older items not shown on download page: --->
|
||||
|
||||
|
||||
<p><span class="date">10.3.2010:</span> Version 1.0.0 is
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user