diff --git a/core/web/html/actions/updates.php b/core/web/html/actions/updates.php index 3d6f337e7..0960f6c4e 100644 --- a/core/web/html/actions/updates.php +++ b/core/web/html/actions/updates.php @@ -80,11 +80,19 @@ header("Content-type: text/plain"); $version = $_GET["version"]; $updates = ""; -$unstable = "14.11"; +$unstable = "15.03"; $stable = "1.0.0"; -if (preg_match("/^14.06$/", $version)) { +if (preg_match("/^14.11$/", $version)) { + $updates = "Version: " . $unstable . "\n" . + "10: Experimental support for TubeFins\n". + "10: Scriptable simulation extensions\n". + "10: User configurable default mach\n". + "6: Updated thrustcurves\n" . + "4: Fixed a few bugs\n" . + ""; +} else if (preg_match("/^14.06$/", $version)) { $updates = "Version: " . $unstable . "\n" . "6: Updated thrustcurves\n" . "4: Fixed a few bugs\n" . diff --git a/core/web/html/download.html b/core/web/html/download.html index bbec666a6..6d8d1af19 100644 --- a/core/web/html/download.html +++ b/core/web/html/download.html @@ -48,6 +48,9 @@

Recent news:

+

28.03.2015: Version 15.03 is + released! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements. +

02.11.2014: Version 14.11 is released! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.

@@ -87,20 +90,20 @@ Support This Project
- + Download now! - OpenRocket-14.11.jar + OpenRocket-15.03.jar - Release notes | - Source code + Release notes | + Source code

OpenRocket can be started in most graphical environments (including Windows) by double-clicking the package icon. No installation is required.

From the command line OpenRocket can be started by - java -jar OpenRocket-14.11.jar

+ java -jar OpenRocket-15.03.jar

Android version

The Android version allows opening OpenRocket files, viewing simulations and motors. Later versions will allow running @@ -115,7 +118,7 @@

  1. Go to SettingsApplications and check Unknown sources.
  2. -
  3. Download OpenRocket-Android-12.09.apk +
  4. Download OpenRocket-Android-13.11.apk on your device and accept installation.
diff --git a/core/web/html/index.html b/core/web/html/index.html index 43307edae..cacd8184f 100644 --- a/core/web/html/index.html +++ b/core/web/html/index.html @@ -49,12 +49,12 @@

Introduction

- + Download now! - OpenRocket-14.11.jar + OpenRocket-15.03.jar - Release notes | + Release notes | Other versions
@@ -108,6 +108,9 @@ Profiler.

News

+

28.03.2015: Version 15.03 is + released! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements. +

02.11.2014: Version 14.11 is released! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.

diff --git a/core/web/htp/htp.def b/core/web/htp/htp.def index 6e8e1bc86..7167b7b60 100644 --- a/core/web/htp/htp.def +++ b/core/web/htp/htp.def @@ -1,5 +1,5 @@ - - + +
diff --git a/core/web/htp/news.htp b/core/web/htp/news.htp index c01b32185..4a612519d 100644 --- a/core/web/htp/news.htp +++ b/core/web/htp/news.htp @@ -8,6 +8,10 @@ +

28.03.2015: Version 15.03 is + released! This release contains scriptable simulation extensions and experimental support for tube fins along with many additional improvements. +

+

02.11.2014: Version 14.11 is released! This release contains very few changes. Thrustcurves have been updated and now include AeroTech DMS motors. A few bugs have been fixed.