-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
56 lines (56 loc) · 2 KB
/
CHANGELOG
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
<!DOCTYPE html>
<p class="ui-window-text">0.1.0: initial release:</p>
<ul class="ui-window-text">
<li>added welcome program</li>
<li>added text editor program</li>
<li>added basic window controls</li>
</ul>
<p class="ui-window-text">0.2.0: overhauled window system:</p>
<ul class="ui-window-text">
<li>added dynamic window stacking</li>
<li>added window minimizing</li>
<li>added window closing</li>
<li>added 'important' windows</li>
<li>added 'DOOM' program</li>
<li>added 'how-to' program</li>
<li>added 'changelog' program</li>
<li>added 'about' program</li>
</ul>
<p class="ui-window-text">0.3.0: added error handling:</p>
<ul class="ui-window-text">
<li>added error windows</li>
<li>added error handling system</li>
<li>added 'debug' program</li>
<li>various bug fixes</li>
</ul>
<p class="ui-window-text">0.4.0: maximization & more:</p>
<ul class="ui-window-text">
<li>added the maximize function</li>
<li>made the maximize function only work when the window is resizable</li>
<li>fixed the website crashing immediately</li>
<li>fixed an issue with the taskbar</li>
<li>refactored how the minimize & maximize system works</li>
<li>made the changelog only show the latest update</li>
<li>tons of bug fixes and QoL improvements</li>
</ul>
<p class="ui-window-text">0.5.0: DOS revolution:</p>
<ul class="ui-window-text">
<li>added the abliity to run any DOS program easily</li>
<li>fixed DOOM not working on certain networks</li>
<li>fixed fatal error from internal firefox issue</li>
<li>refactored the boot code</li>
</ul>
<p class="ui-window-text">0.6.0: Chores:</p>
<ul class="ui-window-text">
<li>removed the gui launcher for a run prompt</li>
<li>added the 'terminal' program</li>
<li>fatal error screen now goes away on refresh</li>
<li>refactored the some code</li>
</ul>
<p class="ui-window-text">0.7.0: Chores 2:</p>
<ul class="ui-window-text">
<li>refactored a lot of css code</li>
<li>refreshed the ui a bit</li>
<li>added support for theming in the future</li>
<li>refactored the some code</li>
</ul>