Skip to content

Commit 6180ef5

Browse files
committed
website update
1 parent d5cc7bc commit 6180ef5

2 files changed

Lines changed: 30 additions & 4 deletions

File tree

docs/changes.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,28 @@ <h1>Changelog</h1>
1313
<nav>
1414
<h2>Versions</h2>
1515
<ul>
16+
<li><a href="#v0-2-5">v0.2.5</a></li>
1617
<li><a href="#v0-2-0">v0.2.0</a></li>
1718
<li><a href="#v0-1-0">v0.1.0</a></li>
1819
</ul>
1920
</nav>
2021

22+
<section id="v0-2-5">
23+
<h2>v0.2.5</h2>
24+
<h3>Features</h3>
25+
<ul>
26+
<li>Added JavaScript support</li>
27+
<li>JavaScript compiles as an index.html and script.js</li>
28+
<li>GUI changes</li>
29+
<li>Added custom console for JavaScript</li>
30+
</ul>
31+
<h3>Fixes</h3>
32+
<ul>
33+
<li>Fixed input command handling</li>
34+
<li>Fixed C compiling</li>
35+
</ul>
36+
</section>
37+
2138
<section id="v0-2-0">
2239
<h2>v0.2.0</h2>
2340
<h3>Features</h3>

docs/download.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@
88
<link rel="icon" href="assets/icon.png">
99
</head>
1010
<body>
11-
<h1>Download BScript</h1>
11+
<h1>Download BScript v0.2.5</h1>
1212
<p>Choose your platform to download the appropriate version of BScript.</p>
13-
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-windows.zip'">Download for Windows</button>
14-
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-linux.zip'">Download for Linux</button>
15-
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-osx.zip'">Download for macOS</button>
13+
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.5/bscript-gui-windows.zip'">Download for Windows</button>
14+
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.5/bscript-gui-linux.zip'">Download for Linux</button>
15+
<button class="download-button" onclick="window.location.href='https://github.com/Brainy0789/BScript/releases/download/0.2.5/bscript-gui-osx.zip'">Download for macOS</button>
1616

1717
<h2>Older Versions</h2>
18+
<section id = "0_2_0">
19+
<h3>Version 0.2.0</h3>
20+
<p>Initial release with basic features.</p>
21+
<ul>
22+
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-windows.zip">Version 0.2.0 - Windows</a></li>
23+
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-linux.zip">Version 0.2.0 - Linux</a></li>
24+
<li><a href="https://github.com/Brainy0789/BScript/releases/download/0.2.0/bscript-gui-osx.zip">Version 0.2.0 - macOS</a></li>
25+
</ul>
26+
</section>
1827
<section id = "0_1_0">
1928
<h3>Version 0.1.0</h3>
2029
<p>Initial release with basic features.</p>

0 commit comments

Comments
 (0)