-
Notifications
You must be signed in to change notification settings - Fork 17
/
changelog.html
88 lines (84 loc) · 1.96 KB
/
changelog.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/changelog.css">
<title>Tetra Legends Changelog</title>
</head>
<body>
<!-- <li>New Options
<ul>
<li>Soundbank Override</li>
<li>Next Soundbank</li>
<li>Skin Override</li>
</ul>
</li> -->
<h1>Alpha v3.0.1 - 2020-04-14</h1>
<ul>
<li>Changed TGM3 Tetra sound</li>
</ul>
<h1>Alpha v3.0.0 - 2020-04-14</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Lockdown bar should no longer show the infinity symbol when it is turned off</li>
<li>Removed the scroll animation when going back in a menu</li>
</ul>
</li>
<li>Menu Changes
<ul>
<li>Added menu sounds</li>
<li>Shortened some menu buttons</li>
<li>Menu loading animation</li>
<li>Only loads the selected language files on startup</li>
</ul>
</li>
<li>New Soundfonts
<ul>
<li>TGM3</li>
</ul>
</li>
<li>Misc
<ul>
<li>Added wallkick sound</li>
<li>Removed initialuse sound</li>
</ul>
</li>
</ul>
<h1>Alpha v2.0.0 - 2020-04-04</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Sometimes performing IRS would cause an error</li>
<li>Using multiple keys for one action now works correctly</li>
</ul>
</li>
<li>New Options
<ul>
<li>Rotation System Override</li>
</ul>
</li>
<li>New Rotation Systems
<ul>
<li>ARS</li>
<li>ARS-TI</li>
<li>World</li>
</ul>
</li>
</ul>
<h1>Alpha v1.1.0 - 2020-04-04</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Made combo counter use only one line after 9 combo</li>
<li>Fixed the way ARR handles during ARE</li>
</ul>
</li>
</ul>
<h1>Alpha v1.0.0 - 2020-04-03</h1>
<ul>
<li>Tetra Legends Officially Released!</li>
</ul>
</body>
</html>