Skip to content

Commit 22504a3

Browse files
committed
Changes to accommodate v1.5.1
1 parent 94f66f0 commit 22504a3

File tree

7 files changed

+108
-12
lines changed

7 files changed

+108
-12
lines changed

Website/openrails.org/discover/news/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<div class="row">
1616
<div class="col-md-1"></div>
1717
<div class="col-md-5">
18+
<h2>Nov 2022 - Version 1.5.1</h2>
19+
<p>
20+
<a href="/discover/version-1-5-1/">Open Rails 1.5.1</a> released to fix 3 bugs in v1.5.
21+
</p>
22+
<hr />
1823
<h2>Nov 2022 - Version 1.5</h2>
1924
<p>
2025
<a href="/discover/version-1-5/">Open Rails 1.5</a> released.
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?php include "../../shared/head_notrack.php" ?>
2+
<link rel="stylesheet" href="../../shared/iframe/iframe.css" type="text/css" />
3+
</head>
4+
5+
<body>
6+
<div class="container"><!-- Centres content and sets fixed width to suit device -->
7+
<?php include "../../shared/banners/choose_banner.php" ?>
8+
<?php include "../../shared/banners/show_banner.php" ?>
9+
<?php include "../../shared/menu.php" ?>
10+
<div class="row">
11+
<div class="col-md-12">
12+
<h1>Discover > Version 1.5.1</h1>
13+
</div>
14+
</div>
15+
<div class="row">
16+
<div class="col-md-1"></div>
17+
<div class="col-md-10">
18+
<h2>New in Open Rails 1.5.1 (since 1.4)</h2>
19+
<p>
20+
Note: Version 1.5.1 is the same as Version 1.5 but fixes an extra 3 bugs.
21+
</p><p>
22+
A summary of the new and improved features can be found below.
23+
</p><p>
24+
<a href="https://launchpad.net/or/+milestone/1.4">Important bugs</a> have been fixed in this release.
25+
Please keep <a href="http://openrails.org/contribute/reporting-bugs/">reporting bugs and suggesting new features</a>
26+
so Open Rails can continue to improve.
27+
</p>
28+
</div>
29+
</div>
30+
<div class="row">
31+
<div class="col-md-1"></div>
32+
<div class="col-md-5">
33+
<h3>Headlines</h3>
34+
<ul>
35+
<li>Container Loading and Unloading</li>
36+
</ul>
37+
<h3>What's been added</h3>
38+
<ul>
39+
<li>End Of Train (EOT) devices</li>
40+
<li>Distributed Power display, in-cab and on webpage</li>
41+
<li>Progress bar for timetable "pre-run"</li>
42+
<li>HUD extended for diesel-mechanical loco</li>
43+
</ul>
44+
<h3>What's been improved</h3>
45+
<ul>
46+
<li>64-bit compatibility lifting the 3GB RAM limit</li>
47+
<li>Better use of VRAM</li>
48+
</ul>
49+
<h3>Other changes</h3>
50+
<ul>
51+
<li>F5 key now opens Driver Info window. For HUD, use Alt+F5</li>
52+
<li>Some trial options are now always active including:
53+
<ul>
54+
<li>map window (Ctrl+9)</li>
55+
<li>de-brief evaluation (F1)</li>
56+
<li>web server</li>
57+
</ul>
58+
</li>
59+
</ul>
60+
</div>
61+
<div class="col-md-1"></div>
62+
<div class="col-md-5">
63+
64+
<h3>Contributors to this release</h3>
65+
<ul>
66+
<li>cesarBLG</li>
67+
<li>cjakeman</li>
68+
<li>Csantucci</li>
69+
<li>DR-Aeronautics</li>
70+
<li>FrannDzs</li>
71+
<li>mbm-OR</li>
72+
<li>peternewell</li>
73+
<li>pzgulyas</li>
74+
<li>Sharpe49</li>
75+
<li>twpol</li>
76+
<li>Weter-ORTS</li>
77+
<li>YoRyan</li>
78+
</ul>
79+
<h3>Detailed changelog</h3>
80+
<p>
81+
A <a href="https://launchpad.net/or/+milestone/1.5">full list of changes</a> is available.
82+
</p>
83+
<h3><a href="../version-1-4/">Changes in previous version</a></h3>
84+
<p>&nbsp;</p>
85+
</div>
86+
</div>
87+
<?php include "../../shared/tail.php" ?>
88+
<?php include "../../shared/banners/preload_next_banner.php" ?>
89+
</body>
90+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php echo "<title>Open Rails - Discover - Version 1.5.1</title>"; ?>

Website/openrails.org/download/program/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?php include "../../shared/banners/show_banner.php" ?>
99
<?php include "../../shared/menu.php" ?>
1010
<?php
11-
$download_stable = 'OpenRails-1.5-Setup.exe';
11+
$download_stable = 'OpenRails-1.5.1-Setup.exe';
1212
$download_testing = 'OpenRails-Testing.zip';
1313
$file_path = "../../files";
1414
?>
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-2">&nbsp;</div>
2222
<div class="col-md-8">
23-
<h1>Stable Version 1.5 <small>(recommended)</small></h1>
23+
<h1>Stable Version 1.5.1 <small>(recommended)</small></h1>
2424
<br>
2525
</div>
2626
</div>
@@ -37,7 +37,7 @@
3737
<p style="text-align: center;">
3838
<!-- Cannot set modification date to correct value so write it literally -->
3939
<!-- <?php echo date('d F Y', filemtime("$file_path/$download_stable")) . ', ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?> -->
40-
<?php echo '12 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?>
40+
<?php echo '27 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB'; ?>
4141
</p>
4242
<!--<p class="alert alert-info">
4343
We're working hard on producing the next stable version. Please check back soon.

Website/openrails.org/download/source/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<?php include "../../shared/banners/show_banner.php" ?>
88
<?php include "../../shared/menu.php" ?>
99
<?php
10-
$source_stable = 'OpenRails-1.5-Source.zip';
10+
$source_stable = 'OpenRails-1.5.1-Source.zip';
1111
$source_testing = 'OpenRails-Testing-Source.zip';
1212
$file_path = "../../files";
1313
?>
@@ -19,7 +19,7 @@
1919
<div class="row">
2020
<div class="col-md-1"></div>
2121
<div class="col-md-4">
22-
<h1>Stable Version 1.5</h1>
22+
<h1>Stable Version 1.5.1</h1>
2323
<br>
2424
<a href='<?php echo "$file_path/$source_stable" ?>' class='btn download_button btn-lg btn-block'>
2525
<h2><span class='glyphicon glyphicon-download'></span> &nbsp; Download the source code</h2>
@@ -28,7 +28,7 @@
2828
</p>
2929
</a>
3030
<p style="text-align: center;">
31-
<?php echo '12 Nov 2022, ' . round(filesize("$file_path/$source_stable") / 1024 / 1024) . 'MB'; ?>
31+
<?php echo '27 Nov 2022, ' . round(filesize("$file_path/$source_stable") / 1024 / 1024) . 'MB'; ?>
3232
</p>
3333
</div>
3434
<div class="col-md-2"></div>

Website/openrails.org/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<!-- Button to trigger modal -->
4646
<a href="#modal1" role="button" class='btn download_button' data-toggle="modal">
4747
<span class='glyphicon glyphicon-download'></span>&nbsp; Download the installer
48-
<?php echo '12 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
48+
<?php echo '27 Nov 2022, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
4949
</a>
5050
</div>
5151
</div>
5252
</div>
5353
<div class="row">
5454
<div class="col-md-4 divider">
5555
<div class="heading">
56-
<h4>Key Changes in v1.5</h4>
56+
<h4>Key Changes in v1.5.1</h4>
5757
</div>
5858
<p>
5959
Container loading and unloading
@@ -71,8 +71,8 @@
7171
</div>
7272
<div style="background-color: #ffffcc; margin: 0 -5px; padding: 0 5px;">
7373
<p>
74-
<strong>July 2022</strong>
75-
<a href="http://openrails.org/discover/version-1-5/">Version 1.5</a> is now available for immediate download <a href="http://openrails.org/download/program/">here</a>.
74+
<strong>Nov 2022</strong>
75+
<a href="http://openrails.org/discover/version-1-5/">Version 1.5.1</a> is now available for immediate download <a href="http://openrails.org/download/program/">here</a>.
7676
</p>
7777
</div>
7878
<div style="background-color: #ffffee; margin: 0 -5px; padding: 0 5px;">
@@ -99,7 +99,7 @@
9999
<h4>Videos</h4>
100100
</div>
101101
<div class="headed_content">
102-
<h5><a href="https://youtu.be/ZY2_UYvacXg" target="_blank">New features in Release 1.5</a></h5>
102+
<h5><a href="https://youtu.be/ZY2_UYvacXg" target="_blank">New features in Release 1.5.1</a></h5>
103103
</div>
104104
<p>&nbsp;</p>
105105
<div>

Website/openrails.org/shared/menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function in_directory($cwd, $name) {
3535
<!-- <li><a href="/discover/version-1-2/">Version 1.2</a></li> -->
3636
<!-- <li><a href="/discover/version-1-3/">Version 1.3</a></li> -->
3737
<!-- <li><a href="/discover/version-1-4/">Version 1.4</a></li> -->
38-
<li><a href="/discover/version-1-5/">Version 1.5</a></li>
38+
<li><a href="/discover/version-1-5-1/">Version 1.5.1</a></li>
3939
<li><a href="/discover/project-team/">Project Team</a></li>
4040
<li><a href="/discover/news/">News</a></li>
4141
<li><a href="/discover/license/">License</a></li>

0 commit comments

Comments
 (0)