-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnew_changelog.html
More file actions
795 lines (784 loc) · 57.7 KB
/
new_changelog.html
File metadata and controls
795 lines (784 loc) · 57.7 KB
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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<html lang="en" class="h-full antialiased __variable_e66fe9 __variable_557683 dark" style="color-scheme: dark;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="/assets/fonts/37e1d48fe87dd79a-s.p.woff2" as="font" crossorigin="" type="font/woff2">
<link rel="preload" href="/assets/fonts/c9a5bc6a7c948fb0-s.p.woff2" as="font" crossorigin="" type="font/woff2">
<link rel="stylesheet" href="/assets/css/new_changelog.css" crossorigin="" data-precedence="next">
<title>Changelog</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="48x48">
<meta name="next-size-adjust">
<meta name="description"
content="Stay updated with the latest changes and improvements on Constellation Networking.">
<meta name="keywords" content="Constellation Networking, changelog, updates, improvements">
<meta name="author" content="Constellation Networking Team">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTXQ5HF0C5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FTXQ5HF0C5');
</script>
</head>
<body class="flex min-h-full flex-col bg-white dark:bg-gray-950">
<div
class="relative flex-none overflow-hidden px-6 lg:pointer-events-none lg:fixed lg:inset-0 lg:z-40 lg:flex lg:px-0">
<div
class="absolute inset-0 -z-10 overflow-hidden bg-gray-950 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem]">
<svg class="absolute -bottom-48 left-[-40%] h-[80rem] w-[180%] lg:-right-40 lg:bottom-auto lg:left-auto lg:top-[-40%] lg:h-[180%] lg:w-[80rem]"
aria-hidden="true">
<defs>
<radialGradient id=":S1:-desktop" cx="100%">
<stop offset="0%" stop-color="rgba(56, 189, 248, 0.3)"></stop>
<stop offset="53.95%" stop-color="rgba(0, 71, 255, 0.09)"></stop>
<stop offset="100%" stop-color="rgba(10, 14, 23, 0)"></stop>
</radialGradient>
<radialGradient id=":S1:-mobile" cy="100%">
<stop offset="0%" stop-color="rgba(56, 189, 248, 0.3)"></stop>
<stop offset="53.95%" stop-color="rgba(0, 71, 255, 0.09)"></stop>
<stop offset="100%" stop-color="rgba(10, 14, 23, 0)"></stop>
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#:S1:-desktop)" class="hidden lg:block"></rect>
<rect width="100%" height="100%" fill="url(#:S1:-mobile)" class="lg:hidden"></rect>
</svg>
<div
class="absolute inset-x-0 bottom-0 right-0 h-px bg-white mix-blend-overlay lg:left-auto lg:top-0 lg:h-auto lg:w-px">
</div>
</div>
<div
class="relative flex w-full lg:pointer-events-auto lg:mr-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] lg:overflow-y-auto lg:overflow-x-hidden lg:pl-[max(4rem,calc(50%-38rem))]">
<div
class="mx-auto max-w-lg lg:mx-0 lg:flex lg:w-96 lg:max-w-none lg:flex-col lg:before:flex-1 lg:before:pt-6">
<div class="pb-16 pt-20 sm:pb-20 sm:pt-32 lg:py-20">
<div class="relative"><svg viewBox="0 0 881 211" fill="white" aria-hidden="true"
class="pointer-events-none absolute w-[55.0625rem] origin-top-right rotate-[30deg] overflow-visible opacity-70 -right-44 top-14">
<defs>
<filter id=":Rb6ula:">
<feGaussianBlur in="SourceGraphic" stdDeviation=".5"></feGaussianBlur>
</filter>
</defs>
<path stroke="white" stroke-opacity="0.2" stroke-dasharray="1" stroke-dashoffset="1"
pathLength="1" fill="transparent" d="M 247,103L261,86L307,104L357,36" class="invisible"
style="stroke-dashoffset: 0; visibility: visible;"></path>
<g class="opacity-0" style="opacity: 1;">
<circle cx="247" cy="103" r="1"
style="transform-origin: 15.4375rem 6.4375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="261" cy="86" r="1"
style="transform-origin: 16.3125rem 5.375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="307" cy="104" r="1"
style="transform-origin: 19.1875rem 6.5rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="357" cy="36" r="1"
style="transform-origin: 22.3125rem 2.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<path stroke="white" stroke-opacity="0.2" stroke-dasharray="1" stroke-dashoffset="1"
pathLength="1" fill="transparent" d="M 586,120L516,100L491,62L440,107L477,180L516,100"
class="invisible"
style="stroke-dashoffset: 0; visibility: visible; fill: rgba(255, 255, 255, 0.02);">
</path>
<g class="opacity-0" style="opacity: 1;">
<circle cx="586" cy="120" r="1"
style="transform-origin: 36.625rem 7.5rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="516" cy="100" r="1"
style="transform-origin: 32.25rem 6.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="491" cy="62" r="1"
style="transform-origin: 30.6875rem 3.875rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="440" cy="107" r="1"
style="transform-origin: 27.5rem 6.6875rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="477" cy="180" r="1"
style="transform-origin: 29.8125rem 11.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<path stroke="white" stroke-opacity="0.2" stroke-dasharray="1" stroke-dashoffset="1"
pathLength="1" fill="transparent" d="M 733,100L803,120L879,113L823,164L803,120"
class="invisible"
style="stroke-dashoffset: 0; visibility: visible; fill: rgba(255, 255, 255, 0.02);">
</path>
<g class="opacity-0" style="opacity: 1;">
<circle cx="733" cy="100" r="1"
style="transform-origin: 45.8125rem 6.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="803" cy="120" r="1"
style="transform-origin: 50.1875rem 7.5rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="879" cy="113" r="1"
style="transform-origin: 54.9375rem 7.0625rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="823" cy="164" r="1"
style="transform-origin: 51.4375rem 10.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="4" cy="4" r="1"
style="transform-origin: 0.25rem 0.25rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="4" cy="44" r="1"
style="transform-origin: 0.25rem 2.75rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="36" cy="22" r="1"
style="transform-origin: 2.25rem 1.375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="50" cy="146" r="1"
style="transform-origin: 3.125rem 9.125rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="64" cy="43" r="1"
style="transform-origin: 4rem 2.6875rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="76" cy="30" r="1"
style="transform-origin: 4.75rem 1.875rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="101" cy="116" r="1"
style="transform-origin: 6.3125rem 7.25rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="140" cy="36" r="1"
style="transform-origin: 8.75rem 2.25rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="149" cy="134" r="1"
style="transform-origin: 9.3125rem 8.375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="162" cy="74" r="1"
style="transform-origin: 10.125rem 4.625rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="171" cy="96" r="1"
style="transform-origin: 10.6875rem 6rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="210" cy="56" r="1"
style="transform-origin: 13.125rem 3.5rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="235" cy="90" r="1"
style="transform-origin: 14.6875rem 5.625rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="275" cy="82" r="1"
style="transform-origin: 17.1875rem 5.125rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="306" cy="6" r="1"
style="transform-origin: 19.125rem 0.375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="307" cy="64" r="1"
style="transform-origin: 19.1875rem 4rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="380" cy="68" r="1"
style="transform-origin: 23.75rem 4.25rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="380" cy="108" r="1"
style="transform-origin: 23.75rem 6.75rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="391" cy="148" r="1"
style="transform-origin: 24.4375rem 9.25rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="405" cy="18" r="1"
style="transform-origin: 25.3125rem 1.125rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="412" cy="86" r="1"
style="transform-origin: 25.75rem 5.375rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="426" cy="210" r="1"
style="transform-origin: 26.625rem 13.125rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="427" cy="56" r="1"
style="transform-origin: 26.6875rem 3.5rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="538" cy="138" r="1"
style="transform-origin: 33.625rem 8.625rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="563" cy="88" r="1"
style="transform-origin: 35.1875rem 5.5rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="611" cy="154" r="1"
style="transform-origin: 38.1875rem 9.625rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="637" cy="150" r="1"
style="transform-origin: 39.8125rem 9.375rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="651" cy="146" r="1"
style="transform-origin: 40.6875rem 9.125rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="682" cy="70" r="1"
style="transform-origin: 42.625rem 4.375rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="683" cy="128" r="1"
style="transform-origin: 42.6875rem 8rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="781" cy="82" r="1"
style="transform-origin: 48.8125rem 5.125rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="785" cy="158" r="1"
style="transform-origin: 49.0625rem 9.875rem; opacity: 0.2; transform: scale(var(--motion-scale));">
</circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="832" cy="146" r="1"
style="transform-origin: 52rem 9.125rem; opacity: 0.2; transform: scale(var(--motion-scale));"
filter="url(#:Rb6ula:)"></circle>
</g>
<g class="opacity-0" style="opacity: 1;">
<circle cx="852" cy="89" r="1"
style="transform-origin: 53.25rem 5.5625rem; opacity: 1; transform: scale(var(--motion-scale));">
</circle>
</g>
</svg>
<div><a href="/"></a></div>
<h1 class="mt-14 font-display text-4xl/tight font-light text-white" id="title"><a
href="/index.html">Constellation</a> Changelog:
<br><span class="text-sky-300">The New Features</span>
</h1>
<p class="mt-4 text-sm/6 text-gray-300">Constellation reimagines student networking by blending
education and technology into a captivating platform that fosters professional growth and
connections.</p>
<div class="mt-8 flex flex-wrap justify-center gap-x-1 gap-y-3 sm:gap-x-2 lg:justify-start">
<a class="flex-none group relative isolate flex items-center rounded-lg px-2 py-0.5 text-[0.8125rem]/6 font-medium text-white/30 transition-colors hover:text-sky-300 gap-x-3"
href="/about.html">
<span
class="absolute inset-0 -z-10 scale-75 rounded-lg bg-white/5 opacity-0 transition group-hover:scale-100 group-hover:opacity-100"></span>
<svg viewBox="0 0 16 16" aria-hidden="true" fill="currentColor"
class="h-4 w-4 flex-none">
<path
d="M7 3.41a1 1 0 0 0-.668-.943L2.275 1.039a.987.987 0 0 0-.877.166c-.25.192-.398.493-.398.812V12.2c0 .454.296.853.725.977l3.948 1.365A1 1 0 0 0 7 13.596V3.41ZM9 13.596a1 1 0 0 0 1.327.946l3.948-1.365c.429-.124.725-.523.725-.977V2.017c0-.32-.147-.62-.398-.812a.987.987 0 0 0-.877-.166L9.668 2.467A1 1 0 0 0 9 3.41v10.186Z">
</path>
</svg>
<span class="self-baseline text-white">About</span>
</a>
<a class="flex-none group relative isolate flex items-center rounded-lg px-2 py-0.5 text-[0.8125rem]/6 font-medium text-white/30 transition-colors hover:text-sky-300 gap-x-3"
href="https://github.com/ConstellationNetworking/ConstellationNetworking.github.io">
<span
class="absolute inset-0 -z-10 scale-75 rounded-lg bg-white/5 opacity-0 transition group-hover:scale-100 group-hover:opacity-100"></span>
<svg viewBox="0 0 16 16" aria-hidden="true" fill="currentColor"
class="h-4 w-4 flex-none">
<path
d="M8 .198a8 8 0 0 0-8 8 7.999 7.999 0 0 0 5.47 7.59c.4.076.547-.172.547-.384 0-.19-.007-.694-.01-1.36-2.226.482-2.695-1.074-2.695-1.074-.364-.923-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.224 1.873.87 2.33.666.072-.518.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.954 0-.873.31-1.586.823-2.146-.09-.202-.36-1.016.07-2.118 0 0 .67-.214 2.2.82a7.67 7.67 0 0 1 2-.27 7.67 7.67 0 0 1 2 .27c1.52-1.034 2.19-.82 2.19-.82.43 1.102.16 1.916.08 2.118.51.56.82 1.273.82 2.146 0 3.074-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38A7.972 7.972 0 0 0 16 8.199a8 8 0 0 0-8-8Z">
</path>
</svg>
<span class="self-baseline text-white">GitHub</span>
</a>
<a class="flex-none group relative isolate flex items-center rounded-lg px-2 py-0.5 text-[0.8125rem]/6 font-medium text-white/30 transition-colors hover:text-sky-300 gap-x-3"
href="/changelog.html">
<span
class="absolute inset-0 -z-10 scale-75 rounded-lg bg-white/5 opacity-0 transition group-hover:scale-100 group-hover:opacity-100"></span>
<svg viewBox="0 0 16 16" aria-hidden="true" fill="currentColor"
class="h-4 w-4 flex-none">
<path
d="M7 3.41a1 1 0 0 0-.668-.943L2.275 1.039a.987.987 0 0 0-.877.166c-.25.192-.398.493-.398.812V12.2c0 .454.296.853.725.977l3.948 1.365A1 1 0 0 0 7 13.596V3.41ZM9 13.596a1 1 0 0 0 1.327.946l3.948-1.365c.429-.124.725-.523.725-.977V2.017c0-.32-.147-.62-.398-.812a.987.987 0 0 0-.877-.166L9.668 2.467A1 1 0 0 0 9 3.41v10.186Z">
</path>
</svg>
<span class="self-baseline text-white">Full Changelog</span>
</a>
</div>
</div>
</div>
<div class="flex flex-1 items-end justify-center pb-4 lg:justify-start lg:pb-6"></div>
</div>
</div>
</div>
<div class="relative flex-auto">
<div
class="pointer-events-none absolute inset-0 z-50 overflow-hidden lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] lg:overflow-visible">
<svg class="absolute left-[max(0px,calc(50%-18.125rem))] top-0 h-full w-1.5 lg:left-full lg:ml-1 xl:left-auto xl:right-1 xl:ml-0"
aria-hidden="true">
<defs>
<pattern id=":S4:" width="6" height="8" patternUnits="userSpaceOnUse">
<path d="M0 0H6M0 8H6" class="stroke-sky-900/10 xl:stroke-white/10 dark:stroke-white/10"
fill="none"></path>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#:S4:)"></rect>
</svg>
</div>
<main class="space-y-20 py-20 sm:space-y-32 sm:py-32">
<article id="v2.2.4" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v2.2.4">
<time datetime="2024-08-23T12:00:00-07:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">August
23, 2024</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v2.2.4">
<time datetime="2024-08-23T12:00:00-07:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">August
23, 2024</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v2.2.4.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v2.2.3">v2.2.3</a>
</h2>
<p>This release introduces an all-new account page design! Next up—dark mode for the
chat page.</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>All new `account.html` page</li>
<li>Fixed bugs during signup process.</li>
<li>And many more features</li>
</ul>
</div>
</div>
</div>
</div>
</article>
<article id="v2.2.3" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v2.2.3">
<time datetime="2024-06-20T12:00:00-07:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">June
20, 2024</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v2.2.3">
<time datetime="2024-06-20T12:00:00-07:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">June
20, 2024</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v2.2.3.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v2.2.3">v2.2.3</a>
</h2>
<p>This release introduces rewards and token validator! Token validator allows secure
exchange of your Novacoins and login information. You can now redeem rewards with
your Novacoins!</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>All new `rewards.html` page</li>
<li>Added token validator to increase safety measures.</li>
</ul>
</div>
</div>
</div>
</div>
</article>
<article id="v2.2.1" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v2.2.1">
<time datetime="2024-03-25T05:56:08-07:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">March
25, 2024</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v2.2.1">
<time datetime="2024-03-25T05:56:08-07:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">March
25, 2024</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v2.2.1.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v2.2.1">v2.2.1</a>
</h2>
<p>This release introduces many new features. New avatars are now available in the game.
Users can create avatars during sign-up, and developers can use them for debugging
in `view_avatar.html`. Existing users can create their avatars at
`create_avatar.html`. Additionally, we have added the ability to customize the
background image on the home page.</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>All new avatar customization</li>
<li>New customizable home page background</li>
<li>Added debug method: `view_avatar.html`</li>
<li>Option to replace profile picture with avatar in `account.html`</li>
</ul>
</div>
</div>
</div>
</div>
</article>
<article id="v2.1.9" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v2.1.9">
<time datetime="2024-01-12T12:00:00-08:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">Jan
12, 2024</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v2.1.9">
<time datetime="2024-01-12T12:00:00-08:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">Jan
12, 2024</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v2.1.9.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v2.1.9">v2.1.9</a>
</h2>
<p>In this release, I've added support for autocomplete within missions and updated
Firebase Firestore sorting algorithms.</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>Added support for mission autocomplete</li>
<li>Added users to `about.html`</li>
<li>Enhanced Firestore sorting algorithm</li>
<li>Improved active user detection in `chat.html`</li>
<li>Fixed bug that sometimes reported the wrong number of active monthly users</li>
</ul>
</div>
</div>
</div>
</div>
</article>
<article id="v2.1.8" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v2.1.8">
<time datetime="2023-11-25T12:00:00-08:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">Nov
25, 2023</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v2.1.8">
<time datetime="2023-11-25T12:00:00-08:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">Nov
25, 2023</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v2.1.8.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v2.1.8">v2.1.8</a>
</h2>
<p>In this release, I've added a brand new about page and research statistics featuring
monthly active users, database views, website views, and chat messages sent. Your
messages are encrypted with MD5 and we promise not to save them.</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>New randomized homepage background</li>
<li>Added Unsplash Photo Citation</li>
<li>New `about.html` page</li>
<li>Added research statistics for analysis</li>
<li>Fixed version update bug on the full `changelog.html`</li>
<li>Solved `chat.html` urgent bug where messages would appear twice</li>
</ul>
</div>
</div>
</div>
</div>
</article>
<article id="v1.0.5 - v1.0.9" class="scroll-mt-16" style="padding-bottom: 6.57812px;">
<div>
<header class="relative mb-10 xl:mb-0">
<div
class="pointer-events-none absolute left-[max(-0.5rem,calc(50%-18.625rem))] top-0 z-50 flex h-4 items-center justify-end gap-x-2 lg:left-0 lg:right-[calc(max(2rem,50%-38rem)+40rem)] lg:min-w-[32rem] xl:h-8">
<a class="inline-flex" href="#v1.0.5 - v1.0.9">
<time datetime="2023-12-02T12:00:00-08:00"
class="hidden xl:pointer-events-auto xl:block xl:text-2xs/4 xl:font-medium xl:text-white/50">Dec
2, 2023</time>
</a>
<div class="h-[0.0625rem] w-3.5 bg-gray-400 lg:-mr-3.5 xl:mr-0 xl:bg-gray-300"></div>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto">
<div class="flex">
<a class="inline-flex" href="#v1.0.5 - v1.0.9">
<time datetime="2023-12-02T12:00:00-08:00"
class="text-2xs/4 font-medium text-gray-500 xl:hidden dark:text-white/50">Dec
2, 2023</time>
</a>
</div>
</div>
</div>
</div>
</header>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:px-8">
<div class="lg:ml-96 lg:flex lg:w-full lg:justify-end lg:pl-32">
<div class="mx-auto max-w-lg lg:mx-0 lg:w-0 lg:max-w-xl lg:flex-auto typography"
data-mdx-content="true">
<div
class="relative mt-8 overflow-hidden rounded-xl bg-gray-50 dark:bg-gray-900 [&+*]:mt-8">
<img alt="" loading="lazy" width="728" height="500" decoding="async" data-nimg="1"
style="color:transparent"
sizes="(min-width: 1280px) 36rem, (min-width: 1024px) 45vw, (min-width: 640px) 32rem, 95vw"
src="/assets/img/changelog/v1.0.5 - v1.0.9.png">
<div
class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10 dark:ring-white/10">
</div>
</div>
<h2>
<a href="#v1.0.5 - v1.0.9">v1.0.5 - v1.0.9</a>
</h2>
<p>In this release, I've added a brand new setup profile page that automatically
redirects the user upon signing up. This allows further customization to their
profiles.</p>
<h3 id="-improvements">
<svg viewBox="0 0 16 16" aria-hidden="true">
<path fill="#38BDF8"
d="M5.338 9.805c.11.418.439.747.857.857C7.282 10.948 8 11.44 8 12s-.718 1.052-1.805 1.338c-.418.11-.747.439-.857.857C5.052 15.281 4.56 16 4 16s-1.052-.718-1.338-1.805a1.205 1.205 0 0 0-.856-.857C.718 13.052 0 12.56 0 12s.718-1.052 1.806-1.338c.417-.11.746-.439.856-.857C2.948 8.718 3.441 8 4 8c.56 0 1.052.718 1.338 1.805Z">
</path>
<path fill="#7DD3FC"
d="M12.717 2.432c.1.42.43.75.85.852C15.026 3.633 16 4.27 16 5s-.975 1.367-2.432 1.716c-.42.101-.75.432-.851.852C12.367 9.025 11.729 10 11 10c-.729 0-1.367-.975-1.716-2.432-.101-.42-.431-.75-.851-.852C6.975 6.367 6 5.73 6 5c0-.73.975-1.367 2.433-1.717.42-.1.75-.43.85-.85C9.634.974 10.272 0 11 0c.73 0 1.367.975 1.717 2.432Z">
</path>
</svg> Improvements
</h3>
<ul>
<li>New setup profile page</li>
<li>Homepage bug fixes</li>
<li>Cleaned up some code for efficiency</li>
<li>Added custom profile picture support</li>
</ul>
</div>
</div>
</div>
</div>
</article>
</main>
</div>
</body>
<script src="/assets/js/new_changelog.js"></script>
</html>