expressed/changelog.html

42 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2023-11-21 01:53:22 +00:00
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ExpressED | Changelog</title>
<link rel="stylesheet" href="/bootstrap.min.css" />
</head>
<body>
<div class="h-100 d-flex align-items-center justify-content-center text-center">
<div>
<div class="container">
<div class="row">
<div class="col">
<h1>ExpressED: Changelog</h1>
2023-12-06 21:04:18 +00:00
<h2>1.1.0 - 12/06/23</h2>
<p>Added descriptions. Added logo to splash page. Made text bigger. Removed Neutral. Added back button to practice screen.</p>
2023-11-27 20:30:49 +00:00
<h2>1.0.2 - 11/27/23</h2>
<p>Made text bigger on the learn page.</p>
<hr>
2023-11-21 01:53:22 +00:00
<h2>1.0.1 - 11/20/23</h2>
<p>Slight theme changes. Learn window layout modified to be more friendly to screen readers. Visage watermarks removed. Version footer added.</p>
<hr>
<h2>1.0.0 - 11/20/23</h2>
<p>Initial release! Everything added.</p>
</div>
</div>
<div class="row">
<div class="col">
2023-12-06 21:04:18 +00:00
<a href="/" class="btn btn-secondary p-5 w-100" style="font-size: 30pt;">Go Back</a>
2023-11-21 01:53:22 +00:00
</div>
</div>
</div>
</div>
</div>
2024-01-08 20:50:21 +00:00
<p style="position: fixed; bottom: 0; left: 10pt;">~core/expressed v1.1.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 01/08/23 20:50:22Z</p>
2023-11-21 01:53:22 +00:00
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>