Skip to content

Commit

Permalink
Add news about Hexerator 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 16, 2024
1 parent 91b8167 commit 68732e5
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 259 deletions.
16 changes: 0 additions & 16 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,6 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/commandline.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,6 @@ <h1 id="command-line-api"><a class="header" href="#command-line-api">Command lin

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,6 @@ <h1 id="contributing"><a class="header" href="#contributing">Contributing</a></h

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,22 +249,6 @@ <h3 id="block-size"><a class="header" href="#block-size">Block size</a></h3>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,22 +305,6 @@ <h2 id="memory-holes-support-generic-support-for-huge-data"><a class="header" hr

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
23 changes: 3 additions & 20 deletions docs/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,14 @@ <h1 id="get-hexerator"><a class="header" href="#get-hexerator">Get Hexerator</a>
<p>The meta file format is also not yet stable, so you might not be able to open your metafile after upgrading
to a new version of Hexerator.</p>
<p>You can help by <a href="./contributing.html">contributing</a>!</p>
<p>The current version is <a href="https://github.com/crumblingstatue/hexerator/releases/tag/v0.2.0"><code>0.2.0</code></a>.</p>
<p>The current version is <a href="https://github.com/crumblingstatue/hexerator/releases/tag/v0.3.0"><code>0.3.0</code></a>.</p>
<h2 id="requirements"><a class="header" href="#requirements">Requirements</a></h2>
<p>Check out the <a href="./getting-started/requirements.html">requirements</a> before getting Hexerator.</p>
<h2 id="prebuilt-versions"><a class="header" href="#prebuilt-versions">Prebuilt versions</a></h2>
<h3 id="windows"><a class="header" href="#windows">Windows</a></h3>
<ul>
<li><a href="https://github.com/crumblingstatue/hexerator/releases/download/v0.2.0/hexerator-win-x86_64.zip">64 bit</a></li>
<li><a href="https://github.com/crumblingstatue/hexerator/releases/download/v0.3.0/hexerator-0.3.0-win-x86_64.zip">Windows 64 bit</a></li>
<li><a href="https://github.com/crumblingstatue/hexerator/releases/download/v0.3.0/hexerator-0.3.0-linux-x86_64.zip">Linux 64 bit</a></li>
</ul>
<p>There are currently no other prebuilt versions.</p>
<h2 id="building-from-source"><a class="header" href="#building-from-source">Building from source</a></h2>
<p>You can follow the instructions <a href="./getting-started/build-from-source.html">here</a> to build Hexerator from source.</p>
<h2 id="other-links"><a class="header" href="#other-links">Other links</a></h2>
Expand Down Expand Up @@ -228,22 +227,6 @@ <h2 id="other-links"><a class="header" href="#other-links">Other links</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/getting-started/basic-operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,6 @@ <h2 id="other-operations"><a class="header" href="#other-operations">Other opera

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
22 changes: 5 additions & 17 deletions docs/getting-started/build-from-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@ <h2 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a>
<li>Up-to-date nightly <a href="https://www.rust-lang.org/">Rust</a></li>
<li>A C++ compiler and <a href="https://cmake.org/">CMake</a> for building some native dependencies.</li>
</ul>
<h2 id="steps"><a class="header" href="#steps">Steps</a></h2>
<h2 id="building-with-cargo"><a class="header" href="#building-with-cargo">Building with cargo</a></h2>
<p>If you have <a href="https://rustup.rs/">rustup</a> installed, you can install Hexerator with cargo.</p>
<pre><code class="language-sh">$ cargo install hexerator --git https://github.com/crumblingstatue/hexerator.git --tag v0.3.0
</code></pre>
<h2 id="building-manually"><a class="header" href="#building-manually">Building manually</a></h2>
<ol>
<li>Get the latest source zip or tarball from the <a href="https://github.com/crumblingstatue/hexerator/releases">releases page</a>.</li>
<li>Extract the source somewhere</li>
Expand Down Expand Up @@ -222,22 +226,6 @@ <h2 id="steps"><a class="header" href="#steps">Steps</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/getting-started/meta-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,22 +272,6 @@ <h2 id="bookmarks"><a class="header" href="#bookmarks">Bookmarks</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/getting-started/requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,22 +226,6 @@ <h2 id="hardware-requirements"><a class="header" href="#hardware-requirements">H

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/getting-started/ui-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,22 +243,6 @@ <h2 id="inspect-panel"><a class="header" href="#inspect-panel">Inspect panel</a>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/hexerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,6 @@ <h1 id="hexerator"><a class="header" href="#hexerator">Hexerator</a></h1>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 0 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,6 @@ <h1 id="hexerator"><a class="header" href="#hexerator">Hexerator</a></h1>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
18 changes: 2 additions & 16 deletions docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ <h1 class="menu-title">Hexerator</h1>
<div id="content" class="content">
<main>
<h1 id="news"><a class="header" href="#news">News</a></h1>
<h2 id="hexerator-03-released---2024-10-16"><a class="header" href="#hexerator-03-released---2024-10-16">Hexerator 0.3 released! - 2024-10-16</a></h2>
<p>Check out <a href="https://github.com/crumblingstatue/hexerator/releases/tag/v0.3.0">the release page</a>!</p>
<h2 id="hexerator-02-released---2023-01-27"><a class="header" href="#hexerator-02-released---2023-01-27">Hexerator 0.2 released! - 2023-01-27</a></h2>
<p>Check out <a href="https://github.com/crumblingstatue/hexerator/releases/tag/v0.2.0">the release page</a>!</p>
<h2 id="hexerator-01-released---2022-09-16"><a class="header" href="#hexerator-01-released---2022-09-16">Hexerator 0.1 released! - 2022-09-16</a></h2>
Expand Down Expand Up @@ -212,22 +214,6 @@ <h2 id="hexerator-01-released---2022-09-16"><a class="header" href="#hexerator-0

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Loading

0 comments on commit 68732e5

Please sign in to comment.