From 204e3e91594ccfb987f322c7f7b644402c0aa546 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 26 Mar 2015 07:51:38 -0500 Subject: [PATCH] Update documentation for 15.03. --- core/web/html/actions/updates.php | 12 ++++++++++-- core/web/html/download.html | 15 +++++++++------ core/web/html/index.html | 9 ++++++--- core/web/htp/htp.def | 4 ++-- core/web/htp/news.htp | 4 ++++ 5 files changed, 31 insertions(+), 13 deletions(-) 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

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

@@ -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.