-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.html
309 lines (291 loc) · 9.36 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Meta tags for Bootstrap -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<title>Planet X Searching - Changelog</title>
</head>
<body>
<div class="p-3">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="/">Home</a>
</li>
<li class="breadcrumb-item">
<a href="/planet-x-searching">Planet X Searching</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Changelog</li>
</ol>
</nav>
<h1>Changelog</h1>
<div class="mb-2">
<div>
<span class="fs-4">v0.14</span>
<span class="fst-italic text-muted ms-2">2023-08-03 01:09</span>
</div>
<ul>
<li>Fix survey object order (now consistent with companion app)</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.13</span>
<span class="fst-italic text-muted ms-2">2023-08-02 12:18</span>
</div>
<ul>
<li>
Specify player order on the start screen
<ul>
<li>
This is working toward the goal of tracking theories (<a
href="https://github.com/josephlou5/planet-x-searching/issues/4"
target="_blank"
>#4</a
>)
</li>
</ul>
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.12</span>
<span class="fst-italic text-muted ms-2">2023-08-01 20:19</span>
</div>
<ul>
<li>
Allow filtering the moves table by player (<a
href="https://github.com/josephlou5/planet-x-searching/issues/5"
target="_blank"
>#5</a
>)
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.11</span>
<span class="fst-italic text-muted ms-2">2023-08-01 14:37</span>
</div>
<ul>
<li>
Visually point out the researches that a player has already done (<a
href="https://github.com/josephlou5/planet-x-searching/issues/3"
target="_blank"
>#3</a
>)
<ul>
<li>
The outline color of the button will change (but not very
noticeable)
</li>
<li>The research area letter will turn into lowercase</li>
</ul>
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.10</span>
<span class="fst-italic text-muted ms-2">2023-07-04 12:59</span>
</div>
<ul>
<li>
Fix comet point values (<a
href="https://github.com/josephlou5/planet-x-searching/pull/2"
target="_blank"
>pr#2</a
>; thanks
<a href="https://github.com/rice31415" target="_blank">@rice31415</a
>)
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.9</span>
<span class="fst-italic text-muted ms-2">2023-07-03 02:56</span>
</div>
<ul>
<li>
Allow clicking on section headers instead of small Show/Hide buttons
(hopefully easier experience on mobile)
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.8</span>
<span class="fst-italic text-muted ms-2">2023-07-03 02:35</span>
</div>
<ul>
<li>
Improve usability of hints table
<ul>
<li>
The first two columns are frozen when you scroll horizontally,
allowing you to always see which object a row belongs to.
</li>
<li>
The hints buttons consist of only an "X" and a checkmark, both
of which are toggleable buttons (unselect both of them to say
you are unsure about an object's presence in a sector).
</li>
<li>
When a hint is marked with an "X", the cell's background is made
darker so that it is easier to see how many possible sectors are
left for an object.
</li>
<li>
There is better cell highlighting logic for when a sector has
too many or not enough objects and when an object is said to be
in too many or not enough sectors.
</li>
</ul>
</li>
<li>
Improve usability of moves/notes table
<ul>
<li>Add move numbers</li>
<li>Fix vertical spacing for time cost</li>
<li>Add time cost in survey dropdown</li>
</ul>
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.7</span>
<span class="fst-italic text-muted ms-2">2023-07-02 21:14</span>
</div>
<ul>
<li>
Fix Bug: Add "Truly Empty" to possible sector object choice (didn't
realize you could do that)
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.6</span>
<span class="fst-italic text-muted ms-2">2023-07-02 20:55</span>
</div>
<ul>
<li>
Change players to their respective colors
<ul>
<li>
It is now easier to keep track of each player in the moves table
(don't need to mentally remember who is player 1, player 2,
etc.)
</li>
<li>Added a custom purple color for buttons</li>
</ul>
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.5</span>
<span class="fst-italic text-muted ms-2">2023-06-27 14:16</span>
</div>
<ul>
<li>
Change <code>textarea</code>s into <code>contenteditable</code>
<code>div</code>s
<ul>
<li>The "Notes" inputs will now expand as the user types</li>
</ul>
</li>
<li>Add minimum width to research table</li>
<li>Change research topic input box to dropdowns</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.4</span>
<span class="fst-italic text-muted ms-2">2023-06-27 11:26</span>
</div>
<ul>
<li>
Add more cell color hints to the hints table
<ul>
<li>
When more than one object is selected for a sector, the selected
cells turn red (should only have one object per sector)
</li>
<li>
When an object is selected for a sector and a "no" is selected,
all the other radios for that sector are also set to "no"
(should only have one object per sector, so all the other ones
are for sure no)
</li>
<li>
When an entire sector is marked as "no", all the cells turn red
(every sector needs an object)
</li>
<li>
When there aren't enough "maybe" buttons left for an object, its
count cell turns red
</li>
</ul>
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.3</span>
<span class="fst-italic text-muted ms-2">2023-06-27 11:01</span>
</div>
<ul>
<li>
Add minimum width for moves columns (for better experience on
smaller screens)
</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.2</span>
<span class="fst-italic text-muted ms-2">2023-06-27 10:15</span>
</div>
<ul>
<li>Make game settings page responsive</li>
</ul>
</div>
<div class="mb-2">
<div>
<span class="fs-4">v0.1</span>
<span class="fst-italic text-muted ms-2">2023-06-24 19:46</span>
</div>
<ul>
<li>Initial release</li>
<li>
Supported features:
<ul>
<li>Standard and Expert mode</li>
<li>Initial logic rules (with different difficulties)</li>
<li>Final score calculator</li>
<li>Research notes</li>
<li>
Move tracking (for 2-4 players) with per-player validation
</li>
<li>
Responsiveness, so it (hopefully) looks good on mobile too!
</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>