blob: d7a158cfdbfe0e4db40fe86bb4667060a40780e1 (
plain) (
blame)
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
|
# Changelog
## 7.0
* Fix internal links
* Improve script logging
* Rework pages
* Rework page layout
* Rework navigation
* Rewrite styles
* Rewrite scripts
* Elaborate pages
* Add roadmap
* Update readme
## 6.3
* Fix images
## 6.2
* Fix footer styling
## 6.1
* Elaborate pages
* Add readme
* Make scripts verbose
* Fix images
* Add CVR number
* Rework footer
## 6.0
* Add mobile styling
* Add hamburger note
* Update fonts
## 5.2
* Open source link in new tab
## 5.1
* Fix fonts
* Fix themes not working with invalid local storage
## 5.0
* Elaborate pages
* Rework navigation bar and theme toggler
* Use Dart Sass instead of SassC
* Rework front pages
* Add new page *agbsum*
* Specify language
* Load pages with scripts
* Use AVIF thumbnails instead of WebP
* Update gitignore
## 4.2
* Remove and add some fonts
* Update font attribution
## 4.1
* Fix *coming soon* pages
## 4.0
* Add light theme (and toggler button)
* Update titles
* Adjust styles
## 3.3
* Make and install icons
* Update gitignore
## 3.2
* Fix titles
## 3.1
* Fix u8c glyph
## 3.0
* Add contact information
## 2.5
* Add Dark Reader lock
* Add project *u8c*
## 2.4
* Misc. style changes
## 2.3
* Fix typos
## 2.2
* Fix clone notice on *Delta World* page
## 2.1
* Add installation script
## 2.0
* Elaborate pages
* Don't colour links
* Add credits section to `about` page
* Add Bowshock glyph
* Add new project *Delta World*
* Add new project *AX*
* Misc. styling changes
* Add new project *Backspace*
* Add glow to images
* Add sources link to navigation bar
* Add clone notices2
## 1.0
* Rework navigation bar
* Fix `bzipper` glyph
* Fix `"initScripts.shtml"` not always being loaded
## 0.0
* Add gitingore
* Add changelog
* Add build script
|