-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelogs.html
48 lines (45 loc) · 2.53 KB
/
changelogs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<head>
<link rel="shortcut icon" href="src/assets/sr.ico" type="image/x-icon">
<link rel="icon" href="src/assets/sr.ico" type="image/x-icon">
<meta charset="utf-8">
<meta name="og:site_name" content="Honkai: Star Rail Character Sorter">
<meta name="og:description" content="A simple website for sorting Honkai: Star Rail characters in a formatted list.">
<title>Honkai: Star Rail Character Sorter</title>
<link rel="stylesheet" type="text/css" href="src/css/reset.css">
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
<script src="src/js/html2canvas.min.js"></script>
<script src="src/js/lz-string.min.js"></script>
<script src="src/js/seedrandom.min.js"></script>
<script src="src/js/main.js"></script>
<script src="src/js/darkmode.js"></script>
<!--
<link href="/dist/svelte-bundle.css" rel="stylesheet" />
<script defer src="/dist/svelte-bundle.js"></script>
-->
</head>
<body>
<div class="container">
<div class="info">
<p>Honkai: Star Rail Character Sorter</p><br>
<p>Changelogs:</p>
<p>7 June 2024 - Adding new playable and upcoming characters since Black Swan was released, new address</p><br>
<p>9 December 2023 - Separating Trailblazer, adding new options, fixing database for Indonesian version.</p>
<p>7 December 2023 - Set Argenti and Hanya as playable character.</p><br>
<p>15 November 2023 - Set Huohuo as playable character, new site.</p>
<p>10 November 2023 - Adding new characters and factions.</p><br>
<p>30 October 2023 - Set Topaz & Numby and Guinaifen as playable.</p>
<p>11 October 2023 - Set Jingliu as playable.</p>
<p>10 October 2023 - Set Fu Xuan, Luka and Lynx as playable, added new upcoming characters.</p><br>
<p>16 September 2023 - Set Kafka and Imbibitor Lunae as playable, added Jingliu, Topaz & Numby and Guinaifen as new characters, fixing wrong code.</p><br>
<p>29 June 2023 - Set Blade as playable, added Imbibitor Lunae and Lynx as new characters, fixing wrong code.</p><br>
<p>28 June 2023 - Set Luocha and Yukong as playable.</p>
<p>12 June 2023 - Added new playable and upcoming characters up to Silver Wolf and Fu Xuan.</p><br>
<p>3 May 2023 - Added Dark Mode.</p>
<p>2 May 2023 - Started the project.</p>
<br>
<a href="/">Go back</a>
<br><br>
<a onclick="myFunction()">Toggle Dark Mode</a>
</div>
</div>
</body>