-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
85 lines (85 loc) · 2.97 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Changelog</title>
<link rel="stylesheet" href="css/changelog.css">
<link type="text/css" href="node_modules/overlayscrollbars/css/OverlayScrollbars.css" rel="stylesheet"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="node_modules/overlayscrollbars/js/jquery.overlayScrollbars.js"></script>
<script type="text/javascript" src="js/scrollbar.js"></script>
</head>
<body>
<h1>Changelog</h1>
<h3>1.1.3 - April 23, 2022</h3>
<ul>
<li id="addition">Added button to refresh box</li>
<li id="neutral">Fixed number of cats avaliable displaying wrong on the Catalog</li>
</ul>
<h3>1.1.2 - August 15, 2021</h3>
<ul>
<li id="addition">Added google analytics</li>
<li id="addition">Added boxes opened statistic to the Catalog</li>
</ul>
<h3>1.1.1 - May 28, 2021</h3>
<ul>
<li id="neutral">Fixed date on changelog</li>
</ul>
<h3>1.1 - May 28, 2021</h3>
<ul>
<li id="addition">Added favicon</li>
<li id="addition">Added about menu</li>
<li id="addition">Added the Catalog</li>
<li id="addition">Confetti is back!</li>
<li id="addition">Added <a href="https://kingsora.github.io/OverlayScrollbars/">Overlay Scrollbars</a> to changelog</li>
</ul>
<h3>1.0.1 - May 18, 2021</h3>
<ul>
<li id="addition">Added link to changelog</li>
<li id="neutral">Fixed character spacing in credits<li>
</ul>
<h3>1.0 - May 17, 2021</h3>
<ul>
<li id="addition">New box animation</li>
<li id="neutral">Rewrote all code in JQuery instead of Javascript</li>
<li id="removal">Removed confetti, cat sounds, & color changing background (Don't worry, they'll be back in future patches)</li>
</ul>
<h3>0.6</h3>
<ul>
<li id="neutral">Changed confetti library as old one stopped working</li>
</ul>
<h3>0.5</h3>
<ul>
<li id="addition">Added credits text</li>
<li id="neutral">Replaced cat photos with photos from unsplash</li>
</ul>
<h3>0.4.1</h3>
<ul>
<li id="removal">Removed debug line for cat sounds</li>
</ul>
<h3>0.4</h3>
<ul>
<li id="addition">Added cat sounds</li>
<li id="addition">Added color changing background</li>
</ul>
<h3>0.3</h3>
<ul>
<li id="addition">Added a 4th cat</li>
<li id="addition">Added missing semicolon</li>
</ul>
<h3>0.2</h3>
<ul>
<li id="addition">Added favicon</li>
<li id="addition">Added Google Analytics</li>
</ul>
<h3>0.1.1</h3>
<ul>
<li id="addition">Added close box function for future use</li>
<li id="neutral">Moved random cat selector to run when you open the box instead of when the page loads</li>
</ul>
<h3>0.1</h3>
<ul>
<li id="addition">Initial release!</li>
</ul>
</body>
</html>