2023-05-01 15:31:42 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<!-- Inferencium - Website - Changelog -->
|
|
|
|
|
|
|
|
<!-- Copyright 2023 Jake Winters -->
|
2023-05-19 06:00:11 +01:00
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
2023-05-01 15:31:42 +01:00
|
|
|
|
2023-11-16 16:52:21 +00:00
|
|
|
<!-- Version: 2.0.0-alpha.8 -->
|
2023-05-01 15:31:42 +01:00
|
|
|
|
|
|
|
|
2023-11-16 16:01:42 +00:00
|
|
|
<html lang="en">
|
2023-05-01 15:31:42 +01:00
|
|
|
<head>
|
2023-11-16 16:17:34 +00:00
|
|
|
<meta charset="utf-8"/>
|
2023-11-16 16:42:54 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
2023-11-16 16:52:21 +00:00
|
|
|
<link rel="stylesheet" href="main.css"/>
|
|
|
|
<title>Inferencium - Changelog</title>
|
2023-05-01 15:31:42 +01:00
|
|
|
</head>
|
|
|
|
<!-- Navigation bar -->
|
2023-11-16 15:19:34 +00:00
|
|
|
<nav>
|
2023-11-16 16:42:54 +00:00
|
|
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
2023-11-16 15:02:24 +00:00
|
|
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
2023-05-01 15:31:42 +01:00
|
|
|
<div><a href="about.html">About</a></div>
|
|
|
|
<div><a href="contact.html">Contact</a></div>
|
|
|
|
<div><a href="blog.html">Blog</a></div>
|
2023-10-02 17:38:37 +01:00
|
|
|
<div><a href="documentation.html">Documentation</a></div>
|
2023-05-01 15:31:42 +01:00
|
|
|
<div><a href="source.html">Source</a></div>
|
|
|
|
<div><a href="key.html">Key</a></div>
|
|
|
|
<div><a href="changelog.html">Changelog</a></div>
|
2023-11-16 15:19:34 +00:00
|
|
|
</nav>
|
2023-05-01 15:31:42 +01:00
|
|
|
<body>
|
|
|
|
<h1>Changelog</h1>
|
2023-11-16 15:52:59 +00:00
|
|
|
<nav id="toc">
|
2023-06-12 09:47:45 +01:00
|
|
|
<!-- Table of contents -->
|
2023-09-02 13:44:01 +01:00
|
|
|
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
2023-06-12 09:47:45 +01:00
|
|
|
<!-- Changelog in alphabetical order -->
|
|
|
|
<ul>
|
2023-09-09 21:52:39 +01:00
|
|
|
<li><a href="changelog/constellation.html">Constellation</a></li>
|
2023-09-02 13:44:01 +01:00
|
|
|
<li><a href="changelog/inf_kernel.html">Inferencium Kernel</a></li>
|
|
|
|
<li><a href="changelog/firmware-aa000-0.html">Firmware - aa000-0</a></li>
|
|
|
|
<li><a href="changelog/firmware-xa000-0.html">Firmware - xa000-0</a></li>
|
|
|
|
<li><a href="changelog/firmware-xb000-0.html">Firmware - xb000-0</a></li>
|
2023-09-09 21:53:27 +01:00
|
|
|
<li><a href="changelog/planetarium.html">Planetarium</a></li>
|
2023-06-12 09:47:45 +01:00
|
|
|
</ul>
|
2023-11-16 15:52:59 +00:00
|
|
|
</nav>
|
2023-05-01 15:31:42 +01:00
|
|
|
</body>
|
|
|
|
</html>
|