-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathchangelogs.html
175 lines (159 loc) · 6.08 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<link rel="stylesheet" href="./styles/global.css" />
<link rel="stylesheet" href="./styles/header.css" />
<link rel="stylesheet" href="./styles/article.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<title>DYOM Bingo Changelogs</title>
</head>
<body>
<header></header>
<article>
<div class="container">
<h1>DYOM Bingo Changelogs</h1>
<h2>Version 1.5</h2>
<ul>
<li><strong>Published on: October 12, 2023</strong></li>
<li>Fixed helper text disappearing on restoring card</li>
<li>Fixed Bingo table overflowing phone screens</li>
</ul>
<h2>Version 1.4</h2>
<ul>
<li><strong>Published on: May 15, 2023</strong></li>
<li>Introduced Bingo card history feature</li>
<li>Introduced restore points for unfinished games</li>
<li>Added "Limit slots that require original subtitles" requirement</li>
<li>Added 5 new slots</li>
<li>Removed milliseconds on timer display</li>
<li>Improved performance by calculating PB and timer only when necessary</li>
<li>Introduced seed features</li>
<li>Added a share button to share your Bingo card</li>
<li>Added resume/pause function to the timer</li>
<li>Started development of site's easter eggs</li>
<li>Added lose sound</li>
</ul>
<details>
<summary>Version 1.4</summary>
<figure>
<img src="./images/ss/ss_1-4_main.png" />
<figcaption>The new DYOM Bingo site with many new features!</figcaption>
</figure>
<figure>
<img src="./images/ss/ss_1-4_history.png" />
<figcaption>
Introduced Bingo card history feature and restore points for unfinished
games
</figcaption>
</figure>
<figure>
<img src="./images/ss/ss_1-4_modal.png" />
<figcaption>A modal window to check your past Bingo cards!</figcaption>
</figure>
</details>
<h2>Version 1.3</h2>
<ul>
<li><strong>Published on: March 21, 2023</strong></li>
<li>Added new logo</li>
<li>Added new background</li>
<li>Several improvements and changes to the design</li>
<li>Implementation of responsive design</li>
<li>Redesign of header/navigation bar</li>
<li>Added Help page</li>
<li>Better organization of the source code</li>
<li>Added speedrun timer and PB</li>
<li>Added Reset button</li>
<li>
Added the possibility to generate a new card without losing a point of no
tiles were selected before
</li>
<li>
Added confirmation dialog when generating a new card if it will make the
player lose a point
</li>
<li>Added theme switching</li>
<li>Improved How To Play</li>
<li>Added screenshots of versions on Changelogs page</li>
<li>Added win sound</li>
<li>Added free slot on the center</li>
<li>Added 36 new slots</li>
</ul>
<details>
<summary>Version 1.3</summary>
<figure>
<img src="./images/ss/ss_1-3_main.png" />
<figcaption>Version 1.3 brings a whole new design</figcaption>
</figure>
<figure>
<img src="./images/ss/ss_1-3_dark.png" />
<figcaption>New dark theme</figcaption>
</figure>
<figure>
<img src="./images/ss/ss_1-3_tablet.png" />
<figcaption>Website has now a more responsive design</figcaption>
</figure>
</details>
<h2>Version 1.2</h2>
<ul>
<li><strong>Published on: March 17, 2023</strong></li>
<li>Improve tiles selection and randomization process</li>
<li>Added scoring system</li>
<li>Added winning conditions</li>
<li>Added changelogs page</li>
<li>Auto-regenerate slots when filter is selected/unselected</li>
<li>Code refactoring and cleaning</li>
<li>Fixed some bugs and typos</li>
</ul>
<details>
<summary>Version 1.2 Screenshots</summary>
<figure>
<img src="./images/ss/ss_1-2_main.png" />
<figcaption>Version 1.2</figcaption>
</figure>
<figure>
<img src="./images/ss/ss_1-2_changelog.png" />
<figcaption>Introduced Changelogs page</figcaption>
</figure>
</details>
<h2>Version 1.1</h2>
<ul>
<li><strong>Published on: January 26, 2023</strong></li>
<li>New design</li>
<li>Added several new slots</li>
<li>Added How To Play section</li>
<li>Added Version text</li>
<li>Added slot filters</li>
<li>Added Generate New Slot button</li>
</ul>
<details>
<summary>Version 1.1 Screenshots</summary>
<figure>
<img src="./images/ss/ss_1-1_main.png" />
<figcaption>Version 1.1</figcaption>
</figure>
</details>
<h2>Version 1.0</h2>
<ul>
<li><strong>Published on: January 21, 2023</strong></li>
<li>Initial release</li>
</ul>
<details>
<summary>Version 1.0 Screenshots</summary>
<figure>
<img src="./images/ss/ss_1-0_main.png" />
<figcaption>Version 1.0</figcaption>
</figure>
</details>
<hr />
<h2>Project contributors</h2>
<p>Toriality, TebexPL, lili1228, GermanAizek, mister-gamin, Towncivilian</p>
</div>
</article>
<footer></footer>
<script src="./scripts/site/import.js" type="module"></script>
</body>
</html>